v1
latestOpenAPI 3.0.02026-07-142351,1971.3 MBHosts
Mute a host
Mute a host. Note: This creates a Downtime V2 for the host.
post/api/v1/host/{host_name}/mute
Path parameters
host_namestring required
Name of the host to mute.
Request body
Example request
{
"end": 1579098130,
"message": "Muting this host for a test!"
}Response
OK
Example response
{
"action": "Muted",
"end": 1579098130,
"hostname": "test.host",
"message": "Muting this host for a test!"
}