curl --location --request GET 'http://172.16.1.44:9800/v2/alertrule/page?current=1&size=10&host=172.16.1.44&lang=zh-CN' \
--header 'ua_token: '
{
"data": {
"code": 0,
"data": {
"current": 0,
"hitCount": true,
"pages": 0,
"records": [
{
"description": "string",
"duration": 0,
"host": "string",
"id": 0,
"isEnabled": true,
"name": "string",
"notifyInterval": 0,
"notifyTo": "string",
"op": "string",
"threshold": "string",
"type": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"msg": "string",
"status": 0
},
"message": "string",
"resultcode": "string"
}