Skip to content

KosmosLeafHierarchyObjectType

A Kosmos leaf object in the hierarchy.

Fields

Field Type Description
parentEntity KosmosParentHierarchyObjectType! The parent object of the specified Kosmos hierarchy object.
cluster Cluster! Rubrik cluster where this object originated.
primaryClusterLocation DataLocation! The source cluster of this object. Returned as a data location because there is no guarantee that Rubrik has knowledge about the source cluster.
pendingSla SlaDomain SLA Domain assignment of the object during the process of being communicated over to Rubrik CDM.
pendingObjectDeletionStatus PendingSnapshotsOfObjectDeletion Mapping from object ID to pending object deletion status.
replicatedObjects [CdmHierarchyObject!]! Objects either replicated by this object or related to this object by replication.
crossAccountReplicatedObjectInfos [CrossAccountReplicatedObjectInfo!] Cross-account objects either replicated by this object or related to this object by replication.
latestUserNote LatestUserNote Latest user note information.
replicatedObjectCount Int! The number of objects either replicated by this object or related to this object by replication.
cdmPendingObjectPauseAssignment PendingObjectPauseAssignmentStatus Object pause pending assignment details for CDM objects.
authorizedOperations [Operation!]! The authorized operations on the object.
id UUID! ID of the hierarchy object.
name String! Name of the hierarchy object.
objectType HierarchyObjectTypeEnum! Type of this object.
slaAssignment SlaAssignmentTypeEnum! SLA Domain assignment type for this object.
effectiveSlaDomain SlaDomain! Effective SLA Domain of the hierarchy object.
slaPauseStatus Boolean! Pause status of the effective SLA Domain of the hierarchy object.
snapshotDistribution SnapshotDistribution! Distribution of the snapshots of the hierarchy object.
effectiveRetentionSlaDomain SlaDomain Effective retention of the SLA Domain of the hierarchy object.
configuredSlaDomain SlaDomain! SLA Domain configured for the hierarchy object.
effectiveSlaSourceObject PathNode Path node of the effective SLA Domain source.
logicalPath [PathNode!]! Sequential list of the logical ancestors of this object.
physicalPath [PathNode!]! Sequential list of the physical ancestors of this object.
numWorkloadDescendants Int! Number of descendant workloads of this object.
allOrgs [Org!]! Organizations to which this hierarchy object belongs.
allTags [AssignedRscTag!]! RSC tags to which this hierarchy object is assigned.
securityMetadata SecurityMetadata Security posture metadata.
objectPauseStatus ObjectPauseStatus Pause status of the hierarchy object.
entityInfo EntityInfo! The basic entity information.

Field Arguments

Field Argument Type Description
numWorkloadDescendants first Int Returns the first n elements from the list.
numWorkloadDescendants after String Returns the elements in the list that occur after the specified cursor.
numWorkloadDescendants last Int Returns the last n elements from the list.
numWorkloadDescendants before String Returns the elements in the list that occur before the specified cursor.
numWorkloadDescendants objectTypes [ManagedObjectType!] Types of objects to limit the results. If absent, all object types are returned.

Implemented By