{
"current": "1",
"pageSize": "10",
"columns": "string",
"order": "string",
"maxId": 0,
"minId": 0,
"alarmName": "string"
}
curl --location --request POST 'http://192.168.16.10:31748/v1/ruler/punish/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": "1",
"pageSize": "10",
"columns": "string",
"order": "string",
"maxId": 0,
"minId": 0,
"alarmName": "string"
}'
{
"message": "",
"code": 0,
"data": [
{
"id": 0,
"timeInterval": "",
"type": "",
"aiSrvName": "",
"forfeit": 0,
"count": 0,
"isDouble": "",
"scope": 0,
"timestamp": 0
}
]
}