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