Sha256: 9891bbba334142c4c101e08b2479bd5e05e419ab26c9360c48680938c3e64f1a

Contents?: true

Size: 596 Bytes

Versions: 18

Compression:

Stored size: 596 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-Create_an_Application_key_for_current_user_returns_Created_response",
    }),
  }),
})
p api_instance.create_current_user_application_key(body)

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.8.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.7.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.6.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.5.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.4.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.3.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.2.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.1.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.0.2 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.0.1 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-2.0.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-1.11.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-1.10.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-1.9.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-1.8.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-1.7.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb
datadog_api_client-1.6.0 examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb