exchangeDatabase
Details of an Exchange Database for a given fid.
Arguments
| Argument | Type | Description |
|---|---|---|
| fid (required) | UUID! | Rubrik UUID for the object. |
Returns
Sample
query ExchangeDatabase($fid: UUID!) {
exchangeDatabase(fid: $fid) {
activeCopies
authorizedOperations
cdmId
cdmLink
cdmPendingObjectPauseAssignment
id
isRelic
name
numWorkloadDescendants
objectType
onDemandSnapshotCount
primaryClusterUuid
replicatedObjectCount
slaAssignment
slaPauseStatus
totalCopies
}
}
{
"data": {
"exchangeDatabase": {
"activeCopies": 0,
"authorizedOperations": [
"ACCESS_CDM_CLUSTER"
],
"cdmId": "example-string",
"cdmLink": "example-string",
"cdmPendingObjectPauseAssignment": "NO_PENDING_PAUSE_ASSIGNMENT",
"id": "00000000-0000-0000-0000-000000000000",
"allOrgs": [
{
"allUrls": [
"example-string"
],
"allowedClusters": [
"example-string"
],
"authDomainConfig": "ALLOW_AUTH_DOMAIN_CONTROL",
"crossAccountCapabilities": [
"CROSS_ACCOUNT_CAPABILITY_UNSPECIFIED"
],
"description": "example-string",
"fullName": "example-string"
}
],
"allTags": [
{
"description": "example-string",
"id": "example-string",
"isArchived": true,
"key": "example-string",
"lastModified": "example-string",
"name": "example-string"
}
]
}
}
}