datadog_api_client 2.26.1 → 2.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +2152 -10
- data/.generator/schemas/v2/openapi.yaml +1771 -41
- data/.generator/src/generator/formatter.py +1 -1
- data/.github/workflows/approved_status.yml +4 -0
- data/.github/workflows/changelog.yml +5 -0
- data/.github/workflows/codeql-analysis.yml +4 -0
- data/.github/workflows/docs.yml +3 -0
- data/.github/workflows/labeler.yml +5 -0
- data/.github/workflows/prepare_release.yml +4 -0
- data/.github/workflows/publish.yml +5 -0
- data/.github/workflows/release.yml +4 -0
- data/.github/workflows/stale.yml +6 -0
- data/.github/workflows/test.yml +3 -0
- data/.github/workflows/test_integration.yml +3 -0
- data/CHANGELOG.md +27 -0
- data/examples/v1/dashboards/CreateDashboard_1433408735.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_794302680.rb +152 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_3829801148.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsMobileTest.rb +27 -0
- data/examples/v1/synthetics/FetchUptimes.rb +13 -0
- data/examples/v1/synthetics/GetMobileTest.rb +8 -0
- data/examples/v1/synthetics/UpdateMobileTest.rb +30 -0
- data/examples/v2/logs/AggregateLogs_2955613758.rb +0 -1
- data/examples/v2/microsoft-teams-integration/CreateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/CreateApiHandle_1540689753.rb +17 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle_377884154.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName_1103107145.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle_2883785101.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetChannelByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles_769592979.rb +5 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle_419892746.rb +18 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +9 -0
- data/lib/datadog_api_client/inflector.rb +51 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +272 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_fetch_uptimes_payload.rb +167 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_device_id.rb +251 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step.rb +203 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_type.rb +42 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test.rb +263 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items_role.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_ci_options.rb +123 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_config.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments_property_names.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb +354 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options.rb +155 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options_notification_preset_name.rb +29 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application.rb +154 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application_reference_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_port.rb +63 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_uptime.rb +135 -0
- data/lib/datadog_api_client/v1/models/synthetics_uptime.rb +161 -0
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +16 -4
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match_type.rb +31 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb +36 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace.rb +63 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring.rb +165 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb +163 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +31 -1
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/metrics_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +497 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/fastly_services_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_type_category.rb +27 -0
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_attributes.rb +249 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_get_channel_by_name_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +35 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb +145 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +1 -26
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +72 -2
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Object containing IDs of Synthetic tests and a timeframe.
|
|
21
|
+
class SyntheticsFetchUptimesPayload
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Timestamp in seconds (Unix epoch) for the start of uptime.
|
|
25
|
+
attr_reader :from_ts
|
|
26
|
+
|
|
27
|
+
# An array of Synthetic test IDs you want to delete.
|
|
28
|
+
attr_reader :public_ids
|
|
29
|
+
|
|
30
|
+
# Timestamp in seconds (Unix epoch) for the end of uptime.
|
|
31
|
+
attr_reader :to_ts
|
|
32
|
+
|
|
33
|
+
attr_accessor :additional_properties
|
|
34
|
+
|
|
35
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
36
|
+
# @!visibility private
|
|
37
|
+
def self.attribute_map
|
|
38
|
+
{
|
|
39
|
+
:'from_ts' => :'from_ts',
|
|
40
|
+
:'public_ids' => :'public_ids',
|
|
41
|
+
:'to_ts' => :'to_ts'
|
|
42
|
+
}
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
# Attribute type mapping.
|
|
46
|
+
# @!visibility private
|
|
47
|
+
def self.openapi_types
|
|
48
|
+
{
|
|
49
|
+
:'from_ts' => :'Integer',
|
|
50
|
+
:'public_ids' => :'Array<String>',
|
|
51
|
+
:'to_ts' => :'Integer'
|
|
52
|
+
}
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
# Initializes the object
|
|
56
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
57
|
+
# @!visibility private
|
|
58
|
+
def initialize(attributes = {})
|
|
59
|
+
if (!attributes.is_a?(Hash))
|
|
60
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::SyntheticsFetchUptimesPayload` initialize method"
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
self.additional_properties = {}
|
|
64
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
65
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
66
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
67
|
+
self.additional_properties[k.to_sym] = v
|
|
68
|
+
else
|
|
69
|
+
h[k.to_sym] = v
|
|
70
|
+
end
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
if attributes.key?(:'from_ts')
|
|
74
|
+
self.from_ts = attributes[:'from_ts']
|
|
75
|
+
end
|
|
76
|
+
|
|
77
|
+
if attributes.key?(:'public_ids')
|
|
78
|
+
if (value = attributes[:'public_ids']).is_a?(Array)
|
|
79
|
+
self.public_ids = value
|
|
80
|
+
end
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if attributes.key?(:'to_ts')
|
|
84
|
+
self.to_ts = attributes[:'to_ts']
|
|
85
|
+
end
|
|
86
|
+
end
|
|
87
|
+
|
|
88
|
+
# Check to see if the all the properties in the model are valid
|
|
89
|
+
# @return true if the model is valid
|
|
90
|
+
# @!visibility private
|
|
91
|
+
def valid?
|
|
92
|
+
return false if @from_ts.nil?
|
|
93
|
+
return false if @public_ids.nil?
|
|
94
|
+
return false if @to_ts.nil?
|
|
95
|
+
true
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
# Custom attribute writer method with validation
|
|
99
|
+
# @param from_ts [Object] Object to be assigned
|
|
100
|
+
# @!visibility private
|
|
101
|
+
def from_ts=(from_ts)
|
|
102
|
+
if from_ts.nil?
|
|
103
|
+
fail ArgumentError, 'invalid value for "from_ts", from_ts cannot be nil.'
|
|
104
|
+
end
|
|
105
|
+
@from_ts = from_ts
|
|
106
|
+
end
|
|
107
|
+
|
|
108
|
+
# Custom attribute writer method with validation
|
|
109
|
+
# @param public_ids [Object] Object to be assigned
|
|
110
|
+
# @!visibility private
|
|
111
|
+
def public_ids=(public_ids)
|
|
112
|
+
if public_ids.nil?
|
|
113
|
+
fail ArgumentError, 'invalid value for "public_ids", public_ids cannot be nil.'
|
|
114
|
+
end
|
|
115
|
+
@public_ids = public_ids
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Custom attribute writer method with validation
|
|
119
|
+
# @param to_ts [Object] Object to be assigned
|
|
120
|
+
# @!visibility private
|
|
121
|
+
def to_ts=(to_ts)
|
|
122
|
+
if to_ts.nil?
|
|
123
|
+
fail ArgumentError, 'invalid value for "to_ts", to_ts cannot be nil.'
|
|
124
|
+
end
|
|
125
|
+
@to_ts = to_ts
|
|
126
|
+
end
|
|
127
|
+
|
|
128
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
|
129
|
+
# @return [Hash] Returns the object in the form of hash
|
|
130
|
+
# @!visibility private
|
|
131
|
+
def to_hash
|
|
132
|
+
hash = {}
|
|
133
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
134
|
+
value = self.send(attr)
|
|
135
|
+
if value.nil?
|
|
136
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
137
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
hash[param] = _to_hash(value)
|
|
141
|
+
end
|
|
142
|
+
self.additional_properties.each_pair do |attr, value|
|
|
143
|
+
hash[attr] = value
|
|
144
|
+
end
|
|
145
|
+
hash
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Checks equality by comparing each attribute.
|
|
149
|
+
# @param o [Object] Object to be compared
|
|
150
|
+
# @!visibility private
|
|
151
|
+
def ==(o)
|
|
152
|
+
return true if self.equal?(o)
|
|
153
|
+
self.class == o.class &&
|
|
154
|
+
from_ts == o.from_ts &&
|
|
155
|
+
public_ids == o.public_ids &&
|
|
156
|
+
to_ts == o.to_ts
|
|
157
|
+
additional_properties == o.additional_properties
|
|
158
|
+
end
|
|
159
|
+
|
|
160
|
+
# Calculates hash code according to all attributes.
|
|
161
|
+
# @return [Integer] Hash code
|
|
162
|
+
# @!visibility private
|
|
163
|
+
def hash
|
|
164
|
+
[from_ts, public_ids, to_ts].hash
|
|
165
|
+
end
|
|
166
|
+
end
|
|
167
|
+
end
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# The device ID.
|
|
21
|
+
class SyntheticsMobileDeviceID
|
|
22
|
+
include BaseEnumModel
|
|
23
|
+
|
|
24
|
+
APPLE_IPAD__2022__16_4 = "apple ipad (2022),16.4".freeze
|
|
25
|
+
APPLE_IPAD__2022__17_3_1 = "apple ipad (2022),17.3.1".freeze
|
|
26
|
+
APPLE_IPAD_7TH_GEN__2019__13_3 = "apple ipad 7th gen (2019),13.3".freeze
|
|
27
|
+
APPLE_IPAD_9TH_GEN__2021__15_0_2 = "apple ipad 9th gen (2021),15.0.2".freeze
|
|
28
|
+
APPLE_IPAD_9TH_GEN__2021__16_1 = "apple ipad 9th gen (2021),16.1".freeze
|
|
29
|
+
APPLE_IPAD_AIR__2022__15_4_1 = "apple ipad air (2022),15.4.1".freeze
|
|
30
|
+
APPLE_IPAD_MINI__5TH_GEN__14_6 = "apple ipad mini (5th gen),14.6".freeze
|
|
31
|
+
APPLE_IPAD_MINI__6TH_GEN__15_1 = "apple ipad mini (6th gen),15.1".freeze
|
|
32
|
+
APPLE_IPAD_PRO_11__2022__16_3 = "apple ipad pro 11 (2022),16.3".freeze
|
|
33
|
+
APPLE_IPAD_PRO_12_9__2020__14_8 = "apple ipad pro 12.9 (2020),14.8".freeze
|
|
34
|
+
APPLE_IPAD_PRO_12_9__2021__15_6_1 = "apple ipad pro 12.9 (2021),15.6.1".freeze
|
|
35
|
+
APPLE_IPAD_PRO_12_9__2022__16_5 = "apple ipad pro 12.9 (2022),16.5".freeze
|
|
36
|
+
APPLE_IPHONE_11_PRO_MAX_13_1_3 = "apple iphone 11 pro max,13.1.3".freeze
|
|
37
|
+
APPLE_IPHONE_11_PRO_13_6 = "apple iphone 11 pro,13.6".freeze
|
|
38
|
+
APPLE_IPHONE_11_PRO_15_5 = "apple iphone 11 pro,15.5".freeze
|
|
39
|
+
APPLE_IPHONE_11_13_3_1 = "apple iphone 11,13.3.1".freeze
|
|
40
|
+
APPLE_IPHONE_11_14_0 = "apple iphone 11,14.0".freeze
|
|
41
|
+
APPLE_IPHONE_11_16_3 = "apple iphone 11,16.3".freeze
|
|
42
|
+
APPLE_IPHONE_12_MINI_14_2 = "apple iphone 12 mini,14.2".freeze
|
|
43
|
+
APPLE_IPHONE_12_MINI_16_5 = "apple iphone 12 mini,16.5".freeze
|
|
44
|
+
APPLE_IPHONE_12_PRO_MAX_14_5_1 = "apple iphone 12 pro max,14.5.1".freeze
|
|
45
|
+
APPLE_IPHONE_12_PRO_14_5_1 = "apple iphone 12 pro,14.5.1".freeze
|
|
46
|
+
APPLE_IPHONE_12_PRO_14_8 = "apple iphone 12 pro,14.8".freeze
|
|
47
|
+
APPLE_IPHONE_12_PRO_15_0_2 = "apple iphone 12 pro,15.0.2".freeze
|
|
48
|
+
APPLE_IPHONE_12_PRO_16_2 = "apple iphone 12 pro,16.2".freeze
|
|
49
|
+
APPLE_IPHONE_12_14_2 = "apple iphone 12,14.2".freeze
|
|
50
|
+
APPLE_IPHONE_12_14_6 = "apple iphone 12,14.6".freeze
|
|
51
|
+
APPLE_IPHONE_12_14_8 = "apple iphone 12,14.8".freeze
|
|
52
|
+
APPLE_IPHONE_12_15_6_1 = "apple iphone 12,15.6.1".freeze
|
|
53
|
+
APPLE_IPHONE_12_16_6_1 = "apple iphone 12,16.6.1".freeze
|
|
54
|
+
APPLE_IPHONE_13_MINI_15_0_2 = "apple iphone 13 mini,15.0.2".freeze
|
|
55
|
+
APPLE_IPHONE_13_MINI_16_6 = "apple iphone 13 mini,16.6".freeze
|
|
56
|
+
APPLE_IPHONE_13_PRO_MAX_15_1 = "apple iphone 13 pro max,15.1".freeze
|
|
57
|
+
APPLE_IPHONE_13_PRO_MAX_17_3 = "apple iphone 13 pro max,17.3".freeze
|
|
58
|
+
APPLE_IPHONE_13_PRO_15_0_2 = "apple iphone 13 pro,15.0.2".freeze
|
|
59
|
+
APPLE_IPHONE_13_PRO_15_2 = "apple iphone 13 pro,15.2".freeze
|
|
60
|
+
APPLE_IPHONE_14_PLUS_16_1 = "apple iphone 14 plus,16.1".freeze
|
|
61
|
+
APPLE_IPHONE_14_PRO_MAX_16_2 = "apple iphone 14 pro max,16.2".freeze
|
|
62
|
+
APPLE_IPHONE_14_PRO_16_1 = "apple iphone 14 pro,16.1".freeze
|
|
63
|
+
APPLE_IPHONE_14_PRO_17_3_1 = "apple iphone 14 pro,17.3.1".freeze
|
|
64
|
+
APPLE_IPHONE_14_16_1 = "apple iphone 14,16.1".freeze
|
|
65
|
+
APPLE_IPHONE_15_PRO_MAX_17_3_1 = "apple iphone 15 pro max,17.3.1".freeze
|
|
66
|
+
APPLE_IPHONE_15_PRO_17_3_1 = "apple iphone 15 pro,17.3.1".freeze
|
|
67
|
+
APPLE_IPHONE_15_17_2_1 = "apple iphone 15,17.2.1".freeze
|
|
68
|
+
APPLE_IPHONE_SE__2022__15_4_1 = "apple iphone se (2022),15.4.1".freeze
|
|
69
|
+
GALAXY_A40_9 = "galaxy a40,9".freeze
|
|
70
|
+
GALAXY_A5_8_0_0 = "galaxy a5,8.0.0".freeze
|
|
71
|
+
GALAXY_NOTE_10_9 = "galaxy note 10,9".freeze
|
|
72
|
+
GALAXY_NOTE5__AT_T__7_0 = "galaxy note5 (at&t),7.0".freeze
|
|
73
|
+
GALAXY_S10_9 = "galaxy s10,9".freeze
|
|
74
|
+
GALAXY_S6_EDGE_SMNOT_G925F_7_0 = "galaxy s6 edge sm-g925f,7.0".freeze
|
|
75
|
+
GALAXY_S8__TNOT_MOBILE__8_0_0 = "galaxy s8 (t-mobile),8.0.0".freeze
|
|
76
|
+
GALAXY_S8_UNLOCKED_8_0_0 = "galaxy s8 unlocked,8.0.0".freeze
|
|
77
|
+
GALAXY_S9__UNLOCKED__9 = "galaxy s9 (unlocked),9".freeze
|
|
78
|
+
GALAXY_S9___UNLOCKED__8_0_0 = "galaxy s9+ (unlocked),8.0.0".freeze
|
|
79
|
+
GALAXY_S9___UNLOCKED__9 = "galaxy s9+ (unlocked),9".freeze
|
|
80
|
+
GOOGLE_PIXEL_2_8_0_0 = "google pixel 2,8.0.0".freeze
|
|
81
|
+
GOOGLE_PIXEL_2_9 = "google pixel 2,9".freeze
|
|
82
|
+
GOOGLE_PIXEL_3_XL_10 = "google pixel 3 xl,10".freeze
|
|
83
|
+
GOOGLE_PIXEL_3_XL_9 = "google pixel 3 xl,9".freeze
|
|
84
|
+
GOOGLE_PIXEL_3_10 = "google pixel 3,10".freeze
|
|
85
|
+
GOOGLE_PIXEL_3_9 = "google pixel 3,9".freeze
|
|
86
|
+
GOOGLE_PIXEL_3A_XL_11 = "google pixel 3a xl,11".freeze
|
|
87
|
+
GOOGLE_PIXEL_3A_XL_12 = "google pixel 3a xl,12".freeze
|
|
88
|
+
GOOGLE_PIXEL_3A_10 = "google pixel 3a,10".freeze
|
|
89
|
+
GOOGLE_PIXEL_4__UNLOCKED__10 = "google pixel 4 (unlocked),10".freeze
|
|
90
|
+
GOOGLE_PIXEL_4__UNLOCKED__11 = "google pixel 4 (unlocked),11".freeze
|
|
91
|
+
GOOGLE_PIXEL_4_XL__UNLOCKED__10 = "google pixel 4 xl (unlocked),10".freeze
|
|
92
|
+
GOOGLE_PIXEL_4A_11 = "google pixel 4a,11".freeze
|
|
93
|
+
GOOGLE_PIXEL_4A_12 = "google pixel 4a,12".freeze
|
|
94
|
+
GOOGLE_PIXEL_5A_5G_12 = "google pixel 5a 5g,12".freeze
|
|
95
|
+
GOOGLE_PIXEL_6_PRO_12 = "google pixel 6 pro,12".freeze
|
|
96
|
+
GOOGLE_PIXEL_6_12 = "google pixel 6,12".freeze
|
|
97
|
+
GOOGLE_PIXEL_6A_13 = "google pixel 6a,13".freeze
|
|
98
|
+
GOOGLE_PIXEL_7_PRO_13 = "google pixel 7 pro,13".freeze
|
|
99
|
+
GOOGLE_PIXEL_7_13 = "google pixel 7,13".freeze
|
|
100
|
+
GOOGLE_PIXEL_7_14 = "google pixel 7,14".freeze
|
|
101
|
+
GOOGLE_PIXEL_8_PRO_14 = "google pixel 8 pro,14".freeze
|
|
102
|
+
GOOGLE_PIXEL_8_14 = "google pixel 8,14".freeze
|
|
103
|
+
IPAD_8TH_GEN__2020__14_8 = "ipad 8th gen (2020),14.8".freeze
|
|
104
|
+
IPAD_AIR_2_13_6 = "ipad air 2,13.6".freeze
|
|
105
|
+
IPAD_AIR_4TH_GEN__2020__14_8 = "ipad air 4th gen (2020),14.8".freeze
|
|
106
|
+
IPHONE_13_15_0_2 = "iphone 13,15.0.2".freeze
|
|
107
|
+
IPHONE_13_16_0_2 = "iphone 13,16.0.2".freeze
|
|
108
|
+
IPHONE_6_12_5_4 = "iphone 6,12.5.4".freeze
|
|
109
|
+
IPHONE_6S_14_4_2 = "iphone 6s,14.4.2".freeze
|
|
110
|
+
IPHONE_7_14_8 = "iphone 7,14.8".freeze
|
|
111
|
+
IPHONE_8_13_5_1 = "iphone 8,13.5.1".freeze
|
|
112
|
+
IPHONE_8_14_4_2 = "iphone 8,14.4.2".freeze
|
|
113
|
+
IPHONE_SE__2020__13_6 = "iphone se (2020),13.6".freeze
|
|
114
|
+
IPHONE_SE__2020__14_6 = "iphone se (2020),14.6".freeze
|
|
115
|
+
IPHONE_SE__2020__15_0_2 = "iphone se (2020),15.0.2".freeze
|
|
116
|
+
IPHONE_X_14_6 = "iphone x,14.6".freeze
|
|
117
|
+
IPHONE_XR_12_0 = "iphone xr,12.0".freeze
|
|
118
|
+
IPHONE_XR_14_0 = "iphone xr,14.0".freeze
|
|
119
|
+
IPHONE_XS_MAX_12_1 = "iphone xs max,12.1".freeze
|
|
120
|
+
IPHONE_XS_13_6 = "iphone xs,13.6".freeze
|
|
121
|
+
LG_STYLO_5_9 = "lg stylo 5,9".freeze
|
|
122
|
+
LG_STYLO_6_10 = "lg stylo 6,10".freeze
|
|
123
|
+
MOTO_G_4_7_0 = "moto g 4,7.0".freeze
|
|
124
|
+
MOTO_G7_PLAY_9 = "moto g7 play,9".freeze
|
|
125
|
+
NEXUS_7_NOT__2ND_GEN__WIFI__6_0 = "nexus 7 - 2nd gen (wifi),6.0".freeze
|
|
126
|
+
ONEPLUS_8T_11 = "oneplus 8t,11".freeze
|
|
127
|
+
PIXEL_2_XL_8_1_0 = "pixel 2 xl,8.1.0".freeze
|
|
128
|
+
PIXEL_2_XL_9 = "pixel 2 xl,9".freeze
|
|
129
|
+
PIXEL_5_11 = "pixel 5,11".freeze
|
|
130
|
+
PIXEL_5_12 = "pixel 5,12".freeze
|
|
131
|
+
PIXEL_XL_8_0_0 = "pixel xl,8.0.0".freeze
|
|
132
|
+
PIXEL_7_1_2 = "pixel,7.1.2".freeze
|
|
133
|
+
SAMSUNG_A51_10 = "samsung a51,10".freeze
|
|
134
|
+
SAMSUNG_GALAXY_A10S_10 = "samsung galaxy a10s,10".freeze
|
|
135
|
+
SAMSUNG_GALAXY_A13_5G_11 = "samsung galaxy a13 5g,11".freeze
|
|
136
|
+
SAMSUNG_GALAXY_A53_5G_12 = "samsung galaxy a53 5g,12".freeze
|
|
137
|
+
SAMSUNG_GALAXY_A7_8_0_0 = "samsung galaxy a7,8.0.0".freeze
|
|
138
|
+
SAMSUNG_GALAXY_A71_11 = "samsung galaxy a71,11".freeze
|
|
139
|
+
SAMSUNG_GALAXY_A73_5G_12 = "samsung galaxy a73 5g,12".freeze
|
|
140
|
+
SAMSUNG_GALAXY_J7__2018__8_0_0 = "samsung galaxy j7 (2018),8.0.0".freeze
|
|
141
|
+
SAMSUNG_GALAXY_NOTE20_11 = "samsung galaxy note20,11".freeze
|
|
142
|
+
SAMSUNG_GALAXY_S20__UNLOCKED__10 = "samsung galaxy s20 (unlocked),10".freeze
|
|
143
|
+
SAMSUNG_GALAXY_S20___UNLOCKED__10 = "samsung galaxy s20+ (unlocked),10".freeze
|
|
144
|
+
SAMSUNG_GALAXY_S21_ULTRA_11 = "samsung galaxy s21 ultra,11".freeze
|
|
145
|
+
SAMSUNG_GALAXY_S21_ULTRA_12 = "samsung galaxy s21 ultra,12".freeze
|
|
146
|
+
SAMSUNG_GALAXY_S21__11 = "samsung galaxy s21+,11".freeze
|
|
147
|
+
SAMSUNG_GALAXY_S21_11 = "samsung galaxy s21,11".freeze
|
|
148
|
+
SAMSUNG_GALAXY_S21_12 = "samsung galaxy s21,12".freeze
|
|
149
|
+
SAMSUNG_GALAXY_S22_5G_12 = "samsung galaxy s22 5g,12".freeze
|
|
150
|
+
SAMSUNG_GALAXY_S22_5G_13 = "samsung galaxy s22 5g,13".freeze
|
|
151
|
+
SAMSUNG_GALAXY_S22_ULTRA_5G_12 = "samsung galaxy s22 ultra 5g,12".freeze
|
|
152
|
+
SAMSUNG_GALAXY_S22__5G_12 = "samsung galaxy s22+ 5g,12".freeze
|
|
153
|
+
SAMSUNG_GALAXY_S23_ULTRA_13 = "samsung galaxy s23 ultra,13".freeze
|
|
154
|
+
SAMSUNG_GALAXY_S23__13 = "samsung galaxy s23+,13".freeze
|
|
155
|
+
SAMSUNG_GALAXY_S23_13 = "samsung galaxy s23,13".freeze
|
|
156
|
+
SAMSUNG_GALAXY_S23_14 = "samsung galaxy s23,14".freeze
|
|
157
|
+
SAMSUNG_GALAXY_TAB_A_10_1_10 = "samsung galaxy tab a 10.1,10".freeze
|
|
158
|
+
SAMSUNG_GALAXY_TAB_A_10_1_7_0 = "samsung galaxy tab a 10.1,7.0".freeze
|
|
159
|
+
SAMSUNG_GALAXY_TAB_A8__2021__11 = "samsung galaxy tab a8 (2021),11".freeze
|
|
160
|
+
SAMSUNG_GALAXY_TAB_S4_8_1_0 = "samsung galaxy tab s4,8.1.0".freeze
|
|
161
|
+
SAMSUNG_GALAXY_TAB_S6_9 = "samsung galaxy tab s6,9".freeze
|
|
162
|
+
SAMSUNG_GALAXY_TAB_S7_11 = "samsung galaxy tab s7,11".freeze
|
|
163
|
+
SAMSUNG_GALAXY_TAB_S8_12 = "samsung galaxy tab s8,12".freeze
|
|
164
|
+
SAMSUNG_S20_ULTRA_10 = "samsung s20 ultra,10".freeze
|
|
165
|
+
SONY_XPERIA_XZ3_9 = "sony xperia xz3,9".freeze
|
|
166
|
+
XIAOMI_REDMI_NOTE_10_5G_11 = "xiaomi redmi note 10 5g,11".freeze
|
|
167
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_10TH_GEN_2022_IOS_16 = "synthetics:mobile:device:apple_ipad_10th_gen_2022_ios_16".freeze
|
|
168
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_10TH_GEN_2022_IOS_17 = "synthetics:mobile:device:apple_ipad_10th_gen_2022_ios_17".freeze
|
|
169
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_9TH_GEN_2021_IOS_15 = "synthetics:mobile:device:apple_ipad_9th_gen_2021_ios_15".freeze
|
|
170
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_AIR_2022_IOS_15 = "synthetics:mobile:device:apple_ipad_air_2022_ios_15".freeze
|
|
171
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_MINI_5TH_GEN_IOS_14 = "synthetics:mobile:device:apple_ipad_mini_5th_gen_ios_14".freeze
|
|
172
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_MINI_6TH_GEN_IOS_15 = "synthetics:mobile:device:apple_ipad_mini_6th_gen_ios_15".freeze
|
|
173
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_PRO_11_2022_IOS_16 = "synthetics:mobile:device:apple_ipad_pro_11_2022_ios_16".freeze
|
|
174
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_PRO_12_9_2020_IOS_14 = "synthetics:mobile:device:apple_ipad_pro_12_9_2020_ios_14".freeze
|
|
175
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_PRO_12_9_2021_IOS_15 = "synthetics:mobile:device:apple_ipad_pro_12_9_2021_ios_15".freeze
|
|
176
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPAD_PRO_12_9_2022_IOS_16 = "synthetics:mobile:device:apple_ipad_pro_12_9_2022_ios_16".freeze
|
|
177
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_11_IOS_14 = "synthetics:mobile:device:apple_iphone_11_ios_14".freeze
|
|
178
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_11_IOS_16 = "synthetics:mobile:device:apple_iphone_11_ios_16".freeze
|
|
179
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_11_PRO_IOS_15 = "synthetics:mobile:device:apple_iphone_11_pro_ios_15".freeze
|
|
180
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_IOS_14 = "synthetics:mobile:device:apple_iphone_12_ios_14".freeze
|
|
181
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_IOS_15 = "synthetics:mobile:device:apple_iphone_12_ios_15".freeze
|
|
182
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_IOS_16 = "synthetics:mobile:device:apple_iphone_12_ios_16".freeze
|
|
183
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_MINI_IOS_14 = "synthetics:mobile:device:apple_iphone_12_mini_ios_14".freeze
|
|
184
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_MINI_IOS_16 = "synthetics:mobile:device:apple_iphone_12_mini_ios_16".freeze
|
|
185
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_PRO_IOS_14 = "synthetics:mobile:device:apple_iphone_12_pro_ios_14".freeze
|
|
186
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_12_PRO_MAX_IOS_14 = "synthetics:mobile:device:apple_iphone_12_pro_max_ios_14".freeze
|
|
187
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_13_MINI_IOS_15 = "synthetics:mobile:device:apple_iphone_13_mini_ios_15".freeze
|
|
188
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_13_MINI_IOS_16 = "synthetics:mobile:device:apple_iphone_13_mini_ios_16".freeze
|
|
189
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_13_PRO_IOS_15 = "synthetics:mobile:device:apple_iphone_13_pro_ios_15".freeze
|
|
190
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_13_PRO_MAX_IOS_15 = "synthetics:mobile:device:apple_iphone_13_pro_max_ios_15".freeze
|
|
191
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_13_PRO_MAX_IOS_17 = "synthetics:mobile:device:apple_iphone_13_pro_max_ios_17".freeze
|
|
192
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_14_IOS_16 = "synthetics:mobile:device:apple_iphone_14_ios_16".freeze
|
|
193
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_14_PLUS_IOS_16 = "synthetics:mobile:device:apple_iphone_14_plus_ios_16".freeze
|
|
194
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_14_PRO_IOS_16 = "synthetics:mobile:device:apple_iphone_14_pro_ios_16".freeze
|
|
195
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_14_PRO_IOS_17 = "synthetics:mobile:device:apple_iphone_14_pro_ios_17".freeze
|
|
196
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_14_PRO_MAX_IOS_16 = "synthetics:mobile:device:apple_iphone_14_pro_max_ios_16".freeze
|
|
197
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_6_IOS_12 = "synthetics:mobile:device:apple_iphone_6_ios_12".freeze
|
|
198
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_8_IOS_13 = "synthetics:mobile:device:apple_iphone_8_ios_13".freeze
|
|
199
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_8_IOS_14 = "synthetics:mobile:device:apple_iphone_8_ios_14".freeze
|
|
200
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_SE_2022_IOS_15 = "synthetics:mobile:device:apple_iphone_se_2022_ios_15".freeze
|
|
201
|
+
SYNTHETICS_MOBILE_DEVICE_APPLE_IPHONE_SE_2022_IOS_16 = "synthetics:mobile:device:apple_iphone_se_2022_ios_16".freeze
|
|
202
|
+
SYNTHETICS_MOBILE_DEVICE_GALAXY_A5_ANDROID_8 = "synthetics:mobile:device:galaxy_a5_android_8".freeze
|
|
203
|
+
SYNTHETICS_MOBILE_DEVICE_GALAXY_NOTE5_ANDROID_7 = "synthetics:mobile:device:galaxy_note5_android_7".freeze
|
|
204
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_3A_XL_ANDROID_11 = "synthetics:mobile:device:google_pixel_3a_xl_android_11".freeze
|
|
205
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_4_UNLOCKED_ANDROID_11 = "synthetics:mobile:device:google_pixel_4_unlocked_android_11".freeze
|
|
206
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_4_XL_UNLOCKED_ANDROID_10 = "synthetics:mobile:device:google_pixel_4_xl_unlocked_android_10".freeze
|
|
207
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_4A_ANDROID_11 = "synthetics:mobile:device:google_pixel_4a_android_11".freeze
|
|
208
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_6_ANDROID_12 = "synthetics:mobile:device:google_pixel_6_android_12".freeze
|
|
209
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_6_PRO_ANDROID_12 = "synthetics:mobile:device:google_pixel_6_pro_android_12".freeze
|
|
210
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_6A_ANDROID_13 = "synthetics:mobile:device:google_pixel_6a_android_13".freeze
|
|
211
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_7_ANDROID_13 = "synthetics:mobile:device:google_pixel_7_android_13".freeze
|
|
212
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_7_ANDROID_14 = "synthetics:mobile:device:google_pixel_7_android_14".freeze
|
|
213
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_7_PRO_ANDROID_13 = "synthetics:mobile:device:google_pixel_7_pro_android_13".freeze
|
|
214
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_8_ANDROID_14 = "synthetics:mobile:device:google_pixel_8_android_14".freeze
|
|
215
|
+
SYNTHETICS_MOBILE_DEVICE_GOOGLE_PIXEL_8_PRO_ANDROID_14 = "synthetics:mobile:device:google_pixel_8_pro_android_14".freeze
|
|
216
|
+
SYNTHETICS_MOBILE_DEVICE_IPAD_AIR_2_IOS_13 = "synthetics:mobile:device:ipad_air_2_ios_13".freeze
|
|
217
|
+
SYNTHETICS_MOBILE_DEVICE_IPAD_AIR_4TH_GEN_2020_IOS_14 = "synthetics:mobile:device:ipad_air_4th_gen_2020_ios_14".freeze
|
|
218
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_13_IOS_15 = "synthetics:mobile:device:iphone_13_ios_15".freeze
|
|
219
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_13_IOS_16 = "synthetics:mobile:device:iphone_13_ios_16".freeze
|
|
220
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_15_IOS_17 = "synthetics:mobile:device:iphone_15_ios_17".freeze
|
|
221
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_15_PRO_IOS_17 = "synthetics:mobile:device:iphone_15_pro_ios_17".freeze
|
|
222
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_15_PRO_MAX_IOS_17 = "synthetics:mobile:device:iphone_15_pro_max_ios_17".freeze
|
|
223
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_SE_2020_IOS_13 = "synthetics:mobile:device:iphone_se_2020_ios_13".freeze
|
|
224
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_SE_2020_IOS_14 = "synthetics:mobile:device:iphone_se_2020_ios_14".freeze
|
|
225
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_X_IOS_14 = "synthetics:mobile:device:iphone_x_ios_14".freeze
|
|
226
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_XR_IOS_14 = "synthetics:mobile:device:iphone_xr_ios_14".freeze
|
|
227
|
+
SYNTHETICS_MOBILE_DEVICE_IPHONE_XS_IOS_13 = "synthetics:mobile:device:iphone_xs_ios_13".freeze
|
|
228
|
+
SYNTHETICS_MOBILE_DEVICE_LG_STYLO_6_ANDROID_10 = "synthetics:mobile:device:lg_stylo_6_android_10".freeze
|
|
229
|
+
SYNTHETICS_MOBILE_DEVICE_PIXEL_5_ANDROID_12 = "synthetics:mobile:device:pixel_5_android_12".freeze
|
|
230
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_A51_ANDROID_10 = "synthetics:mobile:device:samsung_a51_android_10".freeze
|
|
231
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_A71_ANDROID_11 = "synthetics:mobile:device:samsung_galaxy_a71_android_11".freeze
|
|
232
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_NOTE20_ANDROID_11 = "synthetics:mobile:device:samsung_galaxy_note20_android_11".freeze
|
|
233
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S21_ANDROID_11 = "synthetics:mobile:device:samsung_galaxy_s21_android_11".freeze
|
|
234
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S21_ANDROID_12 = "synthetics:mobile:device:samsung_galaxy_s21_android_12".freeze
|
|
235
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S21_PLUS_ANDROID_11 = "synthetics:mobile:device:samsung_galaxy_s21_plus_android_11".freeze
|
|
236
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S21_ULTRA_ANDROID_11 = "synthetics:mobile:device:samsung_galaxy_s21_ultra_android_11".freeze
|
|
237
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S22_5G_ANDROID_12 = "synthetics:mobile:device:samsung_galaxy_s22_5g_android_12".freeze
|
|
238
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S22_5G_ANDROID_13 = "synthetics:mobile:device:samsung_galaxy_s22_5g_android_13".freeze
|
|
239
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S22_PLUS_5G_ANDROID_12 = "synthetics:mobile:device:samsung_galaxy_s22_plus_5g_android_12".freeze
|
|
240
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S22_ULTRA_5G_ANDROID_12 = "synthetics:mobile:device:samsung_galaxy_s22_ultra_5g_android_12".freeze
|
|
241
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S23_ANDROID_13 = "synthetics:mobile:device:samsung_galaxy_s23_android_13".freeze
|
|
242
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S23_ANDROID_14 = "synthetics:mobile:device:samsung_galaxy_s23_android_14".freeze
|
|
243
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S23_PLUS_ANDROID_13 = "synthetics:mobile:device:samsung_galaxy_s23_plus_android_13".freeze
|
|
244
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S23_PLUS_ANDROID_14 = "synthetics:mobile:device:samsung_galaxy_s23_plus_android_14".freeze
|
|
245
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_S23_ULTRA_ANDROID_13 = "synthetics:mobile:device:samsung_galaxy_s23_ultra_android_13".freeze
|
|
246
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_TAB_A_10_1_ANDROID_7 = "synthetics:mobile:device:samsung_galaxy_tab_a_10_1_android_7".freeze
|
|
247
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_TAB_S7_ANDROID_11 = "synthetics:mobile:device:samsung_galaxy_tab_s7_android_11".freeze
|
|
248
|
+
SYNTHETICS_MOBILE_DEVICE_SAMSUNG_GALAXY_TAB_S8_ANDROID_12 = "synthetics:mobile:device:samsung_galaxy_tab_s8_android_12".freeze
|
|
249
|
+
SYNTHETICS_MOBILE_DEVICE_XIAOMI_REDMI_NOTE_10_5G_ANDROID_11 = "synthetics:mobile:device:xiaomi_redmi_note_10_5g_android_11".freeze
|
|
250
|
+
end
|
|
251
|
+
end
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# The steps used in a Synthetic mobile test.
|
|
21
|
+
class SyntheticsMobileStep
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# A boolean set to allow this step to fail.
|
|
25
|
+
attr_accessor :allow_failure
|
|
26
|
+
|
|
27
|
+
# A boolean set to determine if the step has a new step element.
|
|
28
|
+
attr_accessor :has_new_step_element
|
|
29
|
+
|
|
30
|
+
# A boolean to use in addition to `allowFailure` to determine if the test should be marked as failed when the step fails.
|
|
31
|
+
attr_accessor :is_critical
|
|
32
|
+
|
|
33
|
+
# The name of the step.
|
|
34
|
+
attr_reader :name
|
|
35
|
+
|
|
36
|
+
# A boolean set to not take a screenshot for the step.
|
|
37
|
+
attr_accessor :no_screenshot
|
|
38
|
+
|
|
39
|
+
# The parameters of the mobile step.
|
|
40
|
+
attr_accessor :params
|
|
41
|
+
|
|
42
|
+
# The public ID of the step.
|
|
43
|
+
attr_accessor :public_id
|
|
44
|
+
|
|
45
|
+
# The time before declaring a step failed.
|
|
46
|
+
attr_accessor :timeout
|
|
47
|
+
|
|
48
|
+
# Step type used in your mobile Synthetic test.
|
|
49
|
+
attr_accessor :type
|
|
50
|
+
|
|
51
|
+
attr_accessor :additional_properties
|
|
52
|
+
|
|
53
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
54
|
+
# @!visibility private
|
|
55
|
+
def self.attribute_map
|
|
56
|
+
{
|
|
57
|
+
:'allow_failure' => :'allowFailure',
|
|
58
|
+
:'has_new_step_element' => :'hasNewStepElement',
|
|
59
|
+
:'is_critical' => :'isCritical',
|
|
60
|
+
:'name' => :'name',
|
|
61
|
+
:'no_screenshot' => :'noScreenshot',
|
|
62
|
+
:'params' => :'params',
|
|
63
|
+
:'public_id' => :'publicId',
|
|
64
|
+
:'timeout' => :'timeout',
|
|
65
|
+
:'type' => :'type'
|
|
66
|
+
}
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
# Attribute type mapping.
|
|
70
|
+
# @!visibility private
|
|
71
|
+
def self.openapi_types
|
|
72
|
+
{
|
|
73
|
+
:'allow_failure' => :'Boolean',
|
|
74
|
+
:'has_new_step_element' => :'Boolean',
|
|
75
|
+
:'is_critical' => :'Boolean',
|
|
76
|
+
:'name' => :'String',
|
|
77
|
+
:'no_screenshot' => :'Boolean',
|
|
78
|
+
:'params' => :'Object',
|
|
79
|
+
:'public_id' => :'String',
|
|
80
|
+
:'timeout' => :'Integer',
|
|
81
|
+
:'type' => :'SyntheticsMobileStepType'
|
|
82
|
+
}
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
# Initializes the object
|
|
86
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
87
|
+
# @!visibility private
|
|
88
|
+
def initialize(attributes = {})
|
|
89
|
+
if (!attributes.is_a?(Hash))
|
|
90
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::SyntheticsMobileStep` initialize method"
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
self.additional_properties = {}
|
|
94
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
95
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
96
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
97
|
+
self.additional_properties[k.to_sym] = v
|
|
98
|
+
else
|
|
99
|
+
h[k.to_sym] = v
|
|
100
|
+
end
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
if attributes.key?(:'allow_failure')
|
|
104
|
+
self.allow_failure = attributes[:'allow_failure']
|
|
105
|
+
end
|
|
106
|
+
|
|
107
|
+
if attributes.key?(:'has_new_step_element')
|
|
108
|
+
self.has_new_step_element = attributes[:'has_new_step_element']
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
if attributes.key?(:'is_critical')
|
|
112
|
+
self.is_critical = attributes[:'is_critical']
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
if attributes.key?(:'name')
|
|
116
|
+
self.name = attributes[:'name']
|
|
117
|
+
end
|
|
118
|
+
|
|
119
|
+
if attributes.key?(:'no_screenshot')
|
|
120
|
+
self.no_screenshot = attributes[:'no_screenshot']
|
|
121
|
+
end
|
|
122
|
+
|
|
123
|
+
if attributes.key?(:'params')
|
|
124
|
+
self.params = attributes[:'params']
|
|
125
|
+
end
|
|
126
|
+
|
|
127
|
+
if attributes.key?(:'public_id')
|
|
128
|
+
self.public_id = attributes[:'public_id']
|
|
129
|
+
end
|
|
130
|
+
|
|
131
|
+
if attributes.key?(:'timeout')
|
|
132
|
+
self.timeout = attributes[:'timeout']
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
if attributes.key?(:'type')
|
|
136
|
+
self.type = attributes[:'type']
|
|
137
|
+
end
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
# Check to see if the all the properties in the model are valid
|
|
141
|
+
# @return true if the model is valid
|
|
142
|
+
# @!visibility private
|
|
143
|
+
def valid?
|
|
144
|
+
return false if !@name.nil? && @name.to_s.length > 1500
|
|
145
|
+
true
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# Custom attribute writer method with validation
|
|
149
|
+
# @param name [Object] Object to be assigned
|
|
150
|
+
# @!visibility private
|
|
151
|
+
def name=(name)
|
|
152
|
+
if !name.nil? && name.to_s.length > 1500
|
|
153
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 1500.'
|
|
154
|
+
end
|
|
155
|
+
@name = name
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
|
159
|
+
# @return [Hash] Returns the object in the form of hash
|
|
160
|
+
# @!visibility private
|
|
161
|
+
def to_hash
|
|
162
|
+
hash = {}
|
|
163
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
164
|
+
value = self.send(attr)
|
|
165
|
+
if value.nil?
|
|
166
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
167
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
168
|
+
end
|
|
169
|
+
|
|
170
|
+
hash[param] = _to_hash(value)
|
|
171
|
+
end
|
|
172
|
+
self.additional_properties.each_pair do |attr, value|
|
|
173
|
+
hash[attr] = value
|
|
174
|
+
end
|
|
175
|
+
hash
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
# Checks equality by comparing each attribute.
|
|
179
|
+
# @param o [Object] Object to be compared
|
|
180
|
+
# @!visibility private
|
|
181
|
+
def ==(o)
|
|
182
|
+
return true if self.equal?(o)
|
|
183
|
+
self.class == o.class &&
|
|
184
|
+
allow_failure == o.allow_failure &&
|
|
185
|
+
has_new_step_element == o.has_new_step_element &&
|
|
186
|
+
is_critical == o.is_critical &&
|
|
187
|
+
name == o.name &&
|
|
188
|
+
no_screenshot == o.no_screenshot &&
|
|
189
|
+
params == o.params &&
|
|
190
|
+
public_id == o.public_id &&
|
|
191
|
+
timeout == o.timeout &&
|
|
192
|
+
type == o.type
|
|
193
|
+
additional_properties == o.additional_properties
|
|
194
|
+
end
|
|
195
|
+
|
|
196
|
+
# Calculates hash code according to all attributes.
|
|
197
|
+
# @return [Integer] Hash code
|
|
198
|
+
# @!visibility private
|
|
199
|
+
def hash
|
|
200
|
+
[allow_failure, has_new_step_element, is_critical, name, no_screenshot, params, public_id, timeout, type].hash
|
|
201
|
+
end
|
|
202
|
+
end
|
|
203
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Step type used in your mobile Synthetic test.
|
|
21
|
+
class SyntheticsMobileStepType
|
|
22
|
+
include BaseEnumModel
|
|
23
|
+
|
|
24
|
+
ASSERTELEMENTCONTENT = "assertElementContent".freeze
|
|
25
|
+
ASSERTSCREENCONTAINS = "assertScreenContains".freeze
|
|
26
|
+
ASSERTSCREENLACKS = "assertScreenLacks".freeze
|
|
27
|
+
DOUBLETAP = "doubleTap".freeze
|
|
28
|
+
EXTRACTVARIABLE = "extractVariable".freeze
|
|
29
|
+
FLICK = "flick".freeze
|
|
30
|
+
OPENDEEPLINK = "openDeeplink".freeze
|
|
31
|
+
PLAYSUBTEST = "playSubTest".freeze
|
|
32
|
+
PRESSBACK = "pressBack".freeze
|
|
33
|
+
RESTARTAPPLICATION = "restartApplication".freeze
|
|
34
|
+
ROTATE = "rotate".freeze
|
|
35
|
+
SCROLL = "scroll".freeze
|
|
36
|
+
SCROLLTOELEMENT = "scrollToElement".freeze
|
|
37
|
+
TAP = "tap".freeze
|
|
38
|
+
TOGGLEWIFI = "toggleWiFi".freeze
|
|
39
|
+
TYPETEXT = "typeText".freeze
|
|
40
|
+
WAIT = "wait".freeze
|
|
41
|
+
end
|
|
42
|
+
end
|