minor、normal、severe、critical。01 -> critical(紧急),02 -> severe(严重),03 -> normal(一般),04 -> minor(轻微)processed -> completedCount,processing -> processingCount,none -> pendingCountcurl --location 'https://test152.rd.chn-das.com//api/open/alarm/runtime/v1/his-records/security-level-proc-statistics?project=1192410229407772672&instance=' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZXJ2ZXIiOmZhbHNlLCJzdWIiOiIxNzQzMDg0NTg3MjY0ODE5MjAxIiwiZmxhZyI6NiwiY2xpZW50VHlwZSI6bnVsbCwidXNlcl9uYW1lIjoiMTM3NjIyMzIwMDciLCJzY29wZSI6WyJzZXZlciJdLCJuYW1lIjoiMTM3NjIyMzIwMDciLCJleHAiOjE3MjA1OTcyMzAsImp0aSI6ImE5NjIxN2NiLTBiZDUtNGE1YS1iNmMzLWY1YTVlMjY3ZDIyMSIsInRlbmFudCI6InQxNzQzMDg0NTg3Mjc3NDAyMTEzIiwiY2xpZW50X2lkIjoic3lzIn0.5UPL14t8CI7oySNuurTwkWaob9HstDEILr6bpWb16QU' \
--header 'Content-Type: application/json' \
--data '{
"periodType": "WEEK",
"securerityIds": [
"type_001",
"type_002"
]
}'{
"code": 200,
"msg": "success",
"data": {
"levelMap": {
"minor": {
"totalCount": 16,
"completedCount": 8,
"processingCount": 3,
"pendingCount": 5
},
"normal": {
"totalCount": 22,
"completedCount": 12,
"processingCount": 4,
"pendingCount": 6
},
"severe": {
"totalCount": 18,
"completedCount": 9,
"processingCount": 2,
"pendingCount": 7
},
"critical": {
"totalCount": 10,
"completedCount": 5,
"processingCount": 1,
"pendingCount": 4
}
}
}
}