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": [ { "commitmentEndTime": "2023-11-07T05:31:56Z", "commitmentTerm": "COMMITMENT_TERM_NONE", "dataCenterId": "<string>", "gibPriceHr": { "value": "<string>" }, "id": "<string>", "nfsPath": "<string>", "nfsServer": "<string>", "projectId": "<string>", "sizeGib": 123, "sizeGibUsed": 123, "state": "VOLUME_STATE_UNSPECIFIED", "totalPriceHr": { "value": "<string>" } } ] }
Lists NFS volumes in a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?