downloadK8sProtectionSetSnapshotFiles
Download multiple files and folders Supported in v9.4+ Start an asynchronous job to download multiple files and folders from a specified Kubernetes protection set backup.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | DownloadK8sProtectionSetSnapshotFilesInput! | Input for downloading files from a Kubernetes protection set snapshot. |
Returns
Sample
{
"data": {
"downloadK8sProtectionSetSnapshotFiles": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}