bruno-collections/Icinga QSU/FIlter Test Post Native.bru
Marco Kohn 13eeb6df86 update
2026-03-13 17:54:59 +01:00

24 lines
422 B
Plaintext

meta {
name: FIlter Test Post Native
type: http
seq: 6
}
post {
url: https://monitoring-api-qsu.noris.net:5665/v1/objects/services
body: json
auth: inherit
}
headers {
X-HTTP-Method-Override: GET
}
body:json {
{
"pretty": true,
"filter": "match(\"*.monitoring.noris.de\", host.name)",
"attrs": ["vars","state","paused","name","enable_notifications","display_name","last_check_result"]
}
}