v1

latestOpenAPI 3.0.0Apache 2.02026-07-17143274803.9 KB
ark-backups

Get ARK backup

Get ARK backup

get/api/v1/orgs/{orgId}/clusters/{id}/backups/{backupId}

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

backupIdinteger required

ID of the backup

Response

Getting backup succeeded

idinteger
uidstring
namestring
ttlstring
cloudstring
distributionstring
statusstring
startAtstring
expireAtstring
clusterIdinteger

Example response

{
  "cloud": "google",
  "uid": "432d4d27-b48f-11e8-9916-42010aa400f6",
  "name": "full-backup",
  "options": {
    "includedNamespaces": [
      "*"
    ],
    "includedResources": [
      "*"
    ],
    "excludedNamespaces": [],
    "excludedResources": [],
    "snapshotVolumes": true,
    "includeClusterResources": true
  },
  "id": 1,
  "clusterId": 1,
  "distribution": "gke",
  "expireAt": "2018-10-10T02:20:03+02:00",
  "ttl": "720h0m0s",
  "startAt": "2018-09-10T02:20:03+02:00",
  "labels": {
    "backup-type": "full"
  },
  "status": "Completed"
}