Instances Health Check List
get
/api/v2/instances/{id}/health_check/
Request
Supported Media Types
- application/json
Path Parameters
-
id(required): integer
A unique integer value identifying this instance.
Query Parameters
-
page: integer
A page number within the paginated result set.
-
page_size: integer
Number of results to return per page.
-
search: string
A search term.
Response
Supported Media Types
- application/json
200 Response
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":""
}