datadog_api_client 2.22.0 → 2.23.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/schemas/v1/openapi.yaml +130 -60
  4. data/.generator/schemas/v2/openapi.yaml +149 -152
  5. data/CHANGELOG.md +18 -1
  6. data/examples/v1/synthetics/CreateSyntheticsAPITest_1487281163.rb +9 -0
  7. data/examples/v1/synthetics/CreateSyntheticsAPITest_960766374.rb +8 -0
  8. data/examples/v1/synthetics/UpdateAPITest.rb +8 -0
  9. data/examples/v2/{cloud-workload-security → csm-threats}/CreateCSMThreatsAgentRule.rb +2 -2
  10. data/examples/v2/{cloud-workload-security → csm-threats}/CreateCloudWorkloadSecurityAgentRule.rb +2 -2
  11. data/examples/v2/{cloud-workload-security → csm-threats}/DeleteCSMThreatsAgentRule.rb +1 -1
  12. data/examples/v2/{cloud-workload-security → csm-threats}/DeleteCloudWorkloadSecurityAgentRule.rb +1 -1
  13. data/examples/v2/{cloud-workload-security → csm-threats}/DownloadCSMThreatsPolicy.rb +1 -1
  14. data/examples/v2/{cloud-workload-security → csm-threats}/DownloadCloudWorkloadPolicyFile.rb +1 -1
  15. data/examples/v2/{cloud-workload-security → csm-threats}/GetCSMThreatsAgentRule.rb +1 -1
  16. data/examples/v2/{cloud-workload-security → csm-threats}/GetCloudWorkloadSecurityAgentRule.rb +1 -1
  17. data/examples/v2/{cloud-workload-security → csm-threats}/ListCSMThreatsAgentRules.rb +1 -1
  18. data/examples/v2/{cloud-workload-security → csm-threats}/ListCloudWorkloadSecurityAgentRules.rb +1 -1
  19. data/examples/v2/{cloud-workload-security → csm-threats}/UpdateCSMThreatsAgentRule.rb +1 -1
  20. data/examples/v2/{cloud-workload-security → csm-threats}/UpdateCloudWorkloadSecurityAgentRule.rb +1 -1
  21. data/examples/v2/roles/CreateRole.rb +14 -2
  22. data/examples/v2/roles/CreateRole_3862893229.rb +27 -0
  23. data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +1 -1
  24. data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +1 -1
  25. data/lib/datadog_api_client/inflector.rb +6 -1
  26. data/lib/datadog_api_client/v1/api/authentication_api.rb +1 -1
  27. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +1 -1
  28. data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +1 -1
  29. data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +3 -3
  30. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +11 -7
  31. data/lib/datadog_api_client/v1/api/users_api.rb +1 -1
  32. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
  33. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
  34. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -1
  35. data/lib/datadog_api_client/v1/models/service_level_objective.rb +2 -1
  36. data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +2 -1
  37. data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +7 -1
  38. data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +8 -1
  39. data/lib/datadog_api_client/v1/models/slo_overall_statuses.rb +2 -1
  40. data/lib/datadog_api_client/v1/models/slo_response_data.rb +2 -1
  41. data/lib/datadog_api_client/v1/models/slo_threshold.rb +2 -1
  42. data/lib/datadog_api_client/v1/models/slo_timeframe.rb +2 -1
  43. data/lib/datadog_api_client/v1/models/synthetics_api_test_config.rb +14 -4
  44. data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -0
  45. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_meta_schema.rb +27 -0
  46. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_operator.rb +26 -0
  47. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target.rb +129 -0
  48. data/lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb +90 -0
  49. data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +11 -1
  50. data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +2 -2
  51. data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +2 -2
  52. data/lib/datadog_api_client/v2/api/case_management_api.rb +17 -16
  53. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +10 -10
  54. data/lib/datadog_api_client/v2/api/{cloud_workload_security_api.rb → csm_threats_api.rb} +35 -35
  55. data/lib/datadog_api_client/v2/api/events_api.rb +1 -1
  56. data/lib/datadog_api_client/v2/api/ip_allowlist_api.rb +2 -2
  57. data/lib/datadog_api_client/v2/api/logs_api.rb +1 -1
  58. data/lib/datadog_api_client/v2/api/logs_archives_api.rb +4 -4
  59. data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +2 -2
  60. data/lib/datadog_api_client/v2/api/metrics_api.rb +3 -3
  61. data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +2 -2
  62. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +2 -1
  63. data/lib/datadog_api_client/v2/api/spans_api.rb +3 -3
  64. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +10 -1
  65. data/lib/datadog_api_client/v2/models/logs_query_filter.rb +1 -1
  66. data/lib/datadog_api_client/v2/models/logs_storage_tier.rb +2 -1
  67. data/lib/datadog_api_client/v2/models/retention_filter_create_response.rb +80 -0
  68. data/lib/datadog_api_client/v2/models/retention_filter_response.rb +1 -1
  69. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
  70. data/lib/datadog_api_client/v2/models/user_team_included.rb +2 -1
  71. data/lib/datadog_api_client/version.rb +1 -1
  72. metadata +21 -15
