Important
An access token must be generated to use this API.URL
GET https://{gatewayIp}:5480/api/v2/getntpdetails
Sample URLs
https://192.168.xxx.xxx:5480/api/v2/getntpdetails
Sample cURL
curl -k -X GET https://{GatewayIP}:5480/api/v2/getntpdetails
-H 'Accept: application/json'
-H 'Authorization: Token <TOKEN>'
Status code
200 OK
Sample response
{
"servers": "xxx,xxx",
"NTP Status": "ON/OFF",
"time": "Tue May 19 21:40:08 UTC 2020" }