Class: DatadogAPIClient::V1::SyntheticsBrowserTest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsBrowserTest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_browser_test.rb
Overview
Object containing details about a Synthetic browser test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#config ⇒ Object
readonly
Configuration object for a Synthetic browser test.
-
#locations ⇒ Object
readonly
Array of locations used to run the test.
-
#message ⇒ Object
readonly
Notification message associated with the test.
-
#monitor_id ⇒ Object
The associated monitor ID.
-
#name ⇒ Object
readonly
Name of the test.
-
#options ⇒ Object
readonly
Object describing the extra options for a Synthetic test.
-
#public_id ⇒ Object
The public ID of the test.
-
#status ⇒ Object
Define whether you want to start (‘live`) or pause (`paused`) a Synthetic test.
-
#steps ⇒ Object
Array of steps for the test.
-
#tags ⇒ Object
Array of tags attached to the test.
-
#type ⇒ Object
readonly
Type of the Synthetic test, ‘browser`.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
58 59 60 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 58 def additional_properties @additional_properties end |
#config ⇒ Object
Configuration object for a Synthetic browser test.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 25 def config @config end |
#locations ⇒ Object
Array of locations used to run the test.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 28 def locations @locations end |
#message ⇒ Object
Notification message associated with the test. Message can either be text or an empty string.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 31 def @message end |
#monitor_id ⇒ Object
The associated monitor ID.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 34 def monitor_id @monitor_id end |
#name ⇒ Object
Name of the test.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 37 def name @name end |
#options ⇒ Object
Object describing the extra options for a Synthetic test.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 40 def @options end |
#public_id ⇒ Object
The public ID of the test.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 43 def public_id @public_id end |
#status ⇒ Object
Define whether you want to start (‘live`) or pause (`paused`) a Synthetic test.
47 48 49 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 47 def status @status end |
#steps ⇒ Object
Array of steps for the test.
50 51 52 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 50 def steps @steps end |
#tags ⇒ Object
Array of tags attached to the test.
53 54 55 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 53 def @tags end |
#type ⇒ Object
Type of the Synthetic test, ‘browser`.
56 57 58 |
# File 'lib/datadog_api_client/v1/models/synthetics_browser_test.rb', line 56 def type @type end |