INPUT_OBJECT

UpdateClusterSettingsInput

Description

Input for updating cluster settings.

link GraphQL Schema definition

  • input UpdateClusterSettingsInput {
  • # Contains the changed information for the Rubrik cluster object.
  • clusterUpdate: ClusterUpdateInput!
  • # ID of a Rubrik cluster object, or use *me* for the Rubrik cluster that is
  • # hosting the current API session.
  • id: String!
  • # Cluster UUID.
  • clusterUuid: UUID!
  • }

link Require by