v1

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

List ARK backups of a cluster

List ARK backups of a cluster

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

Path parameters

orgIdinteger required

Organization identifier

idinteger required

Cluster identifier

Response

All backups listed

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"
  }
]