Class: DatadogAPIClient::V1::SyntheticsTestDetails
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsTestDetails
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_test_details.rb
Overview
Object containing details about your Synthetic test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config ⇒ Object
Configuration object for a Synthetic test.
-
#creator ⇒ Object
Object describing the creator of the shared element.
-
#locations ⇒ Object
Array of locations used to run the test.
-
#message ⇒ Object
Notification message associated with the test.
-
#monitor_id ⇒ Object
The associated monitor ID.
-
#name ⇒ Object
Name of the test.
-
#options ⇒ Object
Object describing the extra options for a Synthetic test.
-
#public_id ⇒ Object
The test public ID.
-
#status ⇒ Object
Define whether you want to start (‘live`) or pause (`paused`) a Synthetic test.
-
#steps ⇒ Object
For browser test, the steps of the test.
-
#subtype ⇒ Object
The subtype of the Synthetic API test, ‘http`, `ssl`, `tcp`, `dns`, `icmp`, `udp`, `websocket`, `grpc` or `multi`.
-
#tags ⇒ Object
Array of tags attached to the test.
-
#type ⇒ Object
Type of the Synthetic test, either ‘api` or `browser`.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
65 66 67 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 65 def additional_properties @additional_properties end |
#config ⇒ Object
Configuration object for a Synthetic test.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 25 def config @config end |
#creator ⇒ Object
Object describing the creator of the shared element.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 28 def creator @creator end |
#locations ⇒ Object
Array of locations used to run the test.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 31 def locations @locations end |
#message ⇒ Object
Notification message associated with the test.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 34 def @message end |
#monitor_id ⇒ Object
The associated monitor ID.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 37 def monitor_id @monitor_id end |
#name ⇒ Object
Name of the test.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 40 def name @name end |
#options ⇒ Object
Object describing the extra options for a Synthetic test.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 43 def @options end |
#public_id ⇒ Object
The test public ID.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 46 def public_id @public_id end |
#status ⇒ Object
Define whether you want to start (‘live`) or pause (`paused`) a Synthetic test.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 50 def status @status end |
#steps ⇒ Object
For browser test, the steps of the test.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 53 def steps @steps end |
#subtype ⇒ Object
The subtype of the Synthetic API test, ‘http`, `ssl`, `tcp`, `dns`, `icmp`, `udp`, `websocket`, `grpc` or `multi`.
57 58 59 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 57 def subtype @subtype end |
#tags ⇒ Object
Array of tags attached to the test.
60 61 62 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 60 def @tags end |
#type ⇒ Object
Type of the Synthetic test, either ‘api` or `browser`.
63 64 65 |
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 63 def type @type end |