datadog_api_client 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (209) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/templates/api.mustache +2 -2
  4. data/.generator/templates/api_client.mustache +7 -0
  5. data/.generator/templates/api_client_typhoeus_partial.mustache +7 -0
  6. data/.generator/templates/configuration.mustache +4 -0
  7. data/.openapi-generator/VERSION +1 -1
  8. data/CHANGELOG.md +27 -0
  9. data/README.md +12 -1
  10. data/data/v1/openapi.yaml +866 -119
  11. data/data/v2/openapi.yaml +113 -0
  12. data/docs/v1/AWSAccount.md +6 -0
  13. data/docs/v1/DowntimeRecurrence.md +1 -1
  14. data/docs/v1/Event.md +1 -1
  15. data/docs/v1/FormulaAndFunctionApmDependencyStatName.md +15 -0
  16. data/docs/v1/FormulaAndFunctionApmDependencyStatsDataSource.md +15 -0
  17. data/docs/v1/FormulaAndFunctionApmDependencyStatsQueryDefinition.md +36 -0
  18. data/docs/v1/FormulaAndFunctionApmResourceStatName.md +15 -0
  19. data/docs/v1/FormulaAndFunctionApmResourceStatsDataSource.md +15 -0
  20. data/docs/v1/FormulaAndFunctionApmResourceStatsQueryDefinition.md +36 -0
  21. data/docs/v1/FormulaAndFunctionQueryDefinition.md +5 -1
  22. data/docs/v1/FunnelQuery.md +22 -0
  23. data/docs/v1/FunnelRequestType.md +15 -0
  24. data/docs/v1/FunnelSource.md +15 -0
  25. data/docs/v1/FunnelWidgetDefinition.md +28 -0
  26. data/docs/v1/FunnelWidgetDefinitionType.md +15 -0
  27. data/docs/v1/FunnelWidgetRequest.md +20 -0
  28. data/docs/v1/LogsAPI.md +1 -1
  29. data/docs/v1/MetricContentEncoding.md +15 -0
  30. data/docs/v1/MetricsAPI.md +10 -6
  31. data/docs/v1/MetricsPayload.md +1 -1
  32. data/docs/v1/MonitorOptions.md +5 -1
  33. data/docs/v1/MonitorRenotifyStatusType.md +15 -0
  34. data/docs/v1/MonitorsAPI.md +9 -9
  35. data/docs/v1/NotebookCreateDataAttributes.md +2 -0
  36. data/docs/v1/NotebookMetadata.md +22 -0
  37. data/docs/v1/NotebookMetadataType.md +15 -0
  38. data/docs/v1/NotebookResponseDataAttributes.md +2 -0
  39. data/docs/v1/NotebookUpdateDataAttributes.md +2 -0
  40. data/docs/v1/NotebooksAPI.md +7 -3
  41. data/docs/v1/NotebooksResponseDataAttributes.md +2 -0
  42. data/docs/v1/ProcessQueryDefinition.md +1 -1
  43. data/docs/v1/README.md +31 -3
  44. data/docs/v1/SLOCorrection.md +1 -1
  45. data/docs/v1/SLOCorrectionCreateData.md +1 -1
  46. data/docs/v1/SLOCorrectionCreateRequestAttributes.md +4 -4
  47. data/docs/v1/SLOCorrectionListResponse.md +1 -1
  48. data/docs/v1/SLOCorrectionResponseAttributes.md +4 -4
  49. data/docs/v1/SLOCorrectionUpdateRequestAttributes.md +3 -3
  50. data/docs/v1/ScatterPlotWidgetDefinitionRequests.md +4 -2
  51. data/docs/v1/ScatterplotDimension.md +15 -0
  52. data/docs/v1/ScatterplotTableRequest.md +22 -0
  53. data/docs/v1/ScatterplotWidgetFormula.md +22 -0
  54. data/docs/v1/Series.md +1 -1
  55. data/docs/v1/ServiceChecksAPI.md +1 -1
  56. data/docs/v1/ServiceLevelObjectiveCorrectionsAPI.md +11 -11
  57. data/docs/v1/SyntheticsAPI.md +61 -0
  58. data/docs/v1/SyntheticsAPIStep.md +1 -1
  59. data/docs/v1/SyntheticsBatchDetails.md +18 -0
  60. data/docs/v1/SyntheticsBatchDetailsData.md +22 -0
  61. data/docs/v1/SyntheticsBatchResult.md +36 -0
  62. data/docs/v1/SyntheticsBrowserError.md +3 -3
  63. data/docs/v1/SyntheticsCIBatchMetadata.md +20 -0
  64. data/docs/v1/{SyntheticsCITestMetadataCi.md → SyntheticsCIBatchMetadataCI.md} +2 -2
  65. data/docs/v1/SyntheticsCIBatchMetadataGit.md +20 -0
  66. data/docs/v1/SyntheticsCITest.md +1 -1
  67. data/docs/v1/SyntheticsStatus.md +15 -0
  68. data/docs/v1/SyntheticsTestDetails.md +2 -0
  69. data/docs/v1/SyntheticsTestExecutionRule.md +15 -0
  70. data/docs/v1/SyntheticsTestRequest.md +2 -0
  71. data/docs/v1/UsageAttributionValues.md +4 -4
  72. data/docs/v1/UsageMeteringAPI.md +65 -0
  73. data/docs/v1/UsageSDSHour.md +22 -0
  74. data/docs/v1/UsageSDSResponse.md +18 -0
  75. data/docs/v1/UsageSummaryDate.md +4 -0
  76. data/docs/v1/UsageSummaryDateOrg.md +6 -2
  77. data/docs/v1/UsageSummaryResponse.md +6 -2
  78. data/docs/v1/UsageTimeseriesHour.md +1 -1
  79. data/docs/v1/WebhooksIntegration.md +1 -1
  80. data/docs/v1/WebhooksIntegrationUpdateRequest.md +1 -1
  81. data/docs/v1/WidgetDefinition.md +2 -0
  82. data/docs/v2/IncidentServicesAPI.md +5 -5
  83. data/docs/v2/IncidentTeamsAPI.md +5 -5
  84. data/docs/v2/IncidentsAPI.md +5 -5
  85. data/docs/v2/README.md +5 -0
  86. data/docs/v2/SecurityMonitoringAPI.md +5 -5
  87. data/examples/v1/metrics/SubmitMetrics.rbbeta +14 -0
  88. data/extract-code-blocks.awk +4 -0
  89. data/lib/datadog_api_client/v1/api/logs_api.rb +1 -1
  90. data/lib/datadog_api_client/v1/api/metrics_api.rb +5 -2
  91. data/lib/datadog_api_client/v1/api/monitors_api.rb +9 -9
  92. data/lib/datadog_api_client/v1/api/notebooks_api.rb +8 -2
  93. data/lib/datadog_api_client/v1/api/service_checks_api.rb +1 -1
  94. data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +16 -16
  95. data/lib/datadog_api_client/v1/api/synthetics_api.rb +73 -0
  96. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +77 -0
  97. data/lib/datadog_api_client/v1/api_client.rb +14 -0
  98. data/lib/datadog_api_client/v1/configuration.rb +7 -0
  99. data/lib/datadog_api_client/v1/models/aws_account.rb +37 -1
  100. data/lib/datadog_api_client/v1/models/content_encoding.rb +2 -2
  101. data/lib/datadog_api_client/v1/models/creator.rb +1 -0
  102. data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +1 -0
  103. data/lib/datadog_api_client/v1/models/downtime_recurrence.rb +1 -1
  104. data/lib/datadog_api_client/v1/models/event.rb +1 -16
  105. data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stat_name.rb +44 -0
  106. data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_data_source.rb +38 -0
  107. data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +356 -0
  108. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +47 -0
  109. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_data_source.rb +38 -0
  110. data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +348 -0
  111. data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +2 -0
  112. data/lib/datadog_api_client/v1/models/funnel_query.rb +271 -0
  113. data/lib/datadog_api_client/v1/models/funnel_request_type.rb +38 -0
  114. data/lib/datadog_api_client/v1/models/funnel_source.rb +38 -0
  115. data/lib/datadog_api_client/v1/models/funnel_widget_definition.rb +322 -0
  116. data/lib/datadog_api_client/v1/models/funnel_widget_definition_type.rb +38 -0
  117. data/lib/datadog_api_client/v1/models/funnel_widget_request.rb +251 -0
  118. data/lib/datadog_api_client/v1/models/metric_content_encoding.rb +38 -0
  119. data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +1 -0
  120. data/lib/datadog_api_client/v1/models/monitor.rb +2 -0
  121. data/lib/datadog_api_client/v1/models/monitor_options.rb +26 -2
  122. data/lib/datadog_api_client/v1/models/monitor_renotify_status_type.rb +40 -0
  123. data/lib/datadog_api_client/v1/models/notebook_author.rb +2 -0
  124. data/lib/datadog_api_client/v1/models/notebook_create_data_attributes.rb +10 -1
  125. data/lib/datadog_api_client/v1/models/notebook_metadata.rb +259 -0
  126. data/lib/datadog_api_client/v1/models/notebook_metadata_type.rb +42 -0
  127. data/lib/datadog_api_client/v1/models/notebook_response_data_attributes.rb +10 -1
  128. data/lib/datadog_api_client/v1/models/notebook_update_data_attributes.rb +10 -1
  129. data/lib/datadog_api_client/v1/models/notebooks_response_data_attributes.rb +10 -1
  130. data/lib/datadog_api_client/v1/models/notebooks_response_meta.rb +1 -1
  131. data/lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb +10 -11
  132. data/lib/datadog_api_client/v1/models/scatterplot_dimension.rb +41 -0
  133. data/lib/datadog_api_client/v1/models/scatterplot_table_request.rb +256 -0
  134. data/lib/datadog_api_client/v1/models/scatterplot_widget_formula.rb +262 -0
  135. data/lib/datadog_api_client/v1/models/slo_correction.rb +2 -2
  136. data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +6 -1
  137. data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +1 -1
  138. data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +5 -5
  139. data/lib/datadog_api_client/v1/models/slo_correction_list_response.rb +2 -2
  140. data/lib/datadog_api_client/v1/models/slo_correction_response.rb +1 -1
  141. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +5 -5
  142. data/lib/datadog_api_client/v1/models/slo_correction_update_data.rb +1 -1
  143. data/lib/datadog_api_client/v1/models/slo_correction_update_request.rb +1 -1
  144. data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +4 -4
  145. data/lib/datadog_api_client/v1/models/synthetics_batch_details.rb +232 -0
  146. data/lib/datadog_api_client/v1/models/synthetics_batch_details_data.rb +253 -0
  147. data/lib/datadog_api_client/v1/models/synthetics_batch_result.rb +319 -0
  148. data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata.rb → synthetics_ci_batch_metadata.rb} +6 -6
  149. data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_ci.rb → synthetics_ci_batch_metadata_ci.rb} +4 -4
  150. data/lib/datadog_api_client/v1/models/{synthetics_ci_test_metadata_git.rb → synthetics_ci_batch_metadata_git.rb} +5 -5
  151. data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +1 -1
  152. data/lib/datadog_api_client/v1/models/synthetics_status.rb +40 -0
  153. data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +10 -1
  154. data/lib/datadog_api_client/v1/models/synthetics_test_execution_rule.rb +40 -0
  155. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  156. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +13 -13
  157. data/lib/datadog_api_client/v1/models/usage_sds_hour.rb +253 -0
  158. data/lib/datadog_api_client/v1/models/usage_sds_response.rb +235 -0
  159. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +21 -1
  160. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +28 -8
  161. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +29 -9
  162. data/lib/datadog_api_client/v1/models/usage_timeseries_hour.rb +1 -1
  163. data/lib/datadog_api_client/v1/models/webhooks_integration.rb +1 -1
  164. data/lib/datadog_api_client/v1/models/webhooks_integration_update_request.rb +1 -1
  165. data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -0
  166. data/lib/datadog_api_client/v1.rb +29 -3
  167. data/lib/datadog_api_client/v2/api/incident_services_api.rb +5 -5
  168. data/lib/datadog_api_client/v2/api/incident_teams_api.rb +5 -5
  169. data/lib/datadog_api_client/v2/api/incidents_api.rb +5 -5
  170. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +5 -5
  171. data/lib/datadog_api_client/v2/api_client.rb +14 -0
  172. data/lib/datadog_api_client/v2/configuration.rb +5 -0
  173. data/lib/datadog_api_client/v2/models/incident_field_attributes_multiple_value.rb +1 -0
  174. data/lib/datadog_api_client/v2/models/incident_field_attributes_single_value.rb +1 -0
  175. data/lib/datadog_api_client/v2/models/incident_response_attributes.rb +1 -0
  176. data/lib/datadog_api_client/v2/models/user_attributes.rb +2 -0
  177. data/lib/datadog_api_client/version.rb +1 -1
  178. data/spec/v1/models/formula_and_function_apm_dependency_stat_name_spec.rb +31 -0
  179. data/spec/v1/models/formula_and_function_apm_dependency_stats_data_source_spec.rb +31 -0
  180. data/spec/v1/models/formula_and_function_apm_dependency_stats_query_definition_spec.rb +91 -0
  181. data/spec/v1/models/formula_and_function_apm_resource_stat_name_spec.rb +31 -0
  182. data/spec/v1/models/formula_and_function_apm_resource_stats_data_source_spec.rb +31 -0
  183. data/spec/v1/models/formula_and_function_apm_resource_stats_query_definition_spec.rb +91 -0
  184. data/spec/v1/models/funnel_query_spec.rb +49 -0
  185. data/spec/v1/models/funnel_request_type_spec.rb +31 -0
  186. data/spec/v1/models/funnel_source_spec.rb +31 -0
  187. data/spec/v1/models/funnel_widget_definition_spec.rb +67 -0
  188. data/spec/v1/models/funnel_widget_definition_type_spec.rb +31 -0
  189. data/spec/v1/models/funnel_widget_request_spec.rb +43 -0
  190. data/spec/v1/models/metric_content_encoding_spec.rb +31 -0
  191. data/spec/v1/models/monitor_renotify_status_type_spec.rb +31 -0
  192. data/spec/v1/models/notebook_metadata_spec.rb +49 -0
  193. data/spec/v1/models/notebook_metadata_type_spec.rb +31 -0
  194. data/spec/v1/models/scatterplot_dimension_spec.rb +31 -0
  195. data/spec/v1/models/scatterplot_table_request_spec.rb +49 -0
  196. data/spec/v1/models/scatterplot_widget_formula_spec.rb +49 -0
  197. data/spec/v1/models/synthetics_batch_details_data_spec.rb +49 -0
  198. data/spec/v1/models/synthetics_batch_details_spec.rb +37 -0
  199. data/spec/v1/models/synthetics_batch_result_spec.rb +91 -0
  200. data/spec/v1/models/{synthetics_ci_test_metadata_ci_spec.rb → synthetics_ci_batch_metadata_ci_spec.rb} +6 -6
  201. data/spec/v1/models/{synthetics_ci_test_metadata_git_spec.rb → synthetics_ci_batch_metadata_git_spec.rb} +6 -6
  202. data/spec/v1/models/{synthetics_ci_test_metadata_spec.rb → synthetics_ci_batch_metadata_spec.rb} +6 -6
  203. data/spec/v1/models/synthetics_status_spec.rb +31 -0
  204. data/spec/v1/models/synthetics_test_execution_rule_spec.rb +31 -0
  205. data/spec/v1/models/usage_sds_hour_spec.rb +49 -0
  206. data/spec/v1/models/usage_sds_response_spec.rb +37 -0
  207. metadata +119 -14
  208. data/docs/v1/SyntheticsCITestMetadata.md +0 -20
  209. data/docs/v1/SyntheticsCITestMetadataGit.md +0 -20
