Class: DatadogAPIClient::V1::SyntheticsAPITestResultData

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#certObject

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_typeObject

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

#failureObject

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_codeObject

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_headersObject

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_bodyObject

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_headersObject

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_sizeObject

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

#timingsObject

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