Sha256: 800c15909734b1b223b3f9e2c2190490e99b7a2317ae804db1829c710537d571

Contents?: true

Size: 359 Bytes

Versions: 4

Compression:

Stored size: 359 Bytes

Contents

# Create a FIDO global variable returns "OK" response

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

body = DatadogAPIClient::V1::SyntheticsGlobalVariableRequest.new({
  description: "",
  is_fido: true,
  name: "GLOBAL_VARIABLE_FIDO_PAYLOAD_EXAMPLESYNTHETIC",
  tags: [],
})
p api_instance.create_global_variable(body)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
datadog_api_client-2.28.1 examples/v1/synthetics/CreateGlobalVariable_3298562511.rb
datadog_api_client-2.27.1 examples/v1/synthetics/CreateGlobalVariable_3298562511.rb
datadog_api_client-2.26.1 examples/v1/synthetics/CreateGlobalVariable_3298562511.rb
datadog_api_client-2.26.0 examples/v1/synthetics/CreateGlobalVariable_3298562511.rb