{ "opencollection": "1.0.0", "info": { "name": "AMD Developer Cloud Configuration Monitoring API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Monitoring", "type": "folder" }, "items": [ { "info": { "name": "AMD Developer Cloud Get GPU Instance Metrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.developer.amd.com/v1/instances/:instanceId/metrics", "params": [ { "name": "instanceId", "value": "", "type": "path", "description": "GPU instance identifier." } ] }, "docs": "Retrieve real-time GPU utilization, memory usage, temperature, and power consumption metrics for an instance." } ] } ], "bundled": true }