cloudDirectSnapshot
Returns a NAS Cloud Direct snapshot by ID.
Arguments
| Argument | Type | Description |
|---|---|---|
| snapshotFid (required) | UUID! | Snapshot persistent UUID in RSC. |
Returns
Sample
query CloudDirectSnapshot($snapshotFid: UUID!) {
cloudDirectSnapshot(snapshotFid: $snapshotFid) {
cloudDirectId
clusterUuid
completed
date
expirationDate
expiryHint
id
indexingAttempts
isAnomaly
isCorrupted
isCustomRetentionApplied
isDownloadedSnapshot
isExpired
isIndexed
isOnDemandSnapshot
isQuarantineProcessing
isQuarantined
isUnindexable
policyName
protocol
snappableId
state
systemId
target
type
workloadId
}
}
{
"data": {
"cloudDirectSnapshot": {
"cloudDirectId": "00000000-0000-0000-0000-000000000000",
"clusterUuid": "00000000-0000-0000-0000-000000000000",
"completed": "2024-01-01T00:00:00.000Z",
"date": "2024-01-01T00:00:00.000Z",
"expirationDate": "2024-01-01T00:00:00.000Z",
"expiryHint": true,
"object": {},
"slaDomain": {
"id": "example-string",
"name": "example-string",
"version": "example-string"
}
}
}
}