Sha256: e9238e12f06caf1a2daeb1edb89829454639d443ab2e2fa35ab80a1c57337b78

Contents?: true

Size: 711 Bytes

Versions: 14

Compression:

Stored size: 711 Bytes

Contents

# Create an application key for this service account returns "Created" response

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

# there is a valid "service_account_user" in the system
SERVICE_ACCOUNT_USER_DATA_ID = ENV["SERVICE_ACCOUNT_USER_DATA_ID"]

body = DatadogAPIClient::V2::ApplicationKeyCreateRequest.new({
  data: DatadogAPIClient::V2::ApplicationKeyCreateData.new({
    attributes: DatadogAPIClient::V2::ApplicationKeyCreateAttributes.new({
      name: "Example-Service-Account",
    }),
    type: DatadogAPIClient::V2::ApplicationKeysType::APPLICATION_KEYS,
  }),
})
p api_instance.create_service_account_application_key(SERVICE_ACCOUNT_USER_DATA_ID, body)

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
datadog_api_client-2.29.1 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.28.1 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.27.1 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.26.1 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.26.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.25.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.24.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.22.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.21.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.20.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.19.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.18.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.17.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb
datadog_api_client-2.16.0 examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb