Create Host

Back to Resources

Summary

Create a host resource identified by “:hostName” in the cluster identified by “:clusterName”.

POST /clusters/:clusterName/hosts/:hostName

Response

Example

Create the host named ‘host1’ in cluster ‘c1’.

POST /clusters/c1/hosts/host1

201 Created