OBJECT
UnmanagedObjectDetail
Description
UnmanagedObjectDetails.
link GraphQL Schema definition
- type UnmanagedObjectDetail {
- # Storage on the archival location.
- Long! :
- # Any of the snapshots are retained by a SLA.
- Boolean! :
- # Object ID.
- String! :
- # Workload ID.
- String! :
- # Whether the object is remote or local.
- Boolean :
- # Storage on the local location.
- Long! :
- # Unmanaged object name.
- String! :
- # Type of the unmanaged object.
- ManagedObjectType! :
- # Physical path to this object.
- LocationPathPoint!]! : [
- # Recovery information for the reader archival locations.
- WorkloadRecoveryInfo :
- # SLA Domain retention policy ID.
- String! :
- # SLA Domain retention policy name.
- String! :
- # RSC SLA Domain ID.
- String :
- # Snapshot count.
- Long! :
- # Unmanaged Status of this object.
- UnmanagedObjectAvailabilityFilter! :
- # Region where the object is present.
- WorkloadRegion! :
- # Cloud account ID of the AWS account associated with the object.
- String! :
- # Cloud account name of the AWS account associated with the object.
- String! :
- # The effective SLA Domain of the unmanaged object.
- SlaDomain! :
- # Rubrik cluster where this object originated.
- Cluster! :
- # SLA Domain assignment of the object during the process of being communicated
- # over to Rubrik CDM.
- SlaDomain :
- # Cluster UUID of the object.
- UUID! :
- }
link Require by
- UnmanagedObjectDetailConnectionPaginated list of UnmanagedObjectDetail objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- UnmanagedObjectDetailEdgeWrapper around the UnmanagedObjectDetail object. This wrapper is used for pagination.