ark-buckets
Create backup bucket
Create backup bucket
post/api/v1/orgs/{orgId}/backupbuckets
Path parameters
orgIdinteger required
Organization identifier
Request body
Example request
{
"cloud": "google",
"bucketName": "ark-backup-bucket-123",
"resourceGroup": "my-resource-group",
"prefix": "my-backup-prefix",
"secretId": "61b9707ca463cad79188bb0ddfa1345e41fc01b651feddf06eea58a25c56d717",
"location": "us-east",
"storageAccount": "my-storage-account"
}Response
Backup bucket added successfully
Example response
{
"cloud": "google",
"name": "ark-backup-bucket-123",
"inUse": false,
"secretId": "61b9707ca463cad79188bb0ddfa1345e41fc01b651feddf06eea58a25c56d717",
"id": 5,
"status": "available"
}