Sha256: 1acfb550f63a67ccf7a3df31390b3c928126ea4ab4c7092a52029b7d4b1adcf0
Contents?: true
Size: 432 Bytes
Versions: 1
Compression:
Stored size: 432 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. begin # Get one application key owned by current user result = api_instance.get_current_user_application_key(app_key_id) p result rescue DatadogAPIClient::V2::APIError => e puts "Error when calling KeyManagementAPI->get_current_user_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/GetCurrentUserApplicationKey.rb |