Sha256: 28bef55035f207e634d0c2b20f40aada9d3ec9e2d2c816cd588f325123c6b119

Contents?: true

Size: 310 Bytes

Versions: 12

Compression:

Stored size: 310 Bytes

Contents

# Save new value for on-demand concurrency cap returns "OK" response

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

body = DatadogAPIClient::V2::OnDemandConcurrencyCapAttributes.new({
  on_demand_concurrency_cap: 20,
})
p api_instance.set_on_demand_concurrency_cap(body)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.27.1 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.26.1 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.26.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.25.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.24.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.22.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.21.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.20.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.19.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.18.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb
datadog_api_client-2.17.0 examples/v2/synthetics/SetOnDemandConcurrencyCap.rb