back

/setNTPConfiguration

Set the IOTA NTP configuration.

{
  "enabled": false,
  "servers": ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org"]
}
{
    "command": "daemon:ntp",
    "command_result": {
        "analyzer": {
            "error": false,
            "message": "You can run a capture session or import a capture file",
            "running": false
        },
        "daemon": {
            "data": {
                "enabled": false,
                "servers": ["0.nl.pool.ntp.org", "1.nl.pool.ntp.org"]
            },
            "message": "Successfully updated the NTP configuration."
        }
    },
    "errors": false,
    "general_message": "Successfully did http put to the daemon"
}