cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/buckets \ --header 'Authorization: <api-key>'
{ "buckets": [ { "dataCenterId": "<string>", "id": "<string>", "projectId": "<string>", "billableBytes": "<string>", "endpoint": "<string>", "objectCount": "<string>", "sizeBytes": "<string>", "storageGibPriceHr": { "value": "<string>" } } ], "pageNumber": 123, "pageSize": 123, "totalCount": 123 }
Lists object storage buckets within a project.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes