cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/networks \ --header 'Authorization: <api-key>'
{ "networks": [ { "createTime": "2023-11-07T05:31:56Z", "dataCenterId": "<string>", "externalIpAddress": "<string>", "gateway": "<string>", "id": "<string>", "internalIpAddress": "<string>", "ipRange": "<string>", "priceHr": { "value": "<string>" }, "projectId": "<string>", "state": "STATE_UNKNOWN", "vmState": "CLONING" } ], "pageNumber": 123, "pageSize": 123, "totalCount": 123 }
Lists all virtual networks in a project.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes
Was this page helpful?