cURL
curl --request GET \ --url https://api.novita.ai/openapi/v1/metrics/gpu/instance \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "cpuUtilization": [ { "timestamp": "<string>", "value": 123 } ], "memUtilization": [ { "timestamp": "<string>", "value": 123 } ], "rootDiskUtilization": [ { "timestamp": "<string>", "value": 123 } ], "gpuUtilization": { "avg": [ { "timestamp": "<string>", "value": 123 } ], "gpuIds": [ { "gpuId": "<string>", "items": [ { "timestamp": "<string>", "value": 123 } ] } ] }, "gpuMemUtilization": { "avg": [ { "timestamp": "<string>", "value": 123 } ], "gpuIds": [ { "gpuId": "<string>", "items": [ { "timestamp": "<string>", "value": 123 } ] } ] } }
Documentation IndexFetch the complete documentation index at: https://novita.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
application/json
Show properties
Was this page helpful?