Instances Health Check List

get

/api/v2/instances/{id}/health_check/

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/json)
{
    "capacity":"100",
    "cpu":"6",
    "cpu_capacity":"6",
    "errors":"",
    "hostname":"example-host",
    "last_health_check":null,
    "mem_capacity":"42",
    "memory":"36000000000",
    "uuid":"00000000-0000-0000-0000-000000000000",
    "version":""
}
Back to Top