Update Network Dns Settings
Update the DNS settings.
Updated the DNS settings.
{
    "mode": "string",
    "hostname": "string",
    "servers": [
        "string"
    ]
}
                                                            mode
hostname
Servers to be used for STATIC mode. Value ignored when DHCP mode.
The DNS settings are updated.
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}
            
                            error_code
message
op_id
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}
            
                            error_code
message
op_id
Internal server error - unexpected condition prevents fulfilling the request
{
    "error_code": "string",
    "message": "string",
    "op_id": "string"
}
            
                            error_code
message
op_id