Sha256: 2102d648370baeba7c17d71c471d45a2560c85f2fc80eec87ceaca54d2eb548d

Contents?: true

Size: 391 Bytes

Versions: 19

Compression:

Stored size: 391 Bytes

Contents

# Create a custom variable returns "OK" response

require "datadog_api_client"
api_instance = DatadogAPIClient::V1::WebhooksIntegrationAPI.new

body = DatadogAPIClient::V1::WebhooksIntegrationCustomVariable.new({
  is_secret: true,
  name: "EXAMPLECREATEACUSTOMVARIABLERETURNSOKRESPONSE",
  value: "CUSTOM_VARIABLE_VALUE",
})
p api_instance.create_webhooks_integration_custom_variable(body)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
datadog_api_client-2.9.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.8.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.7.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.6.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.5.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.4.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.3.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.2.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.1.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.0.2 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.0.1 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-2.0.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.11.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.10.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.9.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.8.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.7.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.6.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb
datadog_api_client-1.5.0 examples/v1/webhooks-integration/CreateWebhooksIntegrationCustomVariable.rb