OBJECT
SlaArchivalCluster
Description
Information about the Rubrik cluster where the archival location is created.
link GraphQL Schema definition
- type SlaArchivalCluster {
- # Specific information of the Rubrik cluster.
- : DataLocationClusterInfo!
- # ID of the Rubrik cluster.
- : UUID!
- # Name of the Rubrik cluster.
- : String!
- # Version of the Rubrik cluster.
- : String
- }