v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
Hosts

Unmute a host

Unmutes a host. This endpoint takes no JSON arguments.

post/api/v1/host/{host_name}/unmute

Path parameters

host_namestring required

Name of the host to unmute.

Response

OK

actionstring

Action applied to the hosts.

endinteger

POSIX timestamp in seconds when the host is unmuted.

hostnamestring

The host name.

messagestring

Message associated with the mute.

Example response

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