Sha256: 81262cccb9ce72bdafc2e78881f6cc2b5371dcb320207ce2c8a7fadbb6990678

Contents?: true

Size: 274 Bytes

Versions: 8

Compression:

Stored size: 274 Bytes

Contents

# Save on demand concurrency cap

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

8 entries across 8 versions & 1 rubygems

Version Path
datadog_api_client-2.16.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.15.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.14.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.13.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.12.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.11.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.10.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb
datadog_api_client-2.9.0 examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb