INPUT_OBJECT

GetHealthMonitorPolicyStatusInput

Description

Input for retrieving the health monitor policy status.

link GraphQL Schema definition

  • input GetHealthMonitorPolicyStatusInput {
  • # Indicates if the policy enforcement status should include expanded result for
  • # each policy.
  • hasDetailedStatus: Boolean
  • # Optional list of Node IDs. If not provided, the response includes the status of
  • # all the nodes.
  • nodeIds: [String!]
  • # Optional list of policy IDs. If not provided, the response includes the status
  • # of all the policies.
  • policyIds: [String!]
  • # Required. UUID used to identify the cluster the request goes to.
  • clusterUuid: String!
  • }

link Require by