OBJECT

ReplicatedObjectInfo

Description

The replicated object information.

link GraphQL Schema definition

  • type ReplicatedObjectInfo {
  • # CDM ID of the object.
  • cdmObjectId: String!
  • # FID of the object.
  • fid: UUID!
  • # UUID of the Rubrik CDM cluster.
  • clusterUuid: UUID!
  • # Name of the Rubrik CDM cluster.
  • clusterName: String
  • }