INPUT_OBJECT
UpdateClusterSettingsInput
Description
Input for updating cluster settings.
link GraphQL Schema definition
- input UpdateClusterSettingsInput {
- # Contains the changed information for the Rubrik cluster object.
- : ClusterUpdateInput!
- # Cluster UUID.
- : UUID!
- # ID of a Rubrik cluster object, or use *me* for the Rubrik cluster that is
- # hosting the current API session.
- : String!
- }