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
|
@@ -69,6 +69,9 @@ module DatadogAPIClient::V2
|
|
|
69
69
|
# Queries for selecting logs which are part of the rule.
|
|
70
70
|
attr_accessor :queries
|
|
71
71
|
|
|
72
|
+
# Reference tables for the rule.
|
|
73
|
+
attr_accessor :reference_tables
|
|
74
|
+
|
|
72
75
|
# Tags for generated signals.
|
|
73
76
|
attr_accessor :tags
|
|
74
77
|
|
|
@@ -106,6 +109,7 @@ module DatadogAPIClient::V2
|
|
|
106
109
|
:'name' => :'name',
|
|
107
110
|
:'options' => :'options',
|
|
108
111
|
:'queries' => :'queries',
|
|
112
|
+
:'reference_tables' => :'referenceTables',
|
|
109
113
|
:'tags' => :'tags',
|
|
110
114
|
:'third_party_cases' => :'thirdPartyCases',
|
|
111
115
|
:'type' => :'type',
|
|
@@ -134,6 +138,7 @@ module DatadogAPIClient::V2
|
|
|
134
138
|
:'name' => :'String',
|
|
135
139
|
:'options' => :'SecurityMonitoringRuleOptions',
|
|
136
140
|
:'queries' => :'Array<SecurityMonitoringStandardRuleQuery>',
|
|
141
|
+
:'reference_tables' => :'Array<SecurityMonitoringReferenceTable>',
|
|
137
142
|
:'tags' => :'Array<String>',
|
|
138
143
|
:'third_party_cases' => :'Array<SecurityMonitoringThirdPartyRuleCase>',
|
|
139
144
|
:'type' => :'SecurityMonitoringRuleTypeRead',
|
|
@@ -232,6 +237,12 @@ module DatadogAPIClient::V2
|
|
|
232
237
|
end
|
|
233
238
|
end
|
|
234
239
|
|
|
240
|
+
if attributes.key?(:'reference_tables')
|
|
241
|
+
if (value = attributes[:'reference_tables']).is_a?(Array)
|
|
242
|
+
self.reference_tables = value
|
|
243
|
+
end
|
|
244
|
+
end
|
|
245
|
+
|
|
235
246
|
if attributes.key?(:'tags')
|
|
236
247
|
if (value = attributes[:'tags']).is_a?(Array)
|
|
237
248
|
self.tags = value
|
|
@@ -299,6 +310,7 @@ module DatadogAPIClient::V2
|
|
|
299
310
|
name == o.name &&
|
|
300
311
|
options == o.options &&
|
|
301
312
|
queries == o.queries &&
|
|
313
|
+
reference_tables == o.reference_tables &&
|
|
302
314
|
tags == o.tags &&
|
|
303
315
|
third_party_cases == o.third_party_cases &&
|
|
304
316
|
type == o.type &&
|
|
@@ -311,7 +323,7 @@ module DatadogAPIClient::V2
|
|
|
311
323
|
# @return [Integer] Hash code
|
|
312
324
|
# @!visibility private
|
|
313
325
|
def hash
|
|
314
|
-
[cases, compliance_signal_options, created_at, creation_author_id, default_tags, deprecation_date, filters, has_extended_title, id, is_default, is_deleted, is_enabled, message, name, options, queries, tags, third_party_cases, type, update_author_id, version].hash
|
|
326
|
+
[cases, compliance_signal_options, created_at, creation_author_id, default_tags, deprecation_date, filters, has_extended_title, id, is_default, is_deleted, is_enabled, message, name, options, queries, reference_tables, tags, third_party_cases, type, update_author_id, version].hash
|
|
315
327
|
end
|
|
316
328
|
end
|
|
317
329
|
end
|
|
@@ -45,6 +45,9 @@ module DatadogAPIClient::V2
|
|
|
45
45
|
# Queries for selecting logs which are part of the rule.
|
|
46
46
|
attr_reader :queries
|
|
47
47
|
|
|
48
|
+
# Reference tables for the rule.
|
|
49
|
+
attr_accessor :reference_tables
|
|
50
|
+
|
|
48
51
|
# Tags for generated signals.
|
|
49
52
|
attr_accessor :tags
|
|
50
53
|
|
|
@@ -68,6 +71,7 @@ module DatadogAPIClient::V2
|
|
|
68
71
|
:'name' => :'name',
|
|
69
72
|
:'options' => :'options',
|
|
70
73
|
:'queries' => :'queries',
|
|
74
|
+
:'reference_tables' => :'referenceTables',
|
|
71
75
|
:'tags' => :'tags',
|
|
72
76
|
:'third_party_cases' => :'thirdPartyCases',
|
|
73
77
|
:'type' => :'type'
|
|
@@ -86,6 +90,7 @@ module DatadogAPIClient::V2
|
|
|
86
90
|
:'name' => :'String',
|
|
87
91
|
:'options' => :'SecurityMonitoringRuleOptions',
|
|
88
92
|
:'queries' => :'Array<SecurityMonitoringStandardRuleQuery>',
|
|
93
|
+
:'reference_tables' => :'Array<SecurityMonitoringReferenceTable>',
|
|
89
94
|
:'tags' => :'Array<String>',
|
|
90
95
|
:'third_party_cases' => :'Array<SecurityMonitoringThirdPartyRuleCaseCreate>',
|
|
91
96
|
:'type' => :'SecurityMonitoringRuleTypeTest'
|
|
@@ -148,6 +153,12 @@ module DatadogAPIClient::V2
|
|
|
148
153
|
end
|
|
149
154
|
end
|
|
150
155
|
|
|
156
|
+
if attributes.key?(:'reference_tables')
|
|
157
|
+
if (value = attributes[:'reference_tables']).is_a?(Array)
|
|
158
|
+
self.reference_tables = value
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
151
162
|
if attributes.key?(:'tags')
|
|
152
163
|
if (value = attributes[:'tags']).is_a?(Array)
|
|
153
164
|
self.tags = value
|
|
@@ -272,6 +283,7 @@ module DatadogAPIClient::V2
|
|
|
272
283
|
name == o.name &&
|
|
273
284
|
options == o.options &&
|
|
274
285
|
queries == o.queries &&
|
|
286
|
+
reference_tables == o.reference_tables &&
|
|
275
287
|
tags == o.tags &&
|
|
276
288
|
third_party_cases == o.third_party_cases &&
|
|
277
289
|
type == o.type
|
|
@@ -282,7 +294,7 @@ module DatadogAPIClient::V2
|
|
|
282
294
|
# @return [Integer] Hash code
|
|
283
295
|
# @!visibility private
|
|
284
296
|
def hash
|
|
285
|
-
[cases, filters, has_extended_title, is_enabled, message, name, options, queries, tags, third_party_cases, type].hash
|
|
297
|
+
[cases, filters, has_extended_title, is_enabled, message, name, options, queries, reference_tables, tags, third_party_cases, type].hash
|
|
286
298
|
end
|
|
287
299
|
end
|
|
288
300
|
end
|
|
@@ -27,9 +27,6 @@ module DatadogAPIClient::V2
|
|
|
27
27
|
# Banner selection for the team
|
|
28
28
|
attr_accessor :banner
|
|
29
29
|
|
|
30
|
-
# An identifier for the color representing the team
|
|
31
|
-
attr_reader :color
|
|
32
|
-
|
|
33
30
|
# Free-form markdown description/content for the team's homepage
|
|
34
31
|
attr_accessor :description
|
|
35
32
|
|
|
@@ -53,7 +50,6 @@ module DatadogAPIClient::V2
|
|
|
53
50
|
{
|
|
54
51
|
:'avatar' => :'avatar',
|
|
55
52
|
:'banner' => :'banner',
|
|
56
|
-
:'color' => :'color',
|
|
57
53
|
:'description' => :'description',
|
|
58
54
|
:'handle' => :'handle',
|
|
59
55
|
:'hidden_modules' => :'hidden_modules',
|
|
@@ -68,7 +64,6 @@ module DatadogAPIClient::V2
|
|
|
68
64
|
{
|
|
69
65
|
:'avatar' => :'String',
|
|
70
66
|
:'banner' => :'Integer',
|
|
71
|
-
:'color' => :'Integer',
|
|
72
67
|
:'description' => :'String',
|
|
73
68
|
:'handle' => :'String',
|
|
74
69
|
:'hidden_modules' => :'Array<String>',
|
|
@@ -112,10 +107,6 @@ module DatadogAPIClient::V2
|
|
|
112
107
|
self.banner = attributes[:'banner']
|
|
113
108
|
end
|
|
114
109
|
|
|
115
|
-
if attributes.key?(:'color')
|
|
116
|
-
self.color = attributes[:'color']
|
|
117
|
-
end
|
|
118
|
-
|
|
119
110
|
if attributes.key?(:'description')
|
|
120
111
|
self.description = attributes[:'description']
|
|
121
112
|
end
|
|
@@ -145,8 +136,6 @@ module DatadogAPIClient::V2
|
|
|
145
136
|
# @return true if the model is valid
|
|
146
137
|
# @!visibility private
|
|
147
138
|
def valid?
|
|
148
|
-
return false if !@color.nil? && @color > 13
|
|
149
|
-
return false if !@color.nil? && @color < 0
|
|
150
139
|
return false if @handle.nil?
|
|
151
140
|
return false if @handle.to_s.length > 195
|
|
152
141
|
return false if @name.nil?
|
|
@@ -154,19 +143,6 @@ module DatadogAPIClient::V2
|
|
|
154
143
|
true
|
|
155
144
|
end
|
|
156
145
|
|
|
157
|
-
# Custom attribute writer method with validation
|
|
158
|
-
# @param color [Object] Object to be assigned
|
|
159
|
-
# @!visibility private
|
|
160
|
-
def color=(color)
|
|
161
|
-
if !color.nil? && color > 13
|
|
162
|
-
fail ArgumentError, 'invalid value for "color", must be smaller than or equal to 13.'
|
|
163
|
-
end
|
|
164
|
-
if !color.nil? && color < 0
|
|
165
|
-
fail ArgumentError, 'invalid value for "color", must be greater than or equal to 0.'
|
|
166
|
-
end
|
|
167
|
-
@color = color
|
|
168
|
-
end
|
|
169
|
-
|
|
170
146
|
# Custom attribute writer method with validation
|
|
171
147
|
# @param handle [Object] Object to be assigned
|
|
172
148
|
# @!visibility private
|
|
@@ -221,7 +197,6 @@ module DatadogAPIClient::V2
|
|
|
221
197
|
self.class == o.class &&
|
|
222
198
|
avatar == o.avatar &&
|
|
223
199
|
banner == o.banner &&
|
|
224
|
-
color == o.color &&
|
|
225
200
|
description == o.description &&
|
|
226
201
|
handle == o.handle &&
|
|
227
202
|
hidden_modules == o.hidden_modules &&
|
|
@@ -234,7 +209,7 @@ module DatadogAPIClient::V2
|
|
|
234
209
|
# @return [Integer] Hash code
|
|
235
210
|
# @!visibility private
|
|
236
211
|
def hash
|
|
237
|
-
[avatar, banner,
|
|
212
|
+
[avatar, banner, description, handle, hidden_modules, name, visible_modules].hash
|
|
238
213
|
end
|
|
239
214
|
end
|
|
240
215
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: datadog_api_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.27.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Datadog, Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -199,6 +199,7 @@ files:
|
|
|
199
199
|
- examples/v1/dashboards/CreateDashboard_1284514532.rb
|
|
200
200
|
- examples/v1/dashboards/CreateDashboard_1307120899.rb
|
|
201
201
|
- examples/v1/dashboards/CreateDashboard_1423904722.rb
|
|
202
|
+
- examples/v1/dashboards/CreateDashboard_1433408735.rb
|
|
202
203
|
- examples/v1/dashboards/CreateDashboard_1442588603.rb
|
|
203
204
|
- examples/v1/dashboards/CreateDashboard_145494973.rb
|
|
204
205
|
- examples/v1/dashboards/CreateDashboard_173805046.rb
|
|
@@ -253,6 +254,7 @@ files:
|
|
|
253
254
|
- examples/v1/dashboards/CreateDashboard_578885732.rb
|
|
254
255
|
- examples/v1/dashboards/CreateDashboard_651038379.rb
|
|
255
256
|
- examples/v1/dashboards/CreateDashboard_765140092.rb
|
|
257
|
+
- examples/v1/dashboards/CreateDashboard_794302680.rb
|
|
256
258
|
- examples/v1/dashboards/CreateDashboard_798168180.rb
|
|
257
259
|
- examples/v1/dashboards/CreateDashboard_803346562.rb
|
|
258
260
|
- examples/v1/dashboards/CreateDashboard_858397694.rb
|
|
@@ -428,10 +430,12 @@ files:
|
|
|
428
430
|
- examples/v1/synthetics/CreateSyntheticsBrowserTest.rb
|
|
429
431
|
- examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb
|
|
430
432
|
- examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb
|
|
433
|
+
- examples/v1/synthetics/CreateSyntheticsMobileTest.rb
|
|
431
434
|
- examples/v1/synthetics/DeleteGlobalVariable.rb
|
|
432
435
|
- examples/v1/synthetics/DeletePrivateLocation.rb
|
|
433
436
|
- examples/v1/synthetics/DeleteTests.rb
|
|
434
437
|
- examples/v1/synthetics/EditGlobalVariable.rb
|
|
438
|
+
- examples/v1/synthetics/FetchUptimes.rb
|
|
435
439
|
- examples/v1/synthetics/GetAPITest.rb
|
|
436
440
|
- examples/v1/synthetics/GetAPITestLatestResults.rb
|
|
437
441
|
- examples/v1/synthetics/GetAPITestResult.rb
|
|
@@ -440,6 +444,7 @@ files:
|
|
|
440
444
|
- examples/v1/synthetics/GetBrowserTestLatestResults.rb
|
|
441
445
|
- examples/v1/synthetics/GetBrowserTestResult.rb
|
|
442
446
|
- examples/v1/synthetics/GetGlobalVariable.rb
|
|
447
|
+
- examples/v1/synthetics/GetMobileTest.rb
|
|
443
448
|
- examples/v1/synthetics/GetPrivateLocation.rb
|
|
444
449
|
- examples/v1/synthetics/GetSyntheticsCIBatch.rb
|
|
445
450
|
- examples/v1/synthetics/GetSyntheticsDefaultLocations.rb
|
|
@@ -455,6 +460,7 @@ files:
|
|
|
455
460
|
- examples/v1/synthetics/TriggerTests.rb
|
|
456
461
|
- examples/v1/synthetics/UpdateAPITest.rb
|
|
457
462
|
- examples/v1/synthetics/UpdateBrowserTest.rb
|
|
463
|
+
- examples/v1/synthetics/UpdateMobileTest.rb
|
|
458
464
|
- examples/v1/synthetics/UpdatePrivateLocation.rb
|
|
459
465
|
- examples/v1/synthetics/UpdateTestPauseStatus.rb
|
|
460
466
|
- examples/v1/tags/CreateHostTags.rb
|
|
@@ -777,6 +783,19 @@ files:
|
|
|
777
783
|
- examples/v2/metrics/SubmitMetrics.rb
|
|
778
784
|
- examples/v2/metrics/SubmitMetrics_1762007427.rb
|
|
779
785
|
- examples/v2/metrics/UpdateTagConfiguration.rb
|
|
786
|
+
- examples/v2/microsoft-teams-integration/CreateApiHandle.rb
|
|
787
|
+
- examples/v2/microsoft-teams-integration/CreateApiHandle_1540689753.rb
|
|
788
|
+
- examples/v2/microsoft-teams-integration/DeleteApiHandle.rb
|
|
789
|
+
- examples/v2/microsoft-teams-integration/DeleteApiHandle_377884154.rb
|
|
790
|
+
- examples/v2/microsoft-teams-integration/GetApiHandle.rb
|
|
791
|
+
- examples/v2/microsoft-teams-integration/GetApiHandleByName.rb
|
|
792
|
+
- examples/v2/microsoft-teams-integration/GetApiHandleByName_1103107145.rb
|
|
793
|
+
- examples/v2/microsoft-teams-integration/GetApiHandle_2883785101.rb
|
|
794
|
+
- examples/v2/microsoft-teams-integration/GetChannelByName.rb
|
|
795
|
+
- examples/v2/microsoft-teams-integration/ListApiHandles.rb
|
|
796
|
+
- examples/v2/microsoft-teams-integration/ListApiHandles_769592979.rb
|
|
797
|
+
- examples/v2/microsoft-teams-integration/UpdateApiHandle.rb
|
|
798
|
+
- examples/v2/microsoft-teams-integration/UpdateApiHandle_419892746.rb
|
|
780
799
|
- examples/v2/monitors/CreateMonitorConfigPolicy.rb
|
|
781
800
|
- examples/v2/monitors/DeleteMonitorConfigPolicy.rb
|
|
782
801
|
- examples/v2/monitors/GetMonitorConfigPolicy.rb
|
|
@@ -1623,6 +1642,7 @@ files:
|
|
|
1623
1642
|
- lib/datadog_api_client/v1/models/synthetics_deleted_test.rb
|
|
1624
1643
|
- lib/datadog_api_client/v1/models/synthetics_device.rb
|
|
1625
1644
|
- lib/datadog_api_client/v1/models/synthetics_device_id.rb
|
|
1645
|
+
- lib/datadog_api_client/v1/models/synthetics_fetch_uptimes_payload.rb
|
|
1626
1646
|
- lib/datadog_api_client/v1/models/synthetics_get_api_test_latest_results_response.rb
|
|
1627
1647
|
- lib/datadog_api_client/v1/models/synthetics_get_browser_test_latest_results_response.rb
|
|
1628
1648
|
- lib/datadog_api_client/v1/models/synthetics_global_variable.rb
|
|
@@ -1639,6 +1659,23 @@ files:
|
|
|
1639
1659
|
- lib/datadog_api_client/v1/models/synthetics_local_variable_parsing_options_type.rb
|
|
1640
1660
|
- lib/datadog_api_client/v1/models/synthetics_location.rb
|
|
1641
1661
|
- lib/datadog_api_client/v1/models/synthetics_locations.rb
|
|
1662
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_device_id.rb
|
|
1663
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_step.rb
|
|
1664
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_step_type.rb
|
|
1665
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test.rb
|
|
1666
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_binding.rb
|
|
1667
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items.rb
|
|
1668
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items_role.rb
|
|
1669
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_ci_options.rb
|
|
1670
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_config.rb
|
|
1671
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments.rb
|
|
1672
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments_property_names.rb
|
|
1673
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb
|
|
1674
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options.rb
|
|
1675
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options_notification_preset_name.rb
|
|
1676
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_test_type.rb
|
|
1677
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application.rb
|
|
1678
|
+
- lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application_reference_type.rb
|
|
1642
1679
|
- lib/datadog_api_client/v1/models/synthetics_parsing_options.rb
|
|
1643
1680
|
- lib/datadog_api_client/v1/models/synthetics_patch_test_body.rb
|
|
1644
1681
|
- lib/datadog_api_client/v1/models/synthetics_patch_test_operation.rb
|
|
@@ -1680,7 +1717,9 @@ files:
|
|
|
1680
1717
|
- lib/datadog_api_client/v1/models/synthetics_test_request_body_type.rb
|
|
1681
1718
|
- lib/datadog_api_client/v1/models/synthetics_test_request_certificate.rb
|
|
1682
1719
|
- lib/datadog_api_client/v1/models/synthetics_test_request_certificate_item.rb
|
|
1720
|
+
- lib/datadog_api_client/v1/models/synthetics_test_request_port.rb
|
|
1683
1721
|
- lib/datadog_api_client/v1/models/synthetics_test_request_proxy.rb
|
|
1722
|
+
- lib/datadog_api_client/v1/models/synthetics_test_uptime.rb
|
|
1684
1723
|
- lib/datadog_api_client/v1/models/synthetics_timing.rb
|
|
1685
1724
|
- lib/datadog_api_client/v1/models/synthetics_trigger_body.rb
|
|
1686
1725
|
- lib/datadog_api_client/v1/models/synthetics_trigger_ci_test_location.rb
|
|
@@ -1688,6 +1727,7 @@ files:
|
|
|
1688
1727
|
- lib/datadog_api_client/v1/models/synthetics_trigger_ci_tests_response.rb
|
|
1689
1728
|
- lib/datadog_api_client/v1/models/synthetics_trigger_test.rb
|
|
1690
1729
|
- lib/datadog_api_client/v1/models/synthetics_update_test_pause_status_payload.rb
|
|
1730
|
+
- lib/datadog_api_client/v1/models/synthetics_uptime.rb
|
|
1691
1731
|
- lib/datadog_api_client/v1/models/synthetics_variable_parser.rb
|
|
1692
1732
|
- lib/datadog_api_client/v1/models/synthetics_warning_type.rb
|
|
1693
1733
|
- lib/datadog_api_client/v1/models/table_widget_cell_display_mode.rb
|
|
@@ -1695,6 +1735,15 @@ files:
|
|
|
1695
1735
|
- lib/datadog_api_client/v1/models/table_widget_definition_type.rb
|
|
1696
1736
|
- lib/datadog_api_client/v1/models/table_widget_has_search_bar.rb
|
|
1697
1737
|
- lib/datadog_api_client/v1/models/table_widget_request.rb
|
|
1738
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_match.rb
|
|
1739
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_match_type.rb
|
|
1740
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb
|
|
1741
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_replace.rb
|
|
1742
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb
|
|
1743
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_replace_all_type.rb
|
|
1744
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring.rb
|
|
1745
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring_type.rb
|
|
1746
|
+
- lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb
|
|
1698
1747
|
- lib/datadog_api_client/v1/models/tag_to_hosts.rb
|
|
1699
1748
|
- lib/datadog_api_client/v1/models/target_format_type.rb
|
|
1700
1749
|
- lib/datadog_api_client/v1/models/timeseries_background.rb
|
|
@@ -1905,6 +1954,7 @@ files:
|
|
|
1905
1954
|
- lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb
|
|
1906
1955
|
- lib/datadog_api_client/v2/api/logs_metrics_api.rb
|
|
1907
1956
|
- lib/datadog_api_client/v2/api/metrics_api.rb
|
|
1957
|
+
- lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb
|
|
1908
1958
|
- lib/datadog_api_client/v2/api/monitors_api.rb
|
|
1909
1959
|
- lib/datadog_api_client/v2/api/network_device_monitoring_api.rb
|
|
1910
1960
|
- lib/datadog_api_client/v2/api/okta_integration_api.rb
|
|
@@ -2809,6 +2859,7 @@ files:
|
|
|
2809
2859
|
- lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb
|
|
2810
2860
|
- lib/datadog_api_client/v2/models/metric_tag_configuration_create_data.rb
|
|
2811
2861
|
- lib/datadog_api_client/v2/models/metric_tag_configuration_create_request.rb
|
|
2862
|
+
- lib/datadog_api_client/v2/models/metric_tag_configuration_metric_type_category.rb
|
|
2812
2863
|
- lib/datadog_api_client/v2/models/metric_tag_configuration_metric_types.rb
|
|
2813
2864
|
- lib/datadog_api_client/v2/models/metric_tag_configuration_response.rb
|
|
2814
2865
|
- lib/datadog_api_client/v2/models/metric_tag_configuration_type.rb
|
|
@@ -2824,6 +2875,24 @@ files:
|
|
|
2824
2875
|
- lib/datadog_api_client/v2/models/metrics_data_source.rb
|
|
2825
2876
|
- lib/datadog_api_client/v2/models/metrics_scalar_query.rb
|
|
2826
2877
|
- lib/datadog_api_client/v2/models/metrics_timeseries_query.rb
|
|
2878
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_attributes.rb
|
|
2879
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response.rb
|
|
2880
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_attributes.rb
|
|
2881
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_data.rb
|
|
2882
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_type.rb
|
|
2883
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_attributes.rb
|
|
2884
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_data.rb
|
|
2885
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_response_data.rb
|
|
2886
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handle_type.rb
|
|
2887
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_api_handles_response.rb
|
|
2888
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_attributes.rb
|
|
2889
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb
|
|
2890
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb
|
|
2891
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_request.rb
|
|
2892
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_response.rb
|
|
2893
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_get_channel_by_name_response.rb
|
|
2894
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request.rb
|
|
2895
|
+
- lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request_data.rb
|
|
2827
2896
|
- lib/datadog_api_client/v2/models/monitor_config_policy_attribute_create_request.rb
|
|
2828
2897
|
- lib/datadog_api_client/v2/models/monitor_config_policy_attribute_edit_request.rb
|
|
2829
2898
|
- lib/datadog_api_client/v2/models/monitor_config_policy_attribute_response.rb
|
|
@@ -3126,6 +3195,7 @@ files:
|
|
|
3126
3195
|
- lib/datadog_api_client/v2/models/security_monitoring_filter.rb
|
|
3127
3196
|
- lib/datadog_api_client/v2/models/security_monitoring_filter_action.rb
|
|
3128
3197
|
- lib/datadog_api_client/v2/models/security_monitoring_list_rules_response.rb
|
|
3198
|
+
- lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb
|
|
3129
3199
|
- lib/datadog_api_client/v2/models/security_monitoring_rule_case.rb
|
|
3130
3200
|
- lib/datadog_api_client/v2/models/security_monitoring_rule_case_create.rb
|
|
3131
3201
|
- lib/datadog_api_client/v2/models/security_monitoring_rule_convert_payload.rb
|