Sha256: 76321a658feeeb2ccd94963725c6ffa8791ef905a043c73522e822b9423f642a
Contents?: true
Size: 567 Bytes
Versions: 2
Compression:
Stored size: 567 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V2::ServiceAccountsAPI.new service_account_id = "00000000-0000-1234-0000-000000000000" # String | The ID of the service account. app_key_id = "app_key_id_example" # String | The ID of the application key. begin # Get one application key for this service account result = api_instance.get_service_account_application_key(service_account_id, app_key_id) p result rescue DatadogAPIClient::V2::APIError => e puts "Error when calling ServiceAccountsAPI->get_service_account_application_key: #{e}" end
Version data entries
2 entries across 2 versions & 1 rubygems