OBJECT

SlaArchivalCluster

Description

Information about the Rubrik cluster where the archival location is created.

link GraphQL Schema definition

  • type SlaArchivalCluster {
  • # 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!
  • }