List object storage buckets
List object store buckets accessible by the credentials referenced by the given secret. If no credentials provided all managed buckets are returned for all cloud types.
Path parameters
Organization identifier
Query parameters
Identifies the cloud provider - mandatory if secretId header is provided
Signals whether the secret name is to be returned
Headers
Secret identification. If not provided only the managed buckets (those created via pipeline) are listed
Response
Storage buckets listed
Example response
[
{
"cloud": "amazon",
"notes": "There's no secret with this ID",
"managed": true,
"name": "mybucket",
"aks": {
"resourceGroup": "resourceGroup",
"storageAccount": "storageAccount"
},
"location": "eu-west-1",
"secret": {
"accessId": "cc051aeaf686444e2f125d0e79eb051aaaf4fb73384f7b0f8c89e84a0502dcef",
"accessName": "myaccesssecretname",
"name": "mysecretname",
"id": "cc051aeaf686444e2f125d0e79eb051aaaf4fb73384f7b0f8c89e84a0502dca1"
},
"statusMessage": "statusMessage",
"status": "CREATING"
}
]Changes
Changed in 3 of the 50 revisions of this API.211
- ▲
the
/response's property type changed from no type toobjectfor statusresponse-property-type-changed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
/response's property type changed fromobjectto no type for statusresponse-property-type-changed
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