cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/volumes \ --header 'Authorization: <api-key>'
{ "pageNumber": 123, "pageSize": 123, "totalCount": 123, "volumes": [ { "dataCenterId": "<string>", "id": "<string>", "projectId": "<string>", "sizeGib": 123, "commitmentEndTime": "2023-11-07T05:31:56Z", "commitmentTerm": "COMMITMENT_TERM_NONE", "gibPriceHr": { "value": "<string>" }, "nfsPath": "<string>", "nfsServer": "<string>", "sizeGibUsed": 123, "state": "VOLUME_STATE_UNSPECIFIED", "totalPriceHr": { "value": "<string>" } } ] }
Lists NFS volumes in 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