OBJECT

SlaDataLocationCluster

Description

Cluster specific information.

link GraphQL Schema definition

  • type SlaDataLocationCluster {
  • # ID of the Rubrik cluster.
  • id: UUID!
  • # Name of the Rubrik cluster.
  • name: String!
  • # Version of the Rubrik cluster.
  • version: String
  • # Specific information of the Rubrik cluster.
  • clusterInfo: DataLocationClusterInfo!
  • }