API Guide

Response Class
ntpSettings
Response Content-Type: application/json, application/xml
Response Status Codes
Table 132. Response Status Codes
HTTP Status Code Reason
200 Retrieved NTP settings from ASM appliance successfully.
500 Unable to get NTP settings from the ASM appliance.
/NTP/
Description
Apply NTP settings on ASM appliance
Method
put
Response Class
void
Response Content-Type: application/json, application/xml
Parameters
Table 133. Parameters
Parameter Value Description Default Value Parameter Type Data Type
body (required) NTPSetting object
that needs to be set
on ASM appliance
N/A body ntpSettings
Response Status Codes
Table 134. Response Status Codes
HTTP Status Code Reason
204 Successfully set the NTP settings to on.
500 Unable to turn on NTP settings on the ASM appliance.
/NTP/
Description
Turn o NTP settings on ASM appliance
69