INPUT_OBJECT
QueryLogReportInput
Description
Input for getting the database log report.
link GraphQL Schema definition
- input QueryLogReportInput {
- # Filter by the database name substring.
- String :
- # Filter database log reports where the database log backup delay value, in
- # seconds, is greater than the logBackupDelay value.
- Int :
- # Limit the number of matches returned.
- Int :
- # Integer specifying the number of initial matches to ignore.
- Int :
- # Filter by effective SLA Domain.
- String :
- # Filter by the database type.
- String :
- # Filter by the database location.
- String :
- # Specifies the attribute to use while sorting the summary information. Performs
- # an ASCII sort using the specified attribute, in the order specified by
- # sort_order.
- V1QueryLogReportRequestSortBy :
- # Sort order, either ascending or descending.
- V1QueryLogReportRequestSortOrder :
- # Required. UUID used to identify the cluster the request goes to.
- String! :
- }