OBJECT

UnmanagedObjectDetail

Description

UnmanagedObjectDetails.

link GraphQL Schema definition

  • type UnmanagedObjectDetail {
  • # Storage on the archival location.
  • archiveStorage: Long!
  • # Any of the snapshots are retained by a SLA.
  • hasSnapshotsWithPolicy: Boolean!
  • # Object ID.
  • id: String!
  • # Workload ID.
  • workloadId: String!
  • # Whether the object is remote or local.
  • isRemote: Boolean
  • # Storage on the local location.
  • localStorage: Long!
  • # Unmanaged object name.
  • name: String!
  • # Type of the unmanaged object.
  • objectType: ManagedObjectType!
  • # Physical path to this object.
  • physicalLocation: [LocationPathPoint!]!
  • # Recovery information for the reader archival locations.
  • recoveryInfo: WorkloadRecoveryInfo
  • # SLA Domain retention policy ID.
  • retentionSlaDomainId: String!
  • # SLA Domain retention policy name.
  • retentionSlaDomainName: String!
  • # RSC SLA Domain ID.
  • retentionSlaDomainRscManagedId: String
  • # Snapshot count.
  • snapshotCount: Long!
  • # Unmanaged Status of this object.
  • unmanagedStatus: UnmanagedObjectAvailabilityFilter!
  • # Region where the object is present.
  • region: WorkloadRegion!
  • # Cloud account ID of the AWS account associated with the object.
  • cloudAccountId: String!
  • # Cloud account name of the AWS account associated with the object.
  • cloudAccountName: String!
  • # The effective SLA Domain of the unmanaged object.
  • effectiveSlaDomain: SlaDomain!
  • # Rubrik cluster where this object originated.
  • cluster: Cluster!
  • # SLA Domain assignment of the object during the process of being communicated
  • # over to Rubrik CDM.
  • pendingSla: SlaDomain
  • # Cluster UUID of the object.
  • clusterUuid: UUID!
  • }