status.json
JSON format
{
"Error": "Ether balance is running low, current value 0.123 ETH",
"Status": "EthSyncStatus = operational, VcSyncStatus = in-sync, EtherBalance = 0.123 ETH",
"Timestamp": "2020-03-19T11:50:21.0846185Z",
"Payload": {
"Version": {
"Semantic": "v1.3.1"
},
"CustomFieldsGoHere": 17,
"MoreCustomFields": "any data type"
},
"Config": {
"InputArg1": "value1",
"InputArg2": "value2"
}
}Node.js script example
Last updated