INPUT_OBJECT
QueryLogReportInput
Description
Input for getting the database log report.
link GraphQL Schema definition
- input QueryLogReportInput {
- # Required. UUID used to identify the cluster the request goes to.
- : String!
- # Filter by the database type.
- : String
- # Filter by effective SLA Domain.
- : String
- # Limit the number of matches returned.
- : Int
- # Filter by the database location.
- : String
- # Filter database log reports where the database log backup delay value, in
- # seconds, is greater than the logBackupDelay value.
- : Int
- # Filter by the database name substring.
- : String
- # Integer specifying the number of initial matches to ignore.
- : Int
- # 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
- }