Skip to content

AzureCosmosNosqlDatabase

An Azure Cosmos NoSQL database. Refers to the container namespace within a Cosmos NoSQL account. For more info, see https://learn.microsoft.com/en-us/azure/cosmos-nosql/resource-model.

Implements: PolarisHierarchyObject, HierarchyObject

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.
autoscaleMaxRuPerSec Int! Ceiling for autoscale throughput, in request units per second. Zero when throughputMode is not autoscale.
cloudNativeId String! Azure resource ID of the Azure Cosmos NoSQL database.
configuredSlaDomain SlaDomain! SLA Domain configured for the hierarchy object.
cosmosDbAccountId String! Rubrik ID of the Azure Cosmos NoSQL account that owns the database.
databaseName String! Name of the Azure Cosmos NoSQL database.
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.
isProtectable Boolean! Specifies whether the Azure Cosmos NoSQL database is protectable.
logicalPath [PathNode!]! Sequential list of the logical ancestors of this object.
name String! Name of the hierarchy object.
numWorkloadDescendants Int! Number of descendant workloads of this object.
objectBackupWindow ObjectBackupWindowStatus Object-level backup window status of the hierarchy object.
objectPauseStatus ObjectPauseStatus Pause status of the hierarchy object.
objectType HierarchyObjectTypeEnum! Type of this object.
physicalPath [PathNode!]! Sequential list of the physical ancestors of this object.
region AzureNativeRegion! Azure region where the Azure Cosmos NoSQL database is located.
rscNativeObjectPendingSla CompactSlaDomain SLA Domain assignment which is pending on the Rubrik Security Cloud native objects.
rscPendingObjectPauseAssignment PendingObjectPauseAssignmentStatus Object pause pending assignment details for RSC objects.
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.
throughputMode AzureCosmosNosqlThroughputMode! How throughput is provisioned for the database. Populated only when throughput is provisioned at the database level and shared across its containers.
throughputRuPerSec Int! Provisioned request units per second shared across the containers of the database.

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.