20 lines
312 B
Plaintext
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)"
|
|
}
|
|
}
|