Add a Host
|
HTTP Method |
POST |
|
URI |
http(s)://<serverIP/hostname/FQDN>/adminapi/host |
|
Example URI |
http(s)://10.10.10.10/adminapi/host |
|
Content Type |
Application/XML |
|
HTTP Success Code |
201 |
|
HTTP Failure Codes |
400, 500 |
Success Response
Retrieves the unique URI.
Sample Input XML
<host>
<hostname> test.vvb.com </hostname>
<ipAddress>10.10.10.111</ipAddress>
<description></description>
</host>