Class: DatadogAPIClient::V1::SyntheticsAPITestResultData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsAPITestResultData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb
Overview
Object containing results for your Synthetic API test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#cert ⇒ Object
Object describing the SSL certificate used for a Synthetic test.
-
#event_type ⇒ Object
Status of a Synthetic test.
-
#failure ⇒ Object
The API test failure details.
-
#http_status_code ⇒ Object
The API test HTTP status code.
-
#request_headers ⇒ Object
Request header object used for the API test.
-
#response_body ⇒ Object
Response body returned for the API test.
-
#response_headers ⇒ Object
Response headers returned for the API test.
-
#response_size ⇒ Object
Global size in byte of the API test response.
-
#timings ⇒ Object
Object containing all metrics and their values collected for a Synthetic API test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
52 53 54 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 52 def additional_properties @additional_properties end |
#cert ⇒ Object
Object describing the SSL certificate used for a Synthetic test.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 25 def cert @cert end |
#event_type ⇒ Object
Status of a Synthetic test.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 28 def event_type @event_type end |
#failure ⇒ Object
The API test failure details.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 31 def failure @failure end |
#http_status_code ⇒ Object
The API test HTTP status code.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 34 def http_status_code @http_status_code end |
#request_headers ⇒ Object
Request header object used for the API test.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 37 def request_headers @request_headers end |
#response_body ⇒ Object
Response body returned for the API test.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 40 def response_body @response_body end |
#response_headers ⇒ Object
Response headers returned for the API test.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 43 def response_headers @response_headers end |
#response_size ⇒ Object
Global size in byte of the API test response.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 46 def response_size @response_size end |
#timings ⇒ Object
Object containing all metrics and their values collected for a Synthetic API test. See the [Synthetic Monitoring Metrics documentation](docs.datadoghq.com/synthetics/metrics/).
50 51 52 |
# File 'lib/datadog_api_client/v1/models/synthetics_api_test_result_data.rb', line 50 def timings @timings end |