cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/networks \ --header 'Authorization: <api-key>'
{ "networks": [ { "dataCenterId": "<string>", "id": "<string>", "ipRange": "<string>", "projectId": "<string>", "createTime": "2023-11-07T05:31:56Z", "externalIpAddress": "<string>", "gateway": "<string>", "internalIpAddress": "<string>", "priceHr": { "value": "<string>" }, "state": "STATE_UNKNOWN", "vmState": "CLONING" } ], "pageNumber": 123, "pageSize": 123, "totalCount": 123 }
Lists all virtual networks 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