bruno-collections/Icinga PROD/Remove Downtime by Hostfilter.bru
Marco Kohn 13eeb6df86 update
2026-03-13 17:54:59 +01:00

20 lines
312 B
Plaintext

meta {
name: Remove Downtime by Hostfilter
type: http
seq: 2
}
post {
url: https://monitoring-api-qsu.noris.net:5665/v1/actions/remove-downtime
body: json
auth: inherit
}
body:json {
{
"pretty": true,
"type": "Downtime",
"filter": "match(\"*.monitoring.noris.de\", host.name)"
}
}