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! :
- # Cluster geolocation.
- ClusterGeolocation :
- # Latest version of the EULA that must be accepted by admin.
- String! :
- # Name of the cluster.
- String! :
- # Cluster time zone.
- ClusterTimezone :
- # Rubrik cluster software version.
- String! :
- # ID of the Rubrik cluster.
- UUID! :
- # Mode of registration.
- RegisteredMode! :
- # Global manager URL.
- URL! :
- }