@@ -0,0 +1,22 @@
1
+ # DatadogAPIClient::V1::ScatterplotWidgetFormula
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **_alias** | **String** | Expression alias. | [optional] |
8
+ | **dimension** | [**ScatterplotDimension**](ScatterplotDimension.md) | | |
9
+ | **formula** | **String** | String expression built from queries, formulas, and functions. | |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'datadog_api_client/v1'
15
+
16
+ instance = DatadogAPIClient::V1::ScatterplotWidgetFormula.new(
17
+ _alias: my-query,
18
+ dimension: null,
19
+ formula: func(a) + b
20
+ )
21
+ ```
22
+
data/docs/v1/Series.md CHANGED
@@ -20,7 +20,7 @@ instance = DatadogAPIClient::V1::Series.new(
20
20
  host: test.example.com,
21
21
  interval: 20,
22
22
  metric: system.load.1,
23
- points: [[1575317847,0.5]],
23
+ points: null,
24
24
  tags: ["environment:test"],
25
25
  type: rate
26
26
  )
@@ -66,5 +66,5 @@ end
66
66
  ### HTTP request headers
67
67
 
68
68
  - **Content-Type**: application/json
69
- - **Accept**: application/json
69
+ - **Accept**: text/json
70
70
 
@@ -15,7 +15,7 @@ All URIs are relative to *https://api.datadoghq.com*
15
15
 
16
16
  > <SLOCorrectionResponse> create_slo_correction(body)
17
17
 
18
- Create an SLO Correction
18
+ Create an SLO Correction.
19
19
 
20
20
  ### Examples
21
21
 
@@ -80,7 +80,7 @@ end
80
80
 
81
81
  > delete_slo_correction(slo_correction_id)
82
82
 
83
- Permanently delete the specified SLO correction object
83
+ Permanently delete the specified SLO correction object.
84
84
 
85
85
  ### Examples
86
86
 
@@ -92,7 +92,7 @@ DatadogAPIClient::V1.configure do |config|
92
92
  end
93
93
 
94
94
  api_instance = DatadogAPIClient::V1::ServiceLevelObjectiveCorrectionsAPI.new
95
- slo_correction_id = 'slo_correction_id_example' # String | The ID of the SLO correction object
95
+ slo_correction_id = 'slo_correction_id_example' # String | The ID of the SLO correction object.
96
96
 
97
97
  begin
98
98
  # Delete an SLO correction
@@ -124,7 +124,7 @@ end
124
124
 
125
125
  | Name | Type | Description | Notes |
126
126
  | ---- | ---- | ----------- | ----- |
127
- | **slo_correction_id** | **String** | The ID of the SLO correction object | |
127
+ | **slo_correction_id** | **String** | The ID of the SLO correction object. | |
128
128
 
129
129
  ### Return type
130
130
 
@@ -144,7 +144,7 @@ nil (empty response body)
144
144
 
145
145
  > <SLOCorrectionResponse> get_slo_correction(slo_correction_id)
146
146
 
147
- Get an SLO correction
147
+ Get an SLO correction.
148
148
 
149
149
  ### Examples
150
150
 
@@ -156,7 +156,7 @@ DatadogAPIClient::V1.configure do |config|
156
156
  end
157
157
 
158
158
  api_instance = DatadogAPIClient::V1::ServiceLevelObjectiveCorrectionsAPI.new
159
- slo_correction_id = 'slo_correction_id_example' # String | The ID of the SLO correction object
159
+ slo_correction_id = 'slo_correction_id_example' # String | The ID of the SLO correction object.
160
160
 
161
161
  begin
162
162
  # Get an SLO correction for an SLO
@@ -189,7 +189,7 @@ end
189
189
 
190
190
  | Name | Type | Description | Notes |
191
191
  | ---- | ---- | ----------- | ----- |
192
- | **slo_correction_id** | **String** | The ID of the SLO correction object | |
192
+ | **slo_correction_id** | **String** | The ID of the SLO correction object. | |
193
193
 
194
194
  ### Return type
195
195
 
@@ -209,7 +209,7 @@ end
209
209
 
210
210
  > <SLOCorrectionListResponse> list_slo_correction
211
211
 
212
- Get all Service Level Objective corrections
212
+ Get all Service Level Objective corrections.
213
213
 
214
214
  ### Examples
215
215
 
@@ -271,7 +271,7 @@ This endpoint does not need any parameter.
271
271
 
272
272
  > <SLOCorrectionResponse> update_slo_correction(slo_correction_id, body)
273
273
 
274
- Update the specified SLO correction object object
274
+ Update the specified SLO correction object object.
275
275
 
276
276
  ### Examples
277
277
 
@@ -283,7 +283,7 @@ DatadogAPIClient::V1.configure do |config|
283
283
  end
284
284
 
285
285
  api_instance = DatadogAPIClient::V1::ServiceLevelObjectiveCorrectionsAPI.new
286
- slo_correction_id = 'slo_correction_id_example' # String | The ID of the SLO correction object
286
+ slo_correction_id = 'slo_correction_id_example' # String | The ID of the SLO correction object.
287
287
  body = DatadogAPIClient::V1::SLOCorrectionUpdateRequest.new # SLOCorrectionUpdateRequest | The edited SLO correction object.
288
288
 
289
289
  begin
@@ -317,7 +317,7 @@ end
317
317
 
318
318
  | Name | Type | Description | Notes |
319
319
  | ---- | ---- | ----------- | ----- |
320
- | **slo_correction_id** | **String** | The ID of the SLO correction object | |
320
+ | **slo_correction_id** | **String** | The ID of the SLO correction object. | |
321
321
  | **body** | [**SLOCorrectionUpdateRequest**](SLOCorrectionUpdateRequest.md) | The edited SLO correction object. | |
322
322
 
323
323
  ### Return type
@@ -20,6 +20,7 @@ All URIs are relative to *https://api.datadoghq.com*
20
20
  | [**get_browser_test_result**](SyntheticsAPI.md#get_browser_test_result) | **GET** /api/v1/synthetics/tests/browser/{public_id}/results/{result_id} | Get a browser test result |
21
21
  | [**get_global_variable**](SyntheticsAPI.md#get_global_variable) | **GET** /api/v1/synthetics/variables/{variable_id} | Get a global variable |
22
22
  | [**get_private_location**](SyntheticsAPI.md#get_private_location) | **GET** /api/v1/synthetics/private-locations/{location_id} | Get a private location |
23
+ | [**get_synthetics_ci_batch**](SyntheticsAPI.md#get_synthetics_ci_batch) | **GET** /api/v1/synthetics/ci/batch/{batch_id} | Get details of batch |
23
24
  | [**get_test**](SyntheticsAPI.md#get_test) | **GET** /api/v1/synthetics/tests/{public_id} | Get a test configuration |
24
25
  | [**list_global_variables**](SyntheticsAPI.md#list_global_variables) | **GET** /api/v1/synthetics/variables | Get all global variables |
25
26
  | [**list_locations**](SyntheticsAPI.md#list_locations) | **GET** /api/v1/synthetics/locations | Get all locations (public and private) |
@@ -1013,6 +1014,66 @@ end
1013
1014
  - **Accept**: application/json
1014
1015
 
1015
1016
 
1017
+ ## get_synthetics_ci_batch
1018
+
1019
+ > <SyntheticsBatchDetails> get_synthetics_ci_batch(batch_id)
1020
+
1021
+ Get a batch's updated details.
1022
+
1023
+ ### Examples
1024
+
1025
+ ```ruby
1026
+ require 'datadog_api_client'
1027
+ api_instance = DatadogAPIClient::V1::SyntheticsAPI.new
1028
+ batch_id = 'batch_id_example' # String | The ID of the batch.
1029
+
1030
+ begin
1031
+ # Get details of batch
1032
+ result = api_instance.get_synthetics_ci_batch(batch_id)
1033
+ p result
1034
+ rescue DatadogAPIClient::V1::APIError => e
1035
+ puts "Error when calling SyntheticsAPI->get_synthetics_ci_batch: #{e}"
1036
+ end
1037
+ ```
1038
+
1039
+ #### Using the get_synthetics_ci_batch_with_http_info variant
1040
+
1041
+ This returns an Array which contains the response data, status code and headers.
1042
+
1043
+ > <Array(<SyntheticsBatchDetails>, Integer, Hash)> get_synthetics_ci_batch_with_http_info(batch_id)
1044
+
1045
+ ```ruby
1046
+ begin
1047
+ # Get details of batch
1048
+ data, status_code, headers = api_instance.get_synthetics_ci_batch_with_http_info(batch_id)
1049
+ p status_code # => 2xx
1050
+ p headers # => { ... }
1051
+ p data # => <SyntheticsBatchDetails>
1052
+ rescue DatadogAPIClient::V1::APIError => e
1053
+ puts "Error when calling SyntheticsAPI->get_synthetics_ci_batch_with_http_info: #{e}"
1054
+ end
1055
+ ```
1056
+
1057
+ ### Parameters
1058
+
1059
+ | Name | Type | Description | Notes |
1060
+ | ---- | ---- | ----------- | ----- |
1061
+ | **batch_id** | **String** | The ID of the batch. | |
1062
+
1063
+ ### Return type
1064
+
1065
+ [**SyntheticsBatchDetails**](SyntheticsBatchDetails.md)
1066
+
1067
+ ### Authorization
1068
+
1069
+ [apiKeyAuth](README.md#apiKeyAuth), [appKeyAuth](README.md#appKeyAuth)
1070
+
1071
+ ### HTTP request headers
1072
+
1073
+ - **Content-Type**: Not defined
1074
+ - **Accept**: application/json
1075
+
1076
+
1016
1077
  ## get_test
1017
1078
 
1018
1079
  > <SyntheticsTestDetails> get_test(public_id)
@@ -19,7 +19,7 @@ require 'datadog_api_client/v1'
19
19
 
20
20
  instance = DatadogAPIClient::V1::SyntheticsAPIStep.new(
21
21
  allow_failure: null,
22
- assertions: [],
22
+ assertions: null,
23
23
  extracted_values: null,
24
24
  is_critical: null,
25
25
  name: null,
@@ -0,0 +1,18 @@
1
+ # DatadogAPIClient::V1::SyntheticsBatchDetails
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **data** | [**SyntheticsBatchDetailsData**](SyntheticsBatchDetailsData.md) | | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'datadog_api_client/v1'
13
+
14
+ instance = DatadogAPIClient::V1::SyntheticsBatchDetails.new(
15
+ data: null
16
+ )
17
+ ```
18
+
@@ -0,0 +1,22 @@
1
+ # DatadogAPIClient::V1::SyntheticsBatchDetailsData
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **metadata** | [**SyntheticsCIBatchMetadata**](SyntheticsCIBatchMetadata.md) | | [optional] |
8
+ | **results** | [**Array&lt;SyntheticsBatchResult&gt;**](SyntheticsBatchResult.md) | List of results for the batch. | [optional] |
9
+ | **status** | [**SyntheticsStatus**](SyntheticsStatus.md) | | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'datadog_api_client/v1'
15
+
16
+ instance = DatadogAPIClient::V1::SyntheticsBatchDetailsData.new(
17
+ metadata: null,
18
+ results: null,
19
+ status: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,36 @@
1
+ # DatadogAPIClient::V1::SyntheticsBatchResult
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **device** | [**SyntheticsDeviceID**](SyntheticsDeviceID.md) | | [optional] |
8
+ | **duration** | **Float** | Total duration in millisecond of the test. | [optional] |
9
+ | **execution_rule** | [**SyntheticsTestExecutionRule**](SyntheticsTestExecutionRule.md) | | [optional] |
10
+ | **location** | **String** | Name of the location. | [optional] |
11
+ | **result_id** | **String** | The ID of the result to get. | [optional] |
12
+ | **retries** | **Float** | Total duration in millisecond of the test. | [optional] |
13
+ | **status** | [**SyntheticsStatus**](SyntheticsStatus.md) | | [optional] |
14
+ | **test_name** | **String** | Name of the test. | [optional] |
15
+ | **test_public_id** | **String** | The public ID of the Synthetic test. | [optional] |
16
+ | **test_type** | [**SyntheticsTestDetailsType**](SyntheticsTestDetailsType.md) | | [optional] |
17
+
18
+ ## Example
19
+
20
+ ```ruby
21
+ require 'datadog_api_client/v1'
22
+
23
+ instance = DatadogAPIClient::V1::SyntheticsBatchResult.new(
24
+ device: null,
25
+ duration: null,
26
+ execution_rule: null,
27
+ location: null,
28
+ result_id: null,
29
+ retries: null,
30
+ status: null,
31
+ test_name: null,
32
+ test_public_id: null,
33
+ test_type: null
34
+ )
35
+ ```
36
+
@@ -15,9 +15,9 @@
15
15
  require 'datadog_api_client/v1'
16
16
 
17
17
  instance = DatadogAPIClient::V1::SyntheticsBrowserError.new(
18
- description: ,
19
- name: ,
20
- status: null,
18
+ description: Example error message,
19
+ name: Failed test,
20
+ status: 500,
21
21
  type: null
22
22
  )
23
23
  ```
@@ -0,0 +1,20 @@
1
+ # DatadogAPIClient::V1::SyntheticsCIBatchMetadata
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **ci** | [**SyntheticsCIBatchMetadataCI**](SyntheticsCIBatchMetadataCI.md) | | [optional] |
8
+ | **git** | [**SyntheticsCIBatchMetadataGit**](SyntheticsCIBatchMetadataGit.md) | | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'datadog_api_client/v1'
14
+
15
+ instance = DatadogAPIClient::V1::SyntheticsCIBatchMetadata.new(
16
+ ci: null,
17
+ git: null
18
+ )
19
+ ```
20
+
@@ -1,4 +1,4 @@
1
- # DatadogAPIClient::V1::SyntheticsCITestMetadataCi
1
+ # DatadogAPIClient::V1::SyntheticsCIBatchMetadataCI
2
2
 
3
3
  ## Properties
4
4
 
@@ -12,7 +12,7 @@
12
12
  ```ruby
13
13
  require 'datadog_api_client/v1'
14
14
 
15
- instance = DatadogAPIClient::V1::SyntheticsCITestMetadataCi.new(
15
+ instance = DatadogAPIClient::V1::SyntheticsCIBatchMetadataCI.new(
16
16
  pipeline: null,
17
17
  provider: null
18
18
  )
@@ -0,0 +1,20 @@
1
+ # DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **branch** | **String** | The branch name. | [optional] |
8
+ | **commit_sha** | **String** | The commit SHA. | [optional] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'datadog_api_client/v1'
14
+
15
+ instance = DatadogAPIClient::V1::SyntheticsCIBatchMetadataGit.new(
16
+ branch: null,
17
+ commit_sha: null
18
+ )
19
+ ```
20
+
@@ -13,7 +13,7 @@
13
13
  | **follow_redirects** | **Boolean** | For API HTTP test, whether or not the test should follow redirects. | [optional] |
14
14
  | **headers** | **Hash&lt;String, String&gt;** | Headers to include when performing the test. | [optional] |
15
15
  | **locations** | **Array&lt;String&gt;** | Array of locations used to run the test. | [optional] |
16
- | **metadata** | [**SyntheticsCITestMetadata**](SyntheticsCITestMetadata.md) | | [optional] |
16
+ | **metadata** | [**SyntheticsCIBatchMetadata**](SyntheticsCIBatchMetadata.md) | | [optional] |
17
17
  | **public_id** | **String** | The public ID of the Synthetics test to trigger. | |
18
18
  | **_retry** | [**SyntheticsTestOptionsRetry**](SyntheticsTestOptionsRetry.md) | | [optional] |
19
19
  | **start_url** | **String** | Starting URL for the browser test. | [optional] |
@@ -0,0 +1,15 @@
1
+ # DatadogAPIClient::V1::SyntheticsStatus
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'datadog_api_client/v1'
12
+
13
+ instance = DatadogAPIClient::V1::SyntheticsStatus.new()
14
+ ```
15
+
@@ -5,6 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **config** | [**SyntheticsTestConfig**](SyntheticsTestConfig.md) | | [optional] |
8
+ | **creator** | [**Creator**](Creator.md) | | [optional] |
8
9
  | **locations** | **Array&lt;String&gt;** | Array of locations used to run the test. | [optional] |
9
10
  | **message** | **String** | Notification message associated with the test. | [optional] |
10
11
  | **monitor_id** | **Integer** | The associated monitor ID. | [optional][readonly] |
@@ -24,6 +25,7 @@ require 'datadog_api_client/v1'
24
25
 
25
26
  instance = DatadogAPIClient::V1::SyntheticsTestDetails.new(
26
27
  config: null,
28
+ creator: null,
27
29
  locations: null,
28
30
  message: null,
29
31
  monitor_id: null,
@@ -0,0 +1,15 @@
1
+ # DatadogAPIClient::V1::SyntheticsTestExecutionRule
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+
8
+ ## Example
9
+
10
+ ```ruby
11
+ require 'datadog_api_client/v1'
12
+
13
+ instance = DatadogAPIClient::V1::SyntheticsTestExecutionRule.new()
14
+ ```
15
+
@@ -18,6 +18,7 @@
18
18
  | **number_of_packets** | **Integer** | Number of pings to use per test. | [optional] |
19
19
  | **port** | **Integer** | Port to use when performing the test. | [optional] |
20
20
  | **query** | **Object** | Query to use for the test. | [optional] |
21
+ | **servername** | **String** | For SSL tests, it specifies on which server you want to initiate the TLS handshake, allowing the server to present one of multiple possible certificates on the same IP address and TCP port number. | [optional] |
21
22
  | **should_track_hops** | **Boolean** | Turns on a traceroute probe to discover all gateways along the path to the host destination. | [optional] |
22
23
  | **timeout** | **Float** | Timeout in seconds for the test. | [optional] |
23
24
  | **url** | **String** | URL to perform the test with. | [optional] |
@@ -42,6 +43,7 @@ instance = DatadogAPIClient::V1::SyntheticsTestRequest.new(
42
43
  number_of_packets: null,
43
44
  port: null,
44
45
  query: null,
46
+ servername: null,
45
47
  should_track_hops: null,
46
48
  timeout: null,
47
49
  url: null
@@ -36,8 +36,8 @@
36
36
  | **lambda_usage** | **Float** | The Lambda function usage by tag(s). **Note** this field is deprecated. Use lambda_functions_usage instead. | [optional] |
37
37
  | **npm_host_percentage** | **Float** | The percentage of network host usage by tag(s). | [optional] |
38
38
  | **npm_host_usage** | **Float** | The network host usage by tag(s). | [optional] |
39
- | **profiled_containers_percentage** | **Float** | The percentage of profiled containers usage by tag(s). | [optional] |
40
- | **profiled_containers_usage** | **Float** | The profiled container usage by tag(s). | [optional] |
39
+ | **profiled_container_percentage** | **Float** | The percentage of profiled containers usage by tag(s). | [optional] |
40
+ | **profiled_container_usage** | **Float** | The profiled container usage by tag(s). | [optional] |
41
41
  | **profiled_hosts_percentage** | **Float** | The percentage of profiled hosts usage by tag(s). | [optional] |
42
42
  | **profiled_hosts_usage** | **Float** | The profiled host usage by tag(s). | [optional] |
43
43
  | **snmp_percentage** | **Float** | The percentage of network device usage by tag(s). | [optional] |
@@ -81,8 +81,8 @@ instance = DatadogAPIClient::V1::UsageAttributionValues.new(
81
81
  lambda_usage: null,
82
82
  npm_host_percentage: null,
83
83
  npm_host_usage: null,
84
- profiled_containers_percentage: null,
85
- profiled_containers_usage: null,
84
+ profiled_container_percentage: null,
85
+ profiled_container_usage: null,
86
86
  profiled_hosts_percentage: null,
87
87
  profiled_hosts_usage: null,
88
88
  snmp_percentage: null,
@@ -29,6 +29,7 @@ All URIs are relative to *https://api.datadoghq.com*
29
29
  | [**get_usage_network_hosts**](UsageMeteringAPI.md#get_usage_network_hosts) | **GET** /api/v1/usage/network_hosts | Get hourly usage for Network Hosts |
30
30
  | [**get_usage_profiling**](UsageMeteringAPI.md#get_usage_profiling) | **GET** /api/v1/usage/profiling | Get hourly usage for profiled hosts |
31
31
  | [**get_usage_rum_sessions**](UsageMeteringAPI.md#get_usage_rum_sessions) | **GET** /api/v1/usage/rum_sessions | Get hourly usage for RUM Sessions |
32
+ | [**get_usage_sds**](UsageMeteringAPI.md#get_usage_sds) | **GET** /api/v1/usage/sds | Get hourly usage for Sensitive Data Scanner |
32
33
  | [**get_usage_snmp**](UsageMeteringAPI.md#get_usage_snmp) | **GET** /api/v1/usage/snmp | Get hourly usage for SNMP devices |
33
34
  | [**get_usage_summary**](UsageMeteringAPI.md#get_usage_summary) | **GET** /api/v1/usage/summary | Get usage across your multi-org account |
34
35
  | [**get_usage_synthetics**](UsageMeteringAPI.md#get_usage_synthetics) | **GET** /api/v1/usage/synthetics | Get hourly usage for Synthetics Checks |
@@ -1673,6 +1674,70 @@ end
1673
1674
  - **Accept**: application/json;datetime-format=rfc3339
1674
1675
 
1675
1676
 
1677
+ ## get_usage_sds
1678
+
1679
+ > <UsageSDSResponse> get_usage_sds(start_hr, opts)
1680
+
1681
+ Get hourly usage for Sensitive Data Scanner.
1682
+
1683
+ ### Examples
1684
+
1685
+ ```ruby
1686
+ require 'datadog_api_client'
1687
+ api_instance = DatadogAPIClient::V1::UsageMeteringAPI.new
1688
+ start_hr = Time.parse('2013-10-20T19:20:30+01:00') # Time | Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage beginning at this hour.
1689
+ opts = {
1690
+ end_hr: Time.parse('2013-10-20T19:20:30+01:00') # Time | Datetime in ISO-8601 format, UTC, precise to hour: `[YYYY-MM-DDThh]` for usage ending **before** this hour.
1691
+ }
1692
+
1693
+ begin
1694
+ # Get hourly usage for Sensitive Data Scanner
1695
+ result = api_instance.get_usage_sds(start_hr, opts)
1696
+ p result
1697
+ rescue DatadogAPIClient::V1::APIError => e
1698
+ puts "Error when calling UsageMeteringAPI->get_usage_sds: #{e}"
1699
+ end
1700
+ ```
1701
+
1702
+ #### Using the get_usage_sds_with_http_info variant
1703
+
1704
+ This returns an Array which contains the response data, status code and headers.
1705
+
1706
+ > <Array(<UsageSDSResponse>, Integer, Hash)> get_usage_sds_with_http_info(start_hr, opts)
1707
+
1708
+ ```ruby
1709
+ begin
1710
+ # Get hourly usage for Sensitive Data Scanner
1711
+ data, status_code, headers = api_instance.get_usage_sds_with_http_info(start_hr, opts)
1712
+ p status_code # => 2xx
1713
+ p headers # => { ... }
1714
+ p data # => <UsageSDSResponse>
1715
+ rescue DatadogAPIClient::V1::APIError => e
1716
+ puts "Error when calling UsageMeteringAPI->get_usage_sds_with_http_info: #{e}"
1717
+ end
1718
+ ```
1719
+
1720
+ ### Parameters
1721
+
1722
+ | Name | Type | Description | Notes |
1723
+ | ---- | ---- | ----------- | ----- |
1724
+ | **start_hr** | **Time** | Datetime in ISO-8601 format, UTC, precise to hour: &#x60;[YYYY-MM-DDThh]&#x60; for usage beginning at this hour. | |
1725
+ | **end_hr** | **Time** | Datetime in ISO-8601 format, UTC, precise to hour: &#x60;[YYYY-MM-DDThh]&#x60; for usage ending **before** this hour. | [optional] |
1726
+
1727
+ ### Return type
1728
+
1729
+ [**UsageSDSResponse**](UsageSDSResponse.md)
1730
+
1731
+ ### Authorization
1732
+
1733
+ [apiKeyAuth](README.md#apiKeyAuth), [appKeyAuth](README.md#appKeyAuth)
1734
+
1735
+ ### HTTP request headers
1736
+
1737
+ - **Content-Type**: Not defined
1738
+ - **Accept**: application/json;datetime-format=rfc3339
1739
+
1740
+
1676
1741
  ## get_usage_snmp
1677
1742
 
1678
1743
  > <UsageSNMPResponse> get_usage_snmp(start_hr, opts)
@@ -0,0 +1,22 @@
1
+ # DatadogAPIClient::V1::UsageSDSHour
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **hour** | **Time** | The hour for the usage. | [optional] |
8
+ | **logs_scanned_bytes** | **Integer** | The total number of bytes scanned of logs usage by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional] |
9
+ | **total_scanned_bytes** | **Integer** | The total number of bytes scanned across all usage types by the Sensitive Data Scanner from the start of the given hour’s month until the given hour. | [optional] |
10
+
11
+ ## Example
12
+
13
+ ```ruby
14
+ require 'datadog_api_client/v1'
15
+
16
+ instance = DatadogAPIClient::V1::UsageSDSHour.new(
17
+ hour: null,
18
+ logs_scanned_bytes: null,
19
+ total_scanned_bytes: null
20
+ )
21
+ ```
22
+
@@ -0,0 +1,18 @@
1
+ # DatadogAPIClient::V1::UsageSDSResponse
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **usage** | [**Array&lt;UsageSDSHour&gt;**](UsageSDSHour.md) | Get hourly usage for Sensitive Data Scanner. | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'datadog_api_client/v1'
13
+
14
+ instance = DatadogAPIClient::V1::UsageSDSResponse.new(
15
+ usage: null
16
+ )
17
+ ```
18
+
@@ -44,6 +44,8 @@
44
44
  | **profiling_host_top99p** | **Integer** | Shows the 99th percentile of all profiled hosts over all hours in the current date for all organizations. | [optional] |
45
45
  | **rum_session_count_sum** | **Integer** | Shows the sum of all browser RUM Sessions over all hours in the current date for all organizations | [optional] |
46
46
  | **rum_total_session_count_sum** | **Integer** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for all organizations. | [optional] |
47
+ | **sds_logs_scanned_bytes_sum** | **Integer** | Shows the sum of all bytes scanned of logs usage by the Sensitive Data Scanner over all hours in the current month for all organizations. | [optional] |
48
+ | **sds_total_scanned_bytes_sum** | **Integer** | Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations. | [optional] |
47
49
  | **synthetics_browser_check_calls_count_sum** | **Integer** | Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations. | [optional] |
48
50
  | **synthetics_check_calls_count_sum** | **Integer** | Shows the sum of all Synthetic API tests over all hours in the current date for all organizations. | [optional] |
49
51
  | **trace_search_indexed_events_count_sum** | **Integer** | Shows the sum of all Indexed Spans indexed over all hours in the current date for all organizations. | [optional] |
@@ -96,6 +98,8 @@ instance = DatadogAPIClient::V1::UsageSummaryDate.new(
96
98
  profiling_host_top99p: null,
97
99
  rum_session_count_sum: null,
98
100
  rum_total_session_count_sum: null,
101
+ sds_logs_scanned_bytes_sum: null,
102
+ sds_total_scanned_bytes_sum: null,
99
103
  synthetics_browser_check_calls_count_sum: null,
100
104
  synthetics_check_calls_count_sum: null,
101
105
  trace_search_indexed_events_count_sum: null,
@@ -22,7 +22,7 @@
22
22
  | **cws_container_count_avg** | **Integer** | Shows the average of all distinct Cloud Workload Security containers over all hours in the current date for the given org. | [optional] |
23
23
  | **cws_host_top99p** | **Integer** | Shows the 99th percentile of all Cloud Workload Security hosts over all hours in the current date for the given org. | [optional] |
24
24
  | **dbm_host_top99p_sum** | **Integer** | Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations. | [optional] |
25
- | **dbm_queries_agg_sum** | **Integer** | Shows the sum of all distinct Database Monitoring normalized queries over all hours in the current month for all organizations. | [optional] |
25
+ | **dbm_queries_avg_sum** | **Integer** | Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for all organizations. | [optional] |
26
26
  | **fargate_tasks_count_avg** | **Integer** | The average task count for Fargate. | [optional] |
27
27
  | **fargate_tasks_count_hwm** | **Integer** | Shows the high-water mark of all Fargate tasks over all hours in the current date for the given org. | [optional] |
28
28
  | **gcp_host_top99p** | **Integer** | Shows the 99th percentile of all GCP hosts over all hours in the current date for the given org. | [optional] |
@@ -45,6 +45,8 @@
45
45
  | **public_id** | **String** | The organization public id. | [optional] |
46
46
  | **rum_session_count_sum** | **Integer** | Shows the sum of all browser RUM Sessions over all hours in the current date for the given org. | [optional] |
47
47
  | **rum_total_session_count_sum** | **Integer** | Shows the sum of RUM Sessions (browser and mobile) over all hours in the current date for the given org. | [optional] |
48
+ | **sds_logs_scanned_bytes_sum** | **Integer** | Shows the sum of all bytes scanned of logs usage by the Sensitive Data Scanner over all hours in the current month for all organizations. | [optional] |
49
+ | **sds_total_scanned_bytes_sum** | **Integer** | Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations. | [optional] |
48
50
  | **synthetics_browser_check_calls_count_sum** | **Integer** | Shows the sum of all Synthetic browser tests over all hours in the current date for the given org. | [optional] |
49
51
  | **synthetics_check_calls_count_sum** | **Integer** | Shows the sum of all Synthetic API tests over all hours in the current date for the given org. | [optional] |
50
52
  | **trace_search_indexed_events_count_sum** | **Integer** | Shows the sum of all Indexed Spans indexed over all hours in the current date for the given org. | [optional] |
@@ -75,7 +77,7 @@ instance = DatadogAPIClient::V1::UsageSummaryDateOrg.new(
75
77
  cws_container_count_avg: null,
76
78
  cws_host_top99p: null,
77
79
  dbm_host_top99p_sum: null,
78
- dbm_queries_agg_sum: null,
80
+ dbm_queries_avg_sum: null,
79
81
  fargate_tasks_count_avg: null,
80
82
  fargate_tasks_count_hwm: null,
81
83
  gcp_host_top99p: null,
@@ -98,6 +100,8 @@ instance = DatadogAPIClient::V1::UsageSummaryDateOrg.new(
98
100
  public_id: null,
99
101
  rum_session_count_sum: null,
100
102
  rum_total_session_count_sum: null,
103
+ sds_logs_scanned_bytes_sum: null,
104
+ sds_total_scanned_bytes_sum: null,
101
105
  synthetics_browser_check_calls_count_sum: null,
102
106
  synthetics_check_calls_count_sum: null,
103
107
  trace_search_indexed_events_count_sum: null,