Install OpenVPN Client
Grid RESTful API Start-up Guide
18
Example 5
– JSON POST:
(deviceFilter, path and dataFilter specified)
{
"parameters": {
"deviceFilter": {
"state": {
"$eq": "Alarm"
}
},
"path": [
"name",
"type",
"status",
"BOILERLEADLAGSETPOINTDEGC",
"BURNER_ENABLE"
],
"options": {
"dataFilter": {
"status": {
"$eq": "Alarm"
}
}
}
}
}
Example 5
– JSON Response:
{
"message": "Call successful",
"data": {
"gateway_2": {
"data": [
{
"type": "BAC_IP_Falcon_Steam",
"name": "BAC_IP_Falcon_Steam_2_",
"status": "Alarm",
"BURNER_ENABLE": 1
}
]
}
},
"error": null
}