OBJECT

ClusterInfoType

Description

Rubrik cluster information.

link GraphQL Schema definition

  • type ClusterInfoType {
  • # Name of the cluster.
  • name: String!
  • # Version of the cluster.
  • version: String!
  • # UUID of the cluster.
  • uuid: UUID!
  • }