Returns the cluster backup result
GEThttps://api.spectrocloud.com/v1/spectroclusters/:uid/features/backup
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Returns the cluster backup result
Request
Path Parameters
uid stringrequired
Query Parameters
backupRequestUid string
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
metadata object
spec
status
{
"metadata": {
"annotations": {},
"creationTimestamp": "2023-12-01T21:31:48.922Z",
"deletionTimestamp": "2023-12-01T21:31:48.922Z",
"labels": {},
"lastModifiedTimestamp": "2023-12-01T21:31:48.922Z",
"name": "string",
"uid": "string"
},
"spec": {
"clusterUid": "string",
"config": {
"backupLocationName": "string",
"backupLocationUid": "string",
"backupName": "string",
"backupPrefix": "string",
"durationInHours": 0,
"includeAllDisks": true,
"includeClusterResources": true,
"locationType": "string",
"namespaces": [
"string"
],
"schedule": {
"scheduledRunTime": "string"
}
}
},
"status": {
"clusterBackupStatuses": [
{
"actor": {
"actorType": "string",
"uid": "string"
},
"backupConfig": {
"includeAllDisks": true,
"includeClusterResources": true,
"namespaces": [
"string"
]
},
"backupLocationConfig": {
"name": "string",
"type": "string",
"uid": "string"
},
"backupRequestUid": "string",
"backupStatusMeta": [
{
"backupName": "string",
"backupState": {
"backupTime": "2023-12-01T21:31:48.922Z",
"deleteState": "string",
"msg": "string",
"state": "string"
},
"backupedNamespaces": [
"string"
],
"expiryDate": "2023-12-01T21:31:48.922Z"
}
],
"restoreStatusMeta": [
{
"backupName": "string",
"destinationClusterRef": {
"kind": "string",
"name": "string",
"uid": "string"
},
"restoreState": "string"
}
],
"state": "string"
}
]
}
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/spectroclusters/:uid/features/backup' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'