curl --location --request GET 'https://api.flashcat.cloud/api/n9e-plus/conf-global-alert-mutes' \
--header 'X-User-Token: <api-key>'
{
"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":""
}