Sha256: 6cb8b3bed945cec52bb18f4e82c412c034684e59e4c8848c617808fa393ff3ee
Contents?: true
Size: 528 Bytes
Versions: 1
Compression:
Stored size: 528 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V2::KeyManagementAPI.new app_key_id = "app_key_id_example" # String | The ID of the application key. opts = { include: "owned_by", # String | Resource path for related resources to include in the response. Only `owned_by` is supported. } begin # Get an application key result = api_instance.get_application_key(app_key_id, opts) p result rescue DatadogAPIClient::V2::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/v2/key-management/GetApplicationKey.rb |