Sha256: 14da987dd6c3ecff7cbadbc94586820da1be604ec4f308fe4a12280acd82f848
Contents?: true
Size: 367 Bytes
Versions: 1
Compression:
Stored size: 367 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::SyntheticsAPI.new batch_id = "batch_id_example" # String | The ID of the batch. begin # Get details of batch result = api_instance.get_synthetics_ci_batch(batch_id) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling SyntheticsAPI->get_synthetics_ci_batch: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/synthetics/GetSyntheticsCiBatch.rb |