Class: DatadogAPIClient::V2::SyntheticsTestResultResponseInfo
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestResultResponseInfo
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb
Overview
Details of the response received during the test execution.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#body ⇒ Object
Body of the response.
-
#body_compressed ⇒ Object
Compressed representation of the response body.
-
#body_hashes ⇒ Object
Hashes computed over the response body.
-
#body_size ⇒ Object
Size of the response body in bytes.
-
#cache_headers ⇒ Object
Cache-related response headers.
-
#cdn ⇒ Object
CDN provider details inferred from response headers.
-
#close ⇒ Object
WebSocket close frame information for WebSocket test responses.
-
#compressed_message ⇒ Object
Compressed representation of the response message.
-
#headers ⇒ Object
Response headers.
-
#healthcheck ⇒ Object
Health check information returned from a gRPC health check call.
-
#http_version ⇒ Object
HTTP version of the response.
-
#is_body_truncated ⇒ Object
Whether the response body was truncated.
-
#is_message_truncated ⇒ Object
Whether the response message was truncated.
-
#message ⇒ Object
Message received in the response (for WebSocket/TCP/UDP tests).
-
#metadata ⇒ Object
Additional metadata returned with the response.
-
#records ⇒ Object
DNS records returned in the response (DNS tests only).
-
#redirects ⇒ Object
Redirect hops encountered while performing the request.
-
#status_code ⇒ Object
HTTP status code of the response.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
78 79 80 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 78 def additional_properties @additional_properties end |
#body ⇒ Object
Body of the response.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 25 def body @body end |
#body_compressed ⇒ Object
Compressed representation of the response body.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 28 def body_compressed @body_compressed end |
#body_hashes ⇒ Object
Hashes computed over the response body.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 31 def body_hashes @body_hashes end |
#body_size ⇒ Object
Size of the response body in bytes.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 34 def body_size @body_size end |
#cache_headers ⇒ Object
Cache-related response headers.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 37 def cache_headers @cache_headers end |
#cdn ⇒ Object
CDN provider details inferred from response headers.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 40 def cdn @cdn end |
#close ⇒ Object
WebSocket close frame information for WebSocket test responses.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 43 def close @close end |
#compressed_message ⇒ Object
Compressed representation of the response message.
46 47 48 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 46 def @compressed_message end |
#headers ⇒ Object
Response headers.
49 50 51 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 49 def headers @headers end |
#healthcheck ⇒ Object
Health check information returned from a gRPC health check call.
52 53 54 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 52 def healthcheck @healthcheck end |
#http_version ⇒ Object
HTTP version of the response.
55 56 57 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 55 def http_version @http_version end |
#is_body_truncated ⇒ Object
Whether the response body was truncated.
58 59 60 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 58 def is_body_truncated @is_body_truncated end |
#is_message_truncated ⇒ Object
Whether the response message was truncated.
61 62 63 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 61 def @is_message_truncated end |
#message ⇒ Object
Message received in the response (for WebSocket/TCP/UDP tests).
64 65 66 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 64 def @message end |
#metadata ⇒ Object
Additional metadata returned with the response.
67 68 69 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 67 def @metadata end |
#records ⇒ Object
DNS records returned in the response (DNS tests only).
70 71 72 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 70 def records @records end |
#redirects ⇒ Object
Redirect hops encountered while performing the request.
73 74 75 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 73 def redirects @redirects end |
#status_code ⇒ Object
HTTP status code of the response.
76 77 78 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_result_response_info.rb', line 76 def status_code @status_code end |