Get NTP Settings
Returns NTP Settings
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- enable booleanDetermines whether the feature is enabled 
- url ipv4|dnsNTP server address 
- use_default booleanDetermines whether the default NTP server is used (pool.0.ntp.org) 
{
  "enable": false,
  "url": "pool.0.ntp.org",
  "use_default": true
}
{
  "enable": false,
  "url": "pool.0.ntp.org",
  "use_default": true
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError information 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...