Class: DatadogAPIClient::V1::SyntheticsBatchResult

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_batch_result.rb

Overview

Object with the results of a Synthetic batch.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



54
55
56
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 54

def additional_properties
  @additional_properties
end

#deviceObject

The device ID.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 25

def device
  @device
end

#durationObject

Total duration in millisecond of the test.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 28

def duration
  @duration
end

#execution_ruleObject

Execution rule for a Synthetic test.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 31

def execution_rule
  @execution_rule
end

#locationObject

Name of the location.



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

def location
  @location
end

#result_idObject

The ID of the result to get.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 37

def result_id
  @result_id
end

#retriesObject

Number of times this result has been retried.



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

def retries
  @retries
end

#statusObject

Determines whether or not the batch has passed, failed, or is in progress.



43
44
45
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 43

def status
  @status
end

#test_nameObject

Name of the test.



46
47
48
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 46

def test_name
  @test_name
end

#test_public_idObject

The public ID of the Synthetic test.



49
50
51
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 49

def test_public_id
  @test_public_id
end

#test_typeObject

Type of the Synthetic test, either ‘api` or `browser`.



52
53
54
# File 'lib/datadog_api_client/v1/models/synthetics_batch_result.rb', line 52

def test_type
  @test_type
end