appliance techpreview ntp server: delete

Delete NTP servers. This command deletes NTP servers from the configuration. If the time synchronization mode is NTP-based, the NTP daemon is restarted to reload the new NTP configuration. Otherwise, this command just deletes servers from the NTP configuration.

Request:

HTTP request

POST https://{server}/rest/appliance/techpreview/ntp/server/delete

Request Body Structure:

{
    "servers"[
        "string",
        "string"
    ]
}
<?xml version="1.0" ?>
<ns0:Delete-Input xmlns:ns0="http://vmware.com/appliance/techpreview/ntp/server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <servers-array>
    <array-item>string</array-item>
    <array-item>string</array-item>
  </servers-array>
</ns0:Delete-Input>

Request Body Parameters:

Name Type Description
bold = required
servers string[] List of host name or ip addresses of ntp servers.

Response:

HTTP Status Code: 200

None

Errors:

HTTP Status Code Type Description
500 error Generic error