Get the IOTA system configuration.
Method: GET
URL Params: None
Response:
{
"command":"/getIOTASystemConfiguration",
"command_result":{
"iota_system":{
"hardware_ok": true,
"hardware_failure_reason":"",
"time": 1516176510,
"timezone_id": "Europe/Amsterdam",
"uptime": 501248,
"daemon_revision": 1,
"pic_firmware_revision":"7",
"hardware_revision":"1",
"software_revision":"1.3"
}
},
"errors": false,
"general_message":"Successfully retrieved the IOTA system configuration"
}Note: timezone_id field is nullable; if the value is null, it means that UTC timezone is used.