OBJECT

ValidReplicationTarget

Description

The valid replication target Rubrik cluster-specific information.

link GraphQL Schema definition

  • type ValidReplicationTarget {
  • # Name of the Rubrik cluster.
  • name: String!
  • # Version of the Rubrik cluster.
  • version: String!
  • # The account name that the Rubrik cluster is associated with.
  • accountName: String!
  • # API version of the Rubrik cluster.
  • apiVersion: String!
  • # UUID of the Rubrik cluster.
  • uuid: UUID!
  • }