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.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
A successful response.
Show child attributes