值 | 说明 |
---|---|
online_failed | 上线失败 |
{
"page": 0,
"pageSize": 0,
"filter": {
"type": "string",
"match": "string",
"time_min": 0,
"time_max": 0
}
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/system/warn/list' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"pageSize": 0,
"filter": {
"type": "string",
"match": "string",
"time_min": 0,
"time_max": 0
}
}'
{
"code": 0,
"msg": "string",
"pageInfo": {
"page": 0,
"pageSize": 0,
"totalCount": 0
},
"data": [
{
"key": "string",
"type": "string",
"time": 0,
"object_id": "string",
"object_type": "string",
"object_name": "string",
"desc": "string"
}
]
}