[
{
"id": 0,
"enable": true,
"normal": {
"alert_type": 1,
"interval": 0
}
}
]curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/pu/alert/in/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data '[
{
"id": 0,
"enable": true,
"normal": {
"alert_type": 1,
"interval": 0
}
}
]'{
"code": 0,
"msg": "string"
}