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