INPUT_OBJECT

AcknowledgeClusterNotificationInput

Description

Request to acknowledge a cluster notification.

link GraphQL Schema definition

  • input AcknowledgeClusterNotificationInput {
  • # UUID of the cluster.
  • clusterUuid: String
  • # Type of notification to acknowledge.
  • notification: ClusterNotificationType
  • }

link Require by