Sha256: c432dd1c5ef15b3cab5b94c57919e303d2fabe0a30ec8f4537ed8b267a52c5c2

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

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

begin
  # Get all locations (public and private)
  result = api_instance.list_locations
  p result
rescue DatadogAPIClient::V1::APIError => e
  puts "Error when calling SyntheticsAPI->list_locations: #{e}"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
datadog_api_client-1.7.0 examples/generated/v1/synthetics/ListLocations.rb