Sha256: d953463b291bae63ac25e2d6b2d1b44b46361e81b825b4b08a6635c05a9038a8
Contents?: true
Size: 374 Bytes
Versions: 1
Compression:
Stored size: 374 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::KeyManagementAPI.new key = "key_example" # String | The specific APP key you are working with. begin # Get an application key result = api_instance.get_application_key(key) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling KeyManagementAPI->get_application_key: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/key-management/GetApplicationKey.rb |