Sha256: ee94ccadc595075219950c7518806b9d4be2858b8abd412624f2859f3ff0c9a4
Contents?: true
Size: 543 Bytes
Versions: 12
Compression:
Stored size: 543 Bytes
Contents
# Create an application key for current user returns "Created" response require "datadog_api_client" api_instance = DatadogAPIClient::V2::KeyManagementAPI.new body = DatadogAPIClient::V2::ApplicationKeyCreateRequest.new({ data: DatadogAPIClient::V2::ApplicationKeyCreateData.new({ type: DatadogAPIClient::V2::ApplicationKeysType::APPLICATION_KEYS, attributes: DatadogAPIClient::V2::ApplicationKeyCreateAttributes.new({ name: "Example-Key-Management", }), }), }) p api_instance.create_current_user_application_key(body)
Version data entries
12 entries across 12 versions & 1 rubygems