{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"alarmTypes": [
0
],
"isNationalStandard": true
}
curl --location --request POST 'https://online-products.dhichina.cn/gateway/wwtp-paas-service/api/Alarm/GetAlarmLogsByCondition' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": "2019-08-24T14:15:22Z",
"endTime": "2019-08-24T14:15:22Z",
"alarmTypes": [
0
],
"isNationalStandard": true
}'
[
{
"alarmTime": "2019-08-24T14:15:22Z",
"predictionTime": "2019-08-24T14:15:22Z",
"pointType": 0,
"extInfo": "string",
"indicator": "string",
"pointName": "string",
"nodeCode": "string",
"grade": 0,
"value": 0,
"message": "string",
"alarmType": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]