cURL
curl --request GET \ --url https://api.novita.ai/gpu-instance/openapi/v1/networks \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "network": [ { "Id": "<string>", "user": "<string>", "name": "<string>", "state": [ { "state": "<string>", "error": "<string>" } ], "segment": "<string>", "clusterId": "<string>", "Addresses": [ { "Id": "<string>", "Ip": "<string>" } ], "createTime": "<string>" } ], "total": "<string>" }
application/json
Hide properties
Was this page helpful?