Creates a new object store bucket with the given params
Creates a new object store bucket on the Cloud provider referenced by the given secret. The credentials for creating the bucket is taken from the provided secret.
Path parameters
Organization identifier
Request body
Example request
{
"secretName": "my-aws-secret",
"name": "mybucket",
"secretId": "secretId",
"properties": {
"amazon": {
"location": "eu-west-1"
},
"google": {
"location": "europe"
},
"azure": {
"resourceGroup": "resourceGroup",
"location": "westeurope",
"storageAccount": "mystorageaccount"
}
}
}Response
Storage bucket creation request accepted
Example response
{
"cloud": "amazon",
"name": "mybucket"
}Changes
Changed in 3 of the 50 revisions of this API.44
- ●
removed the request property
/request-property-removed
- ○
removed the
alibabaenum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the request property
/request-property-removed
- ○
removed the
oracleenum value from theresponse property for the response statusresponse-property-enum-value-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
added the new
alibabaenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
oracleenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new optional request property
/new-optional-request-property
- ○
added the new optional request property
/new-optional-request-property
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●