v1

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

Get backup bucket by ID

Get backup bucket by ID

get/api/v1/orgs/{orgId}/backupbuckets/{bucketId}

Path parameters

orgIdinteger required

Organization identifier

bucketIdinteger required

ID of the bucket

Response

Getting backup succeeded

idinteger
namestring
cloudstring
secretIdstring
statusstring
inUseboolean
deploymentIdinteger
clusterIdinteger
clusterCloudstring
clusterDistributionstring

Example response

{
  "cloud": "google",
  "deploymentId": 1,
  "name": "ark-backup-bucket-123",
  "inUse": false,
  "secretId": "61b9707ca463cad79188bb0ddfa1345e41fc01b651feddf06eea58a25c56d717",
  "id": 5,
  "clusterId": 1,
  "clusterCloud": "google",
  "status": "deployed",
  "clusterDistribution": "gke"
}