Mute a host
POST {{baseUrl}}/api/v1/host/:host_name/mute
Mute a host.
Request Body
{"end"=>1579098130, "message"=>"Muting this host for a test!", "override"=>false}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"action":"Muted","end":1579098130,"hostname":"test.host","message":"Muting this host for a test!"}