Loading TOC...

Management API (Hosts)

For the complete list of REST resources in this category, refer to the main Management API page.

11 resources
Resource URI Description
/manage/v2/hosts (GET) Retrieve information about the hosts in a cluster.
/manage/v2/hosts (POST) This resource address is used to define a bootstrap host.
/manage/v2/hosts?view=metrics (GET) Retrieve historical monitoring data about the hosts in the cluster.
/manage/v2/hosts?view=status (GET) Retrieve status information about the hosts in the cluster.
/manage/v2/hosts/{id|name} (GET) This resource address returns information on a specific host.
/manage/v2/hosts/{id|name} (POST) Initiate a state change on a host, such as a shutdown or restart.
/manage/v2/hosts/{id|name}?view=config (GET) This resource address returns configuration information on a specific host.
/manage/v2/hosts/{id|name}?view=counts (GET) This resource address returns counts information on a specific host.
/manage/v2/hosts/{id|name}?view=status (GET) This resource address returns status information on a specific host.
/manage/v2/hosts/{id|name}/properties (GET) This resource address returns the current state of modifiable properties of the specified host.
/manage/v2/hosts/{id|name}/properties (PUT) Initiate a properties change on the specified host.