cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vms/{id}/monitor \ --header 'Authorization: <api-key>'
{ "items": [ { "cpu": 123, "diskRdBytes": "<string>", "diskRdIops": "<string>", "diskWrBytes": "<string>", "diskWrIops": "<string>", "guestPing": "<string>", "memory": "<string>", "netRx": "<string>", "netTx": "<string>", "timestamp": "<string>" } ] }
Returns live monitoring metrics for a virtual machine.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.
Show child attributes