OBJECT
UpdateClusterSettingsReply
Description
Response from updating CDM cluster settings.
link GraphQL Schema definition
- type UpdateClusterSettingsReply {
- # Version of the EULA accepted by admin.
- : String!
- # REST API version.
- : String!
- # ID of the Rubrik cluster.
- : UUID!
- # Cluster geolocation.
- : ClusterGeolocation
- # Latest version of the EULA that must be accepted by admin.
- : String!
- # Name of the cluster.
- : String!
- # Mode of registration.
- : RegisteredMode!
- # Global manager URL.
- : URL!
- # Cluster time zone.
- : ClusterTimezone
- # Rubrik cluster software version.
- : String!
- }