Sha256: 398f36225831cfb8925320ef3219e63334329a10de6e5d2e77a1c5921a22437a

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::TagsAPI.new
opts = {
  source: "source_example", # String | When specified, filters host list to those tags with the specified source.
}

begin
  # Get Tags
  result = api_instance.list_host_tags(opts)
  p result
rescue DatadogAPIClient::V1::APIError => e
  puts "Error when calling TagsAPI->list_host_tags: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v1/tags/ListHostTags.rb