Class: DatadogAPIClient::V1::SyntheticsTestDetails

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#configObject

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

#creatorObject

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

#locationsObject

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

#messageObject

Notification message associated with the test.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 34

def message
  @message
end

#monitor_idObject

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

#nameObject

Name of the test.



40
41
42
# File 'lib/datadog_api_client/v1/models/synthetics_test_details.rb', line 40

def name
  @name
end

#optionsObject

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
  @options
end

#public_idObject

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

#statusObject

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

#stepsObject

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

#subtypeObject

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

#tagsObject

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
  @tags
end

#typeObject

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