back

/getNTPConfiguration

Get the IOTA NTP configuration.

{
    "command": "daemon:ntp",
    "command_result": {
        "analyzer": {
            "error": false,
            "message": "You can run a capture session or import a capture file",
            "running": false
        },
        "daemon": {
            "enabled": false,
            "servers": ["some_server","some_other_server"]
        }
    },
    "errors": false,
    "general_message": "Successfully retrieved the information from the daemon"
}