Sha256: df5c69e0a5097cedddc8f2db57c8e392e8ca0f6b600484a2e326e033ae55814c
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::SyntheticsAPI.new public_id = "public_id_example" # String | The public ID of the browser test to which the target result belongs. result_id = "result_id_example" # String | The ID of the result to get. begin # Get a browser test result result = api_instance.get_browser_test_result(public_id, result_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling SyntheticsAPI->get_browser_test_result: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/synthetics/GetBrowserTestResult.rb |