cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/object-storage/buckets \ --header 'Authorization: <api-key>'
{ "buckets": [ { "billableBytes": "<string>", "dataCenterId": "<string>", "endpoint": "<string>", "id": "<string>", "objectCount": "<string>", "projectId": "<string>", "sizeBytes": "<string>", "storageGibPriceHr": { "value": "<string>" } } ], "pageNumber": 123, "pageSize": 123, "totalCount": 123 }
Lists object storage buckets within a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?