cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/volumes/prices \ --header 'Authorization: <api-key>'
{ "pageNumber": 123, "pageSize": 123, "prices": [ { "commitmentTerm": "COMMITMENT_TERM_NONE", "dataCenterId": "<string>", "gibPriceHr": { "value": "<string>" } } ], "totalCount": 123 }
Lists all available NFS volume prices.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?