appliance networking dns domains: set
Set DNS search domains.
Request:
HTTP request
PUT https://{server}/rest/appliance/networking/dns/domains
Request Body Structure:
{
"domains" : [
"string",
"string"
]
}
"domains" : [
"string",
"string"
]
}
Request Body Parameters:
Name | Type | Description |
---|---|---|
bold = required | ||
domains | string[] | List of domains. |
Response:
HTTP Status Code: 200
NoneErrors:
HTTP Status Code | Type | Description |
---|---|---|
500 | error | Generic error |