Mute a host

POST {{baseUrl}}/api/v1/host/:host_name/mute

Mute a host. Note: This creates a Downtime V2 for the host.

Request Body

{"end"=>1579098130, "message"=>"Muting this host for a test!", "override"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"action":"Muted","end":1579098130,"hostname":"test.host","message":"Muting this host for a test!"}