appliance networking dns domains: add
Add domain to DNS search domains.
Request:
HTTP request
POST https://{server}/rest/appliance/networking/dns/domains
Request Body Structure:
{
"domain": "string"
}
"domain": "string"
}
<?xml version="1.0" ?>
<ns0:Add-Input xmlns:ns0="http://vmware.com/appliance/networking/dns/domains" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<domain>string</domain>
</ns0:Add-Input>
<ns0:Add-Input xmlns:ns0="http://vmware.com/appliance/networking/dns/domains" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<domain>string</domain>
</ns0:Add-Input>
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
domain | string | Domain to add. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |