Method: DatadogAPIClient::V1::SyntheticsAPI#get_api_test

Defined in:
lib/datadog_api_client/v1/api/synthetics_api.rb

#get_api_test(public_id, opts = {}) ⇒ SyntheticsAPITest

Get an API test Get the detailed configuration associated with a Synthetic API test.

Parameters:

  • public_id (String)

    The public ID of the test to get details from.

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



632
633
634
635
# File 'lib/datadog_api_client/v1/api/synthetics_api.rb', line 632

def get_api_test(public_id, opts = {})
  data, _status_code, _headers = get_api_test_with_http_info(public_id, opts)
  data
end