@@ -1665,7 +1665,8 @@ module DatadogAPIClient::V2
1665
1665
  #
1666
1666
  # Update an existing rule. When updating `cases`, `queries` or `options`, the whole field
1667
1667
  # must be included. For example, when modifying a query all queries must be included.
1668
- # Default rules can only be updated to be enabled and to change notifications.
1668
+ # Default rules can only be updated to be enabled, to change notifications, or to update
1669
+ # the tags (default tags cannot be removed).
1669
1670
  #
1670
1671
  # @param rule_id [String] The ID of the rule.
1671
1672
  # @param body [SecurityMonitoringRuleUpdatePayload]
@@ -71,7 +71,7 @@ module DatadogAPIClient::V2
71
71
  return_type = opts[:debug_return_type] || 'SpansAggregateResponse'
72
72
 
73
73
  # auth_names
74
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
74
+ auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
75
75
 
76
76
  new_options = opts.merge(
77
77
  :operation => :aggregate_spans,
@@ -144,7 +144,7 @@ module DatadogAPIClient::V2
144
144
  return_type = opts[:debug_return_type] || 'SpansListResponse'
145
145
 
146
146
  # auth_names
147
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
147
+ auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
148
148
 
149
149
  new_options = opts.merge(
150
150
  :operation => :list_spans,
@@ -250,7 +250,7 @@ module DatadogAPIClient::V2
250
250
  return_type = opts[:debug_return_type] || 'SpansListResponse'
251
251
 
252
252
  # auth_names
253
- auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
253
+ auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
254
254
 
255
255
  new_options = opts.merge(
256
256
  :operation => :list_spans_get,
@@ -105,6 +105,8 @@ module DatadogAPIClient::V2
105
105
  # [`/historical_cost`](https://docs.datadoghq.com/api/latest/usage-metering/#get-historical-cost-across-your-account)
106
106
  # instead.
107
107
  #
108
+ # This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
109
+ #
108
110
  # @deprecated This API is deprecated.
109
111
  #
110
112
  # @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.
@@ -179,6 +181,8 @@ module DatadogAPIClient::V2
179
181
  # and is delayed by up to 72 hours from when it was incurred.
180
182
  # To access historical costs prior to this, use the `/historical_cost` endpoint.
181
183
  #
184
+ # This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
185
+ #
182
186
  # @param opts [Hash] the optional parameters
183
187
  # @option opts [String] :view String to specify whether cost is broken down at a parent-org level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults to `summary`.
184
188
  # @option opts [Time] :start_month Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month. Either start_month or start_date should be specified, but not both. (start_month cannot go beyond two months in the past). Provide an `end_month` to view month-over-month cost.
@@ -250,6 +254,8 @@ module DatadogAPIClient::V2
250
254
  # Get historical cost across multi-org and single root-org accounts.
251
255
  # Cost data for a given month becomes available no later than the 16th of the following month.
252
256
  #
257
+ # This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
258
+ #
253
259
  # @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning this month.
254
260
  # @param opts [Hash] the optional parameters
255
261
  # @option opts [String] :view String to specify whether cost is broken down at a parent-org level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults to `summary`.
@@ -423,6 +429,8 @@ module DatadogAPIClient::V2
423
429
  # END
424
430
  # ```
425
431
  #
432
+ # This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
433
+ #
426
434
  # @param start_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost beginning in this month.
427
435
  # @param end_month [Time] Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for cost ending this month.
428
436
  # @param fields [String] Comma-separated list specifying cost types (e.g., `<billing_dimension>_on_demand_cost`, `<billing_dimension>_committed_cost`, `<billing_dimension>_total_cost`) and the proportions (`<billing_dimension>_percentage_in_org`, `<billing_dimension>_percentage_in_account`). Use `*` to retrieve all fields. Example: `infra_host_on_demand_cost,infra_host_percentage_in_account` To obtain the complete list of active billing dimensions that can be used to replace `<billing_dimension>` in the field names, make a request to the [Get active billing dimensions API](https://docs.datadoghq.com/api/latest/usage-metering/#get-active-billing-dimensions-for-cost-attribution).
@@ -521,7 +529,8 @@ module DatadogAPIClient::V2
521
529
  #
522
530
  # Get projected cost across multi-org and single root-org accounts.
523
531
  # Projected cost data is only available for the current month and becomes available around the 12th of the month.
524
- # This endpoint requires the usage_read authorization scope.
532
+ #
533
+ # This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
525
534
  #
526
535
  # @param opts [Hash] the optional parameters
527
536
  # @option opts [String] :view String to specify whether cost is broken down at a parent-org level or at the sub-org level. Available views are `summary` and `sub-org`. Defaults to `summary`.
@@ -30,7 +30,7 @@ module DatadogAPIClient::V2
30
30
  # The search query - following the log search syntax.
31
31
  attr_accessor :query
32
32
 
33
- # Specifies storage type as indexes or online-archives
33
+ # Specifies storage type as indexes, online-archives or flex
34
34
  attr_accessor :storage_tier
35
35
 
36
36
  # The maximum time for the requested logs, supports date math and regular timestamps (milliseconds).
@@ -17,11 +17,12 @@ require 'date'
17
17
  require 'time'
18
18
 
19
19
  module DatadogAPIClient::V2
20
- # Specifies storage type as indexes or online-archives
20
+ # Specifies storage type as indexes, online-archives or flex
21
21
  class LogsStorageTier
22
22
  include BaseEnumModel
23
23
 
24
24
  INDEXES = "indexes".freeze
25
25
  ONLINE_ARCHIVES = "online-archives".freeze
26
+ FLEX = "flex".freeze
26
27
  end
27
28
  end
@@ -0,0 +1,80 @@
1
+ =begin
2
+ #Datadog API V2 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::V2
20
+ # The retention filters definition.
21
+ class RetentionFilterCreateResponse
22
+ include BaseGenericModel
23
+
24
+ # The definition of the retention filter.
25
+ attr_accessor :data
26
+
27
+ # Attribute mapping from ruby-style variable name to JSON key.
28
+ # @!visibility private
29
+ def self.attribute_map
30
+ {
31
+ :'data' => :'data'
32
+ }
33
+ end
34
+
35
+ # Attribute type mapping.
36
+ # @!visibility private
37
+ def self.openapi_types
38
+ {
39
+ :'data' => :'RetentionFilter'
40
+ }
41
+ end
42
+
43
+ # Initializes the object
44
+ # @param attributes [Hash] Model attributes in the form of hash
45
+ # @!visibility private
46
+ def initialize(attributes = {})
47
+ if (!attributes.is_a?(Hash))
48
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V2::RetentionFilterCreateResponse` initialize method"
49
+ end
50
+
51
+ # check to see if the attribute exists and convert string to symbol for hash key
52
+ attributes = attributes.each_with_object({}) { |(k, v), h|
53
+ if (!self.class.attribute_map.key?(k.to_sym))
54
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V2::RetentionFilterCreateResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
55
+ end
56
+ h[k.to_sym] = v
57
+ }
58
+
59
+ if attributes.key?(:'data')
60
+ self.data = attributes[:'data']
61
+ end
62
+ end
63
+
64
+ # Checks equality by comparing each attribute.
65
+ # @param o [Object] Object to be compared
66
+ # @!visibility private
67
+ def ==(o)
68
+ return true if self.equal?(o)
69
+ self.class == o.class &&
70
+ data == o.data
71
+ end
72
+
73
+ # Calculates hash code according to all attributes.
74
+ # @return [Integer] Hash code
75
+ # @!visibility private
76
+ def hash
77
+ [data].hash
78
+ end
79
+ end
80
+ end
@@ -36,7 +36,7 @@ module DatadogAPIClient::V2
36
36
  # @!visibility private
37
37
  def self.openapi_types
38
38
  {
39
- :'data' => :'RetentionFilter'
39
+ :'data' => :'RetentionFilterAll'
40
40
  }
41
41
  end
42
42
 
@@ -33,6 +33,9 @@ module DatadogAPIClient::V2
33
33
  # User ID of the user who created the rule.
34
34
  attr_accessor :creation_author_id
35
35
 
36
+ # Default Tags for default rules (included in tags)
37
+ attr_accessor :default_tags
38
+
36
39
  # When the rule will be deprecated, timestamp in milliseconds.
37
40
  attr_accessor :deprecation_date
38
41
 
@@ -89,6 +92,7 @@ module DatadogAPIClient::V2
89
92
  :'compliance_signal_options' => :'complianceSignalOptions',
90
93
  :'created_at' => :'createdAt',
91
94
  :'creation_author_id' => :'creationAuthorId',
95
+ :'default_tags' => :'defaultTags',
92
96
  :'deprecation_date' => :'deprecationDate',
93
97
  :'filters' => :'filters',
94
98
  :'has_extended_title' => :'hasExtendedTitle',
@@ -116,6 +120,7 @@ module DatadogAPIClient::V2
116
120
  :'compliance_signal_options' => :'CloudConfigurationRuleComplianceSignalOptions',
117
121
  :'created_at' => :'Integer',
118
122
  :'creation_author_id' => :'Integer',
123
+ :'default_tags' => :'Array<String>',
119
124
  :'deprecation_date' => :'Integer',
120
125
  :'filters' => :'Array<SecurityMonitoringFilter>',
121
126
  :'has_extended_title' => :'Boolean',
@@ -169,6 +174,12 @@ module DatadogAPIClient::V2
169
174
  self.creation_author_id = attributes[:'creation_author_id']
170
175
  end
171
176
 
177
+ if attributes.key?(:'default_tags')
178
+ if (value = attributes[:'default_tags']).is_a?(Array)
179
+ self.default_tags = value
180
+ end
181
+ end
182
+
172
183
  if attributes.key?(:'deprecation_date')
173
184
  self.deprecation_date = attributes[:'deprecation_date']
174
185
  end
@@ -252,6 +263,7 @@ module DatadogAPIClient::V2
252
263
  compliance_signal_options == o.compliance_signal_options &&
253
264
  created_at == o.created_at &&
254
265
  creation_author_id == o.creation_author_id &&
266
+ default_tags == o.default_tags &&
255
267
  deprecation_date == o.deprecation_date &&
256
268
  filters == o.filters &&
257
269
  has_extended_title == o.has_extended_title &&
@@ -274,7 +286,7 @@ module DatadogAPIClient::V2
274
286
  # @return [Integer] Hash code
275
287
  # @!visibility private
276
288
  def hash
277
- [cases, compliance_signal_options, created_at, creation_author_id, 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
289
+ [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
278
290
  end
279
291
  end
280
292
  end
@@ -26,7 +26,8 @@ module DatadogAPIClient::V2
26
26
  # List of class defined in oneOf (OpenAPI v3)
27
27
  def openapi_one_of
28
28
  [
29
- :'User'
29
+ :'User',
30
+ :'Team'
30
31
  ]
31
32
  end
32
33
  # Builds the object
@@ -1,5 +1,5 @@
1
1
  # Define library version.
2
2
 
3
3
  module DatadogAPIClient
4
- VERSION = '2.22.0'
4
+ VERSION = '2.23.0'
5
5
  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.22.0
4
+ version: 2.23.0
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-04-11 00:00:00.000000000 Z
11
+ date: 2024-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty
@@ -572,18 +572,6 @@ files:
572
572
  - examples/v2/cloud-cost-management/ListCostAzureUCConfigs.rb
573
573
  - examples/v2/cloud-cost-management/UpdateCostAWSCURConfig.rb
574
574
  - examples/v2/cloud-cost-management/UpdateCostAzureUCConfigs.rb
575
- - examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb
576
- - examples/v2/cloud-workload-security/CreateCloudWorkloadSecurityAgentRule.rb
577
- - examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb
578
- - examples/v2/cloud-workload-security/DeleteCloudWorkloadSecurityAgentRule.rb
579
- - examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb
580
- - examples/v2/cloud-workload-security/DownloadCloudWorkloadPolicyFile.rb
581
- - examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb
582
- - examples/v2/cloud-workload-security/GetCloudWorkloadSecurityAgentRule.rb
583
- - examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb
584
- - examples/v2/cloud-workload-security/ListCloudWorkloadSecurityAgentRules.rb
585
- - examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb
586
- - examples/v2/cloud-workload-security/UpdateCloudWorkloadSecurityAgentRule.rb
587
575
  - examples/v2/cloudflare-integration/CreateCloudflareAccount.rb
588
576
  - examples/v2/cloudflare-integration/DeleteCloudflareAccount.rb
589
577
  - examples/v2/cloudflare-integration/GetCloudflareAccount.rb
@@ -605,6 +593,18 @@ files:
605
593
  - examples/v2/containers/ListContainers.rb
606
594
  - examples/v2/containers/ListContainers_2175733917.rb
607
595
  - examples/v2/containers/ListContainers_931009654.rb
596
+ - examples/v2/csm-threats/CreateCSMThreatsAgentRule.rb
597
+ - examples/v2/csm-threats/CreateCloudWorkloadSecurityAgentRule.rb
598
+ - examples/v2/csm-threats/DeleteCSMThreatsAgentRule.rb
599
+ - examples/v2/csm-threats/DeleteCloudWorkloadSecurityAgentRule.rb
600
+ - examples/v2/csm-threats/DownloadCSMThreatsPolicy.rb
601
+ - examples/v2/csm-threats/DownloadCloudWorkloadPolicyFile.rb
602
+ - examples/v2/csm-threats/GetCSMThreatsAgentRule.rb
603
+ - examples/v2/csm-threats/GetCloudWorkloadSecurityAgentRule.rb
604
+ - examples/v2/csm-threats/ListCSMThreatsAgentRules.rb
605
+ - examples/v2/csm-threats/ListCloudWorkloadSecurityAgentRules.rb
606
+ - examples/v2/csm-threats/UpdateCSMThreatsAgentRule.rb
607
+ - examples/v2/csm-threats/UpdateCloudWorkloadSecurityAgentRule.rb
608
608
  - examples/v2/dashboard-lists/CreateDashboardListItems.rb
609
609
  - examples/v2/dashboard-lists/CreateDashboardListItems_3995409989.rb
610
610
  - examples/v2/dashboard-lists/CreateDashboardListItems_825696022.rb
@@ -790,6 +790,7 @@ files:
790
790
  - examples/v2/roles/AddUserToRole.rb
791
791
  - examples/v2/roles/CloneRole.rb
792
792
  - examples/v2/roles/CreateRole.rb
793
+ - examples/v2/roles/CreateRole_3862893229.rb
793
794
  - examples/v2/roles/DeleteRole.rb
794
795
  - examples/v2/roles/GetRole.rb
795
796
  - examples/v2/roles/ListPermissions.rb
@@ -1512,6 +1513,10 @@ files:
1512
1513
  - lib/datadog_api_client/v1/models/synthetics_assertion_json_path_operator.rb
1513
1514
  - lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target.rb
1514
1515
  - lib/datadog_api_client/v1/models/synthetics_assertion_json_path_target_target.rb
1516
+ - lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_meta_schema.rb
1517
+ - lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_operator.rb
1518
+ - lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target.rb
1519
+ - lib/datadog_api_client/v1/models/synthetics_assertion_json_schema_target_target.rb
1515
1520
  - lib/datadog_api_client/v1/models/synthetics_assertion_operator.rb
1516
1521
  - lib/datadog_api_client/v1/models/synthetics_assertion_target.rb
1517
1522
  - lib/datadog_api_client/v1/models/synthetics_assertion_timings_scope.rb
@@ -1816,11 +1821,11 @@ files:
1816
1821
  - lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb
1817
1822
  - lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb
1818
1823
  - lib/datadog_api_client/v2/api/cloud_cost_management_api.rb
1819
- - lib/datadog_api_client/v2/api/cloud_workload_security_api.rb
1820
1824
  - lib/datadog_api_client/v2/api/cloudflare_integration_api.rb
1821
1825
  - lib/datadog_api_client/v2/api/confluent_cloud_api.rb
1822
1826
  - lib/datadog_api_client/v2/api/container_images_api.rb
1823
1827
  - lib/datadog_api_client/v2/api/containers_api.rb
1828
+ - lib/datadog_api_client/v2/api/csm_threats_api.rb
1824
1829
  - lib/datadog_api_client/v2/api/dashboard_lists_api.rb
1825
1830
  - lib/datadog_api_client/v2/api/dora_metrics_api.rb
1826
1831
  - lib/datadog_api_client/v2/api/downtimes_api.rb
@@ -2836,6 +2841,7 @@ files:
2836
2841
  - lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb
2837
2842
  - lib/datadog_api_client/v2/models/retention_filter_create_data.rb
2838
2843
  - lib/datadog_api_client/v2/models/retention_filter_create_request.rb
2844
+ - lib/datadog_api_client/v2/models/retention_filter_create_response.rb
2839
2845
  - lib/datadog_api_client/v2/models/retention_filter_response.rb
2840
2846
  - lib/datadog_api_client/v2/models/retention_filter_type.rb
2841
2847
  - lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb