Sha256: 9272246043a98e59fc74dcc8de9009f74342b0d47a49a286d06ef6e86b8dd2b9
Contents?: true
Size: 462 Bytes
Versions: 1
Compression:
Stored size: 462 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::TagsAPI.new host_name = "host_name_example" # String | When specified, filters list of tags to those tags with the specified source. opts = { source: "source_example", # String | Source to filter. } begin # Get host tags result = api_instance.get_host_tags(host_name, opts) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling TagsAPI->get_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/GetHostTags.rb |