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