Sha256: 9c7759871b7171335d105565c06a15455ce30329ca9478dadd596ef6e02ab586
Contents?: true
Size: 383 Bytes
Versions: 1
Compression:
Stored size: 383 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::SyntheticsAPI.new location_id = "location_id_example" # String | The ID of the private location. begin # Get a private location result = api_instance.get_private_location(location_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling SyntheticsAPI->get_private_location: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/synthetics/GetPrivateLocation.rb |