🌟 本文档由 麒曦Chish 整理发布,与官方无关,不代表官方立场,仅供参考,请以官方发布为准。
{
"method": "string",
"order": "null",
"orderBy": "created_at",
"page": 0,
"pageSize": 0,
"status": "string",
"type": "string"
}curl --location '/alert/search' \
--header '1Panel-Token: {{Token}}' \
--header '1Panel-Timestamp: {{UnixTimestamp}}' \
--header 'Content-Type: application/json' \
--data '{
"method": "string",
"order": "null",
"orderBy": "created_at",
"page": 0,
"pageSize": 0,
"status": "string",
"type": "string"
}'{}