Sha256: aac51166aa49123ed18b197c7fe62844adee9d3b4c4f3d15b0fdcab771c6e730

Contents?: true

Size: 336 Bytes

Versions: 1

Compression:

Stored size: 336 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::HostsAPI.new
host_name = "host_name_example" # String | Name of the host to unmute.

begin
  # Unmute a host
  result = api_instance.unmute_host(host_name)
  p result
rescue DatadogAPIClient::V1::APIError => e
  puts "Error when calling HostsAPI->unmute_host: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v1/hosts/UnmuteHost.rb