Endpoint
/api/v2/ntpservice
servicestring
Use the ON and OFF switch to start or stop the NTP service.
{
"service": "ON"
}
Responses
OK
Successstring
{
"Success": "Switched ON the NTP Service Successfully"
}
Starts and stops the gateway NTP service.
/api/v2/ntpservice
Use the ON and OFF switch to start or stop the NTP service.
{
"service": "ON"
}
OK
{
"Success": "Switched ON the NTP Service Successfully"
}