INPUT_OBJECT

QueryLogReportInput

Description

Input for getting the database log report.

link GraphQL Schema definition

  • input QueryLogReportInput {
  • # Filter by the database name substring.
  • name: String
  • # Filter database log reports where the database log backup delay value, in
  • # seconds, is greater than the logBackupDelay value.
  • logBackupDelay: Int
  • # Limit the number of matches returned.
  • limit: Int
  • # Integer specifying the number of initial matches to ignore.
  • offset: Int
  • # Filter by effective SLA Domain.
  • effectiveSlaDomainId: String
  • # Filter by the database type.
  • databaseType: String
  • # Filter by the database location.
  • 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.
  • sortBy: V1QueryLogReportRequestSortBy
  • # Sort order, either ascending or descending.
  • sortOrder: V1QueryLogReportRequestSortOrder
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by