INPUT_OBJECT

UpdateDatabaseLogReportingPropertiesForClusterInput

Description

Input for updating the database log reporting notifications settings for a cluster.

link GraphQL Schema definition

  • input UpdateDatabaseLogReportingPropertiesForClusterInput {
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • # Required. Updated report properties.
  • properties: DbLogReportPropertiesUpdateInput!
  • }

link Require by