Skip to content

MongoCollection

Information about MongoDB Collection.

Implements: HierarchyObject, CdmHierarchyObject, MongoSourceDescendantType, MongoDatabaseDescendantType, MongoCollectionSetDescendantType, MongoCollectionSetPhysicalChildType

Fields

Field Type Description
allOrgs [Org!]! Organizations to which this hierarchy object belongs.
allTags [AssignedRscTag!]! RSC tags to which this hierarchy object is assigned.
authorizedOperations [Operation!]! The authorized operations on the object.
cdmId String! CDM ID of the MongoDB collection.
cdmPendingObjectPauseAssignment PendingObjectPauseAssignmentStatus Object pause pending assignment details for CDM objects.
cluster Cluster! Rubrik cluster where this object originated.
clusterUuid UUID! Identifier of the host cluster.
collectionSet MongoCollectionSet! Parent collection set connection.
configuredSlaDomain SlaDomain! SLA Domain configured for the hierarchy object.
crossAccountReplicatedObjectInfos [CrossAccountReplicatedObjectInfo!] Cross-account objects either replicated by this object or related to this object by replication.
database MongoDatabase! Parent database connection.
effectiveRetentionSlaDomain SlaDomain Effective retention of the SLA Domain of the hierarchy object.
effectiveSlaDomain SlaDomain! Effective SLA Domain of the hierarchy object.
effectiveSlaSourceObject PathNode Path node of the effective SLA Domain source.
id UUID! ID of the hierarchy object.
isRelic Boolean! Specifies whether the MongoDB collection is a relic in CDM.
latestUserNote LatestUserNote Latest user note information.
logicalPath [PathNode!]! Sequential list of the logical ancestors of this object.
mongoSnapshotConnection CdmSnapshotConnection The list of MongoDB Collection Snapshots.
mongoSnapshotGroupByConnection MongoSnapshotGroupByConnection GroupBy connection for MongoDB Collection Snapshots.
name String! Name of the hierarchy object.
newestSnapshot CdmSnapshot The most recent snapshot of this workload.
numWorkloadDescendants Int! Number of descendant workloads of this object.
objectPauseStatus ObjectPauseStatus Pause status of the hierarchy object.
objectType HierarchyObjectTypeEnum! Type of this object.
oldestSnapshot CdmSnapshot The oldest snapshot of this workload.
pendingObjectDeletionStatus PendingSnapshotsOfObjectDeletion Mapping from object ID to pending object deletion status.
pendingSla SlaDomain SLA Domain assignment of the object during the process of being communicated over to Rubrik CDM.
physicalPath [PathNode!]! Sequential list of the physical ancestors of this object.
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.
primaryClusterUuid UUID! Identifier of the primary host cluster.
replicatedObjectCount Int! The number of objects either replicated by this object or related to this object by replication.
replicatedObjects [CdmHierarchyObject!]! Objects either replicated by this object or related to this object by replication.
securityMetadata SecurityMetadata Security posture metadata.
slaAssignment SlaAssignmentTypeEnum! SLA Domain assignment type for this object.
slaPauseStatus Boolean! Pause status of the effective SLA Domain of the hierarchy object.
snapshotDistribution SnapshotDistribution! Distribution of the snapshots of the hierarchy object.
source MongoSource! Parent source connection.

Field Arguments

Field Argument Type Description
mongoSnapshotConnection first Int Returns the first n elements from the list.
mongoSnapshotConnection after String Returns the elements in the list that occur after the specified cursor.
mongoSnapshotConnection last Int Returns the last n elements from the list.
mongoSnapshotConnection before String Returns the elements in the list that occur before the specified cursor.
mongoSnapshotConnection filter CdmSnapshotFilterInput Filter snapshot connection.
mongoSnapshotConnection sortBy CdmSnapshotSortByEnum Sorts snapshots by field.
mongoSnapshotConnection sortOrder SortOrder Sorts the order of results.
mongoSnapshotConnection timezone Timezone Time zone identifier string. For example, 'America/Los_Angeles' is used for the U.S. Pacific Time zone.
mongoSnapshotGroupByConnection first Int Returns the first n elements from the list.
mongoSnapshotGroupByConnection after String Returns the elements in the list that occur after the specified cursor.
mongoSnapshotGroupByConnection last Int Returns the last n elements from the list.
mongoSnapshotGroupByConnection before String Returns the elements in the list that occur before the specified cursor.
mongoSnapshotGroupByConnection timezoneOffset Float Offset based on the customer timezone.
mongoSnapshotGroupByConnection filter CdmSnapshotFilterInput Filter snapshot connection.
mongoSnapshotGroupByConnection groupBy (required) MongoSnapshotGroupByTime! Groups MongoDB Snapshots by field.
mongoSnapshotGroupByConnection timezone Timezone Time zone identifier string. For example, 'America/Los_Angeles' is used for the U.S. Pacific Time zone.
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.

Used By

Queries