INPUT_OBJECT

SetWorkloadAlertSettingInput

Description

Input required for setting workload alert.

link GraphQL Schema definition

  • input SetWorkloadAlertSettingInput {
  • # Cluster ID of the workload.
  • clusterId: String
  • # Fid of the workload.
  • workloadFid: String
  • # Specifies whether alerts should be enabled or not enabled.
  • enabled: Boolean
  • }

link Require by