k8sSnapshotInfo
Kubernetes snapshot information.
Arguments
| Argument | Type | Description |
|---|---|---|
| snapshotId (required) | UUID! | The snapshot UUID. |
| namespaceId (required) | UUID! | The FID of the Kubernetes Namespace. |
| isReplica (required) | Boolean! | Specifies if the snapshot is a replica snapshot. |
Returns
Sample
{
"data": {
"k8sSnapshotInfo": {
"expirationTime": "2024-01-01T00:00:00.000Z",
"isArchived": true,
"namespace": "example-string",
"snapshotTime": "2024-01-01T00:00:00.000Z",
"pvcList": [
{
"accessMode": "example-string",
"capacity": "example-string",
"id": "example-string",
"labels": "example-string",
"name": "example-string",
"phase": "example-string"
}
]
}
}
}