Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
vms
/
{id}
/
monitor
Monitor a virtual machine
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>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

projectId
string
required
id
string
required

Response

A successful response.

items
object[]
required