cURL
curl --request GET \ --url https://api.ppio.com/openapi/v1/metrics/gpu/instance \ --header 'Authorization: <authorization>'
{ "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://ppio.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ppio.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
显示 properties