List the buckets
Suggest changes
You can list the S3 buckets defined for a specific Astra account.
Perform the following REST API call to list the buckets.
HTTP method and endpoint
This REST API call uses the following method and endpoint.
HTTP method | Path |
---|---|
GET |
/accounts/{account_id}/topology/v1/buckets |
Curl example: Return all data for all buckets
curl --request GET \
--location "https://astra.netapp.io/accounts/$ACCOUNT_ID/topology/v1/buckets" \
--include \
--header "Accept: */*" \
--header "Authorization: Bearer $API_TOKEN"