Update Ntp

Update Ntp
Request
URI
PUT
https://{api_host}/dt-rest/v100/system/ntp
COPY
Request Body
DtNtpImpl of type(s) application/json
Optional
{
    "id": "string",
    "ntp": {
        "servers": [
            {
                "address": "string"
            }
        ]
    },
    "location": "string",
    "servers": [
        {
            "address": "string"
        }
    ],
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

ntp
Optional

ntp

string
location
Optional

location

servers
Optional

servers

array of DtLink
DtLink
Optional

DtLink

Responses
204

Successfully updated ntp config

Operation doesn't return any data structure