Sha256: 8aab5683c49fe4a67a14c66a4d8b0b3af25d07f7c0d108eacfe207cf841da194

Contents?: true

Size: 781 Bytes

Versions: 37

Compression:

Stored size: 781 Bytes

Contents

# Edit an application key returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V2::KeyManagementAPI.new

# there is a valid "application_key" in the system
APPLICATION_KEY_DATA_ATTRIBUTES_NAME = ENV["APPLICATION_KEY_DATA_ATTRIBUTES_NAME"]
APPLICATION_KEY_DATA_ID = ENV["APPLICATION_KEY_DATA_ID"]

body = DatadogAPIClient::V2::ApplicationKeyUpdateRequest.new({
  data: DatadogAPIClient::V2::ApplicationKeyUpdateData.new({
    id: APPLICATION_KEY_DATA_ID,
    type: DatadogAPIClient::V2::ApplicationKeysType::APPLICATION_KEYS,
    attributes: DatadogAPIClient::V2::ApplicationKeyUpdateAttributes.new({
      name: "Application Key for managing dashboards-updated",
    }),
  }),
})
p api_instance.update_application_key(APPLICATION_KEY_DATA_ID, body)

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.27.1 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.26.1 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.26.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.25.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.24.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.22.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.21.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.20.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.19.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.18.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.17.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.16.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.15.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.14.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.13.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.12.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.11.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.10.0 examples/v2/key-management/UpdateApplicationKey.rb
datadog_api_client-2.9.0 examples/v2/key-management/UpdateApplicationKey.rb