Format
Method | GET |
---|---|
URL | /hosts |
Request content | Empty |
Successful answer | BasicHostInfo Object Array |
Non-successful answer | ErrorMessage Object |
Unexpected error | HTTP 500 |
BasicHostInfo Object
Schema
host_id | String | Host unique identifier |
---|---|---|
status | String | Current host state. Either "unknown", "unavailable", "stopped", "running" or "incompatible" |
JSON example
{ "host_id" : "flexdev01" "status" : "running" } |