OBJECT

DataLocationSupportedCluster

Description

The supported Rubrik cluster-specific information.

link GraphQL Schema definition

  • type DataLocationSupportedCluster {
  • # Name of the supported Rubrik cluster.
  • name: String!
  • # UUID of the supported Rubrik cluster.
  • uuid: String!
  • # Version of the supported Rubrik cluster.
  • version: String!
  • # API version of the supported Rubrik cluster.
  • apiVersion: String!
  • }

link Require by