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

object
ntp
Optional

ntp

string
location
Optional

location

array of object
servers
Optional

servers

array of object
DtLink
Optional

DtLink

Responses
204

Successfully updated ntp config

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/dt-rest/v100/system/ntp