查询全局屏蔽列表
GET
https://api.flashcat.cloud/api/n9e-plus/conf-global-alert-mutes
最后修改时间:2025-03-26 09:59:18
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/conf-global-alert-mutes'
响应示例响应示例
{
"dat":[
{
"id": 0,
"disabled": 0,
"note": "string",
"ex_group_ids": null,
"ex_datasource_ids": null,
"cause": "string",
"btime": 0,
"etime": 0,
"created_at": 0,
"created_by": "string",
"update_at": 0,
"update_by": "string",
"periodic_mutes": [
{
"enable_stime": "string",
"enable_etime": "string",
"enable_days_of_week": "string"
}
],
"mute_time_type": 0,
"tags": [
{
"key": "string",
"func": "string",
"value": "string",
"Regexp": "string",
"Vset": null
}
]
}
],
"err":""
}