Instances Health Check Create

post

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

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/json)
{
    "capacity":"133",
    "cpu":"4",
    "cpu_capacity":"16",
    "errors":"",
    "hostname":"example-host",
    "last_health_check":"2018-02-01T08:00:00.000000Z",
    "mem_capacity":"133",
    "memory":"16157736960",
    "uuid":"00000000-0000-0000-0000-000000000000",
    "version":"19.5.1"
}

201 Response

403 Response

Body
Example Response (application/json)
{
    "detail":"You do not have permission to perform this action."
}
Back to Top