datadog_api_client 2.15.0 → 2.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (315) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +6 -6
  3. data/.generator/schemas/v1/openapi.yaml +1316 -153
  4. data/.generator/schemas/v2/openapi.yaml +3367 -685
  5. data/.generator/src/generator/formatter.py +4 -0
  6. data/.generator/src/generator/openapi.py +2 -0
  7. data/.generator/src/generator/templates/api_client.j2 +22 -1
  8. data/.generator/src/generator/templates/inflector.j2 +1 -1
  9. data/.generator/src/generator/templates/model_base.j2 +5 -0
  10. data/CHANGELOG.md +59 -0
  11. data/Gemfile +1 -0
  12. data/LICENSE-3rdparty.csv +1 -0
  13. data/datadog_api_client.gemspec +2 -0
  14. data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
  15. data/examples/v1/aws-integration/CreateAWSEventBridgeSource.rb +12 -0
  16. data/examples/v1/aws-integration/CreateAWSTagFilter.rb +1 -1
  17. data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -1
  18. data/examples/v1/aws-integration/DeleteAWSAccount.rb +1 -1
  19. data/examples/v1/aws-integration/DeleteAWSEventBridgeSource.rb +11 -0
  20. data/examples/v1/aws-integration/ListAWSEventBridgeSources.rb +5 -0
  21. data/examples/v1/azure-integration/CreateAzureIntegration.rb +1 -0
  22. data/examples/v1/azure-integration/DeleteAzureIntegration.rb +1 -0
  23. data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +1 -0
  24. data/examples/v1/azure-integration/UpdateAzureIntegration.rb +1 -0
  25. data/examples/v1/dashboards/CreateDashboard_1213075383.rb +7 -0
  26. data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
  27. data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
  28. data/examples/v1/monitors/CreateMonitor_1539578087.rb +35 -0
  29. data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
  30. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
  31. data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
  32. data/examples/v1/usage-metering/GetUsageCIApp.rb +4 -1
  33. data/examples/v1/usage-metering/GetUsageCWS.rb +4 -1
  34. data/examples/v1/usage-metering/GetUsageCloudSecurityPostureManagement.rb +1 -1
  35. data/examples/v2/apm-retention-filters/CreateApmRetentionFilter.rb +20 -0
  36. data/examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb +8 -0
  37. data/examples/v2/apm-retention-filters/GetApmRetentionFilter.rb +8 -0
  38. data/examples/v2/apm-retention-filters/ListApmRetentionFilters.rb +5 -0
  39. data/examples/v2/apm-retention-filters/ReorderApmRetentionFilters.rb +18 -0
  40. data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +24 -0
  41. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -5
  42. data/examples/v2/confluent-cloud/DeleteConfluentAccount.rb +4 -1
  43. data/examples/v2/confluent-cloud/DeleteConfluentResource.rb +5 -0
  44. data/examples/v2/container-images/ListContainerImages.rb +8 -0
  45. data/examples/v2/container-images/ListContainerImages_3088586393.rb +11 -0
  46. data/examples/v2/container-images/ListContainerImages_3974828736.rb +11 -0
  47. data/examples/v2/containers/ListContainers.rb +8 -0
  48. data/examples/v2/containers/ListContainers_2175733917.rb +11 -0
  49. data/examples/v2/containers/ListContainers_931009654.rb +11 -0
  50. data/examples/v2/downtimes/ListMonitorDowntimes.rb +1 -1
  51. data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +19 -0
  52. data/examples/v2/key-management/CreateCurrentUserApplicationKey.rb +2 -7
  53. data/examples/v2/key-management/DeleteApplicationKey.rb +4 -1
  54. data/examples/v2/key-management/DeleteCurrentUserApplicationKey.rb +4 -1
  55. data/examples/v2/powerpack/CreatePowerpack.rb +48 -0
  56. data/examples/v2/powerpack/DeletePowerpack.rb +8 -0
  57. data/examples/v2/powerpack/GetPowerpack.rb +8 -0
  58. data/examples/v2/powerpack/ListPowerpacks.rb +8 -0
  59. data/examples/v2/powerpack/ListPowerpacks_1173755071.rb +8 -0
  60. data/examples/v2/powerpack/UpdatePowerpack.rb +51 -0
  61. data/examples/v2/rum/CreateRUMApplication.rb +1 -1
  62. data/examples/v2/security-monitoring/MuteFindings.rb +29 -0
  63. data/examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb +5 -7
  64. data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey.rb +7 -1
  65. data/examples/v2/service-accounts/GetServiceAccountApplicationKey.rb +7 -1
  66. data/examples/v2/service-accounts/ListServiceAccountApplicationKeys.rb +4 -1
  67. data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey.rb +11 -9
  68. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +23 -12
  69. data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2621709423.rb +53 -0
  70. data/examples/v2/service-scorecards/CreateScorecardOutcomesBatch.rb +27 -0
  71. data/examples/v2/service-scorecards/CreateScorecardRule.rb +19 -0
  72. data/examples/v2/service-scorecards/DeleteScorecardRule.rb +11 -0
  73. data/examples/v2/service-scorecards/ListScorecardOutcomes.rb +8 -0
  74. data/examples/v2/service-scorecards/ListScorecardOutcomes_2663454275.rb +13 -0
  75. data/examples/v2/service-scorecards/ListScorecardRules.rb +8 -0
  76. data/examples/v2/service-scorecards/ListScorecardRules_4057666343.rb +13 -0
  77. data/examples/v2/synthetics/SetOnDemandConcurrencyCap.rb +3 -1
  78. data/examples/v2/teams/ListTeams_3429963470.rb +12 -0
  79. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +4 -1
  80. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +4 -1
  81. data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +4 -1
  82. data/examples/v2/users/GetUser.rb +5 -2
  83. data/lib/datadog_api_client/api_client.rb +22 -1
  84. data/lib/datadog_api_client/configuration.rb +8 -1
  85. data/lib/datadog_api_client/inflector.rb +156 -9
  86. data/lib/datadog_api_client/v1/api/aws_integration_api.rb +194 -0
  87. data/lib/datadog_api_client/v1/api/monitors_api.rb +6 -21
  88. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
  89. data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +1 -1
  90. data/lib/datadog_api_client/v1/model_base.rb +5 -0
  91. data/lib/datadog_api_client/v1/models/aws_account.rb +2 -1
  92. data/lib/datadog_api_client/v1/models/aws_event_bridge_account_configuration.rb +105 -0
  93. data/lib/datadog_api_client/v1/models/aws_event_bridge_create_request.rb +112 -0
  94. data/lib/datadog_api_client/v1/models/aws_event_bridge_create_response.rb +110 -0
  95. data/lib/datadog_api_client/v1/models/aws_event_bridge_create_status.rb +26 -0
  96. data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_request.rb +100 -0
  97. data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_response.rb +80 -0
  98. data/lib/datadog_api_client/v1/models/aws_event_bridge_delete_status.rb +26 -0
  99. data/lib/datadog_api_client/v1/models/aws_event_bridge_list_response.rb +92 -0
  100. data/lib/datadog_api_client/v1/models/aws_event_bridge_source.rb +90 -0
  101. data/lib/datadog_api_client/v1/models/azure_account.rb +12 -1
  102. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +27 -4
  103. data/lib/datadog_api_client/v1/models/ip_prefixes_global.rb +94 -0
  104. data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
  105. data/lib/datadog_api_client/v1/models/monitor_options.rb +1 -1
  106. data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb +82 -0
  107. data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb +100 -0
  108. data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +11 -1
  109. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +46 -0
  110. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +465 -5
  111. data/lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb +131 -0
  112. data/lib/datadog_api_client/v1/models/powerpack_template_variables.rb +94 -0
  113. data/lib/datadog_api_client/v1/models/powerpack_widget_definition.rb +169 -0
  114. data/lib/datadog_api_client/v1/models/powerpack_widget_definition_type.rb +26 -0
  115. data/lib/datadog_api_client/v1/models/split_config.rb +181 -0
  116. data/lib/datadog_api_client/v1/models/split_config_sort_compute.rb +119 -0
  117. data/lib/datadog_api_client/v1/models/split_dimension.rb +98 -0
  118. data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +70 -0
  119. data/lib/datadog_api_client/v1/models/split_graph_viz_size.rb +29 -0
  120. data/lib/datadog_api_client/v1/models/split_graph_widget_definition.rb +191 -0
  121. data/lib/datadog_api_client/v1/models/split_graph_widget_definition_type.rb +26 -0
  122. data/lib/datadog_api_client/v1/models/split_sort.rb +108 -0
  123. data/lib/datadog_api_client/v1/models/split_vector_entry_item.rb +125 -0
  124. data/lib/datadog_api_client/v1/models/toplist_widget_definition.rb +11 -1
  125. data/lib/datadog_api_client/v1/models/toplist_widget_display.rb +63 -0
  126. data/lib/datadog_api_client/v1/models/toplist_widget_flat.rb +98 -0
  127. data/lib/datadog_api_client/v1/models/toplist_widget_flat_type.rb +26 -0
  128. data/lib/datadog_api_client/v1/models/toplist_widget_legend.rb +28 -0
  129. data/lib/datadog_api_client/v1/models/toplist_widget_scaling.rb +27 -0
  130. data/lib/datadog_api_client/v1/models/toplist_widget_stacked.rb +119 -0
  131. data/lib/datadog_api_client/v1/models/toplist_widget_stacked_type.rb +26 -0
  132. data/lib/datadog_api_client/v1/models/toplist_widget_style.rb +90 -0
  133. data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +4 -4
  134. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +8 -8
  135. data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +2 -2
  136. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +158 -8
  137. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +158 -8
  138. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +158 -8
  139. data/lib/datadog_api_client/v1/models/widget_definition.rb +8 -6
  140. data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +423 -0
  141. data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +4 -4
  142. data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +3 -3
  143. data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
  144. data/lib/datadog_api_client/v2/api/containers_api.rb +129 -0
  145. data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
  146. data/lib/datadog_api_client/v2/api/key_management_api.rb +8 -0
  147. data/lib/datadog_api_client/v2/api/metrics_api.rb +6 -3
  148. data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
  149. data/lib/datadog_api_client/v2/api/roles_api.rb +2 -0
  150. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +66 -72
  151. data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -2
  152. data/lib/datadog_api_client/v2/api/service_scorecards_api.rb +457 -0
  153. data/lib/datadog_api_client/v2/api/teams_api.rb +2 -0
  154. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
  155. data/lib/datadog_api_client/v2/model_base.rb +5 -0
  156. data/lib/datadog_api_client/v2/models/apm_retention_filter_type.rb +26 -0
  157. data/lib/datadog_api_client/v2/models/{mute_finding_request.rb → bulk_mute_findings_request.rb} +6 -6
  158. data/lib/datadog_api_client/v2/models/{mute_finding_request_attributes.rb → bulk_mute_findings_request_attributes.rb} +5 -5
  159. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_data.rb +161 -0
  160. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_meta.rb +82 -0
  161. data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_meta_findings.rb +80 -0
  162. data/lib/datadog_api_client/v2/models/{mute_finding_request_properties.rb → bulk_mute_findings_request_properties.rb} +6 -6
  163. data/lib/datadog_api_client/v2/models/{mute_finding_response.rb → bulk_mute_findings_response.rb} +5 -5
  164. data/lib/datadog_api_client/v2/models/bulk_mute_findings_response_data.rb +90 -0
  165. data/lib/datadog_api_client/v2/models/{mute_finding_response_data.rb → container.rb} +9 -9
  166. data/lib/datadog_api_client/v2/models/container_attributes.rb +183 -0
  167. data/lib/datadog_api_client/v2/models/container_group.rb +110 -0
  168. data/lib/datadog_api_client/v2/models/container_group_attributes.rb +90 -0
  169. data/lib/datadog_api_client/v2/models/container_group_relationships.rb +80 -0
  170. data/lib/datadog_api_client/v2/models/container_group_relationships_link.rb +92 -0
  171. data/lib/datadog_api_client/v2/models/container_group_relationships_links.rb +80 -0
  172. data/lib/datadog_api_client/v2/models/container_group_type.rb +26 -0
  173. data/lib/datadog_api_client/v2/models/container_image.rb +100 -0
  174. data/lib/datadog_api_client/v2/models/container_image_attributes.rb +261 -0
  175. data/lib/datadog_api_client/v2/models/container_image_flavor.rb +120 -0
  176. data/lib/datadog_api_client/v2/models/container_image_group.rb +110 -0
  177. data/lib/datadog_api_client/v2/models/container_image_group_attributes.rb +100 -0
  178. data/lib/datadog_api_client/v2/models/container_image_group_images_relationships_link.rb +92 -0
  179. data/lib/datadog_api_client/v2/models/container_image_group_relationships.rb +80 -0
  180. data/lib/datadog_api_client/v2/models/container_image_group_relationships_links.rb +80 -0
  181. data/lib/datadog_api_client/v2/models/container_image_group_type.rb +26 -0
  182. data/lib/datadog_api_client/v2/models/container_image_item.rb +63 -0
  183. data/lib/datadog_api_client/v2/models/container_image_meta.rb +80 -0
  184. data/lib/datadog_api_client/v2/models/container_image_meta_page.rb +160 -0
  185. data/lib/datadog_api_client/v2/models/container_image_meta_page_type.rb +26 -0
  186. data/lib/datadog_api_client/v2/models/container_image_type.rb +26 -0
  187. data/lib/datadog_api_client/v2/models/container_image_vulnerabilities.rb +140 -0
  188. data/lib/datadog_api_client/v2/models/container_images_response.rb +102 -0
  189. data/lib/datadog_api_client/v2/models/container_images_response_links.rb +130 -0
  190. data/lib/datadog_api_client/v2/models/container_item.rb +63 -0
  191. data/lib/datadog_api_client/v2/models/container_meta.rb +80 -0
  192. data/lib/datadog_api_client/v2/models/container_meta_page.rb +160 -0
  193. data/lib/datadog_api_client/v2/models/container_meta_page_type.rb +26 -0
  194. data/lib/datadog_api_client/v2/models/container_type.rb +26 -0
  195. data/lib/datadog_api_client/v2/models/containers_response.rb +102 -0
  196. data/lib/datadog_api_client/v2/models/containers_response_links.rb +130 -0
  197. data/lib/datadog_api_client/v2/models/create_rule_request.rb +80 -0
  198. data/lib/datadog_api_client/v2/models/create_rule_request_data.rb +90 -0
  199. data/lib/datadog_api_client/v2/models/create_rule_response.rb +80 -0
  200. data/lib/datadog_api_client/v2/models/create_rule_response_data.rb +110 -0
  201. data/lib/datadog_api_client/v2/models/data_scalar_column.rb +2 -2
  202. data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +13 -1
  203. data/lib/datadog_api_client/v2/models/group_scalar_column.rb +2 -2
  204. data/lib/datadog_api_client/v2/models/list_powerpacks_response.rb +114 -0
  205. data/lib/datadog_api_client/v2/models/list_rules_response.rb +92 -0
  206. data/lib/datadog_api_client/v2/models/list_rules_response_data_item.rb +110 -0
  207. data/lib/datadog_api_client/v2/models/list_rules_response_links.rb +80 -0
  208. data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_create_attributes.rb +13 -1
  209. data/lib/datadog_api_client/v2/models/metric_bulk_tag_config_status_attributes.rb +12 -1
  210. data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +13 -1
  211. data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +13 -1
  212. data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +13 -1
  213. data/lib/datadog_api_client/v2/models/outcome_type.rb +26 -0
  214. data/lib/datadog_api_client/v2/models/outcomes_batch_attributes.rb +82 -0
  215. data/lib/datadog_api_client/v2/models/outcomes_batch_request.rb +80 -0
  216. data/lib/datadog_api_client/v2/models/outcomes_batch_request_data.rb +90 -0
  217. data/lib/datadog_api_client/v2/models/outcomes_batch_request_item.rb +150 -0
  218. data/lib/datadog_api_client/v2/models/outcomes_batch_response.rb +121 -0
  219. data/lib/datadog_api_client/v2/models/outcomes_batch_response_attributes.rb +120 -0
  220. data/lib/datadog_api_client/v2/models/outcomes_batch_response_meta.rb +90 -0
  221. data/lib/datadog_api_client/v2/models/outcomes_batch_type.rb +26 -0
  222. data/lib/datadog_api_client/v2/models/outcomes_response.rb +104 -0
  223. data/lib/datadog_api_client/v2/models/outcomes_response_data_item.rb +110 -0
  224. data/lib/datadog_api_client/v2/models/outcomes_response_included_item.rb +100 -0
  225. data/lib/datadog_api_client/v2/models/outcomes_response_included_rule_attributes.rb +90 -0
  226. data/lib/datadog_api_client/v2/models/outcomes_response_links.rb +80 -0
  227. data/lib/datadog_api_client/v2/models/powerpack.rb +80 -0
  228. data/lib/datadog_api_client/v2/models/powerpack_attributes.rb +164 -0
  229. data/lib/datadog_api_client/v2/models/powerpack_data.rb +110 -0
  230. data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +118 -0
  231. data/lib/datadog_api_client/v2/models/powerpack_group_widget_definition.rb +162 -0
  232. data/lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb +177 -0
  233. data/lib/datadog_api_client/v2/models/powerpack_inner_widget_layout.rb +177 -0
  234. data/lib/datadog_api_client/v2/models/powerpack_inner_widgets.rb +108 -0
  235. data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +80 -0
  236. data/lib/datadog_api_client/v2/models/powerpack_response.rb +92 -0
  237. data/lib/datadog_api_client/v2/models/powerpack_response_links.rb +129 -0
  238. data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +110 -0
  239. data/lib/datadog_api_client/v2/models/powerpacks_response_meta.rb +80 -0
  240. data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +150 -0
  241. data/lib/datadog_api_client/v2/models/relationship_to_outcome.rb +80 -0
  242. data/lib/datadog_api_client/v2/models/relationship_to_outcome_data.rb +90 -0
  243. data/lib/datadog_api_client/v2/models/relationship_to_rule.rb +80 -0
  244. data/lib/datadog_api_client/v2/models/relationship_to_rule_data.rb +80 -0
  245. data/lib/datadog_api_client/v2/models/relationship_to_rule_data_object.rb +90 -0
  246. data/lib/datadog_api_client/v2/models/reorder_retention_filters_request.rb +100 -0
  247. data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +1 -1
  248. data/lib/datadog_api_client/v2/models/{mute_finding_request_data.rb → retention_filter.rb} +9 -9
  249. data/lib/datadog_api_client/v2/models/retention_filter_all.rb +140 -0
  250. data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +181 -0
  251. data/lib/datadog_api_client/v2/models/retention_filter_all_type.rb +28 -0
  252. data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +181 -0
  253. data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +183 -0
  254. data/lib/datadog_api_client/v2/models/retention_filter_create_data.rb +119 -0
  255. data/lib/datadog_api_client/v2/models/retention_filter_create_request.rb +98 -0
  256. data/lib/datadog_api_client/v2/models/retention_filter_response.rb +80 -0
  257. data/lib/datadog_api_client/v2/models/retention_filter_type.rb +26 -0
  258. data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +140 -0
  259. data/lib/datadog_api_client/v2/models/retention_filter_update_request.rb +98 -0
  260. data/lib/datadog_api_client/v2/models/retention_filter_without_attributes.rb +119 -0
  261. data/lib/datadog_api_client/v2/models/retention_filters_response.rb +100 -0
  262. data/lib/datadog_api_client/v2/models/rule_attributes.rb +160 -0
  263. data/lib/datadog_api_client/v2/models/rule_outcome_relationships.rb +80 -0
  264. data/lib/datadog_api_client/v2/models/rule_type.rb +26 -0
  265. data/lib/datadog_api_client/v2/models/scalar_column_type_group.rb +26 -0
  266. data/lib/datadog_api_client/v2/models/scalar_column_type_number.rb +26 -0
  267. data/lib/datadog_api_client/v2/models/scalar_meta.rb +8 -0
  268. data/lib/datadog_api_client/v2/models/scorecard_type.rb +26 -0
  269. data/lib/datadog_api_client/v2/models/security_monitoring_signal_attributes.rb +7 -7
  270. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +11 -1
  271. data/lib/datadog_api_client/v2/models/service_definition_schema.rb +2 -1
  272. data/lib/datadog_api_client/v2/models/service_definition_schema_versions.rb +1 -0
  273. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +247 -0
  274. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb +129 -0
  275. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb +90 -0
  276. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_link.rb +150 -0
  277. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie.rb +108 -0
  278. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie_region.rb +27 -0
  279. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_pagerduty.rb +80 -0
  280. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_type.rb +32 -0
  281. data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_version.rb +26 -0
  282. data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +1 -0
  283. data/lib/datadog_api_client/v2/models/spans_filter.rb +80 -0
  284. data/lib/datadog_api_client/v2/models/spans_filter_create.rb +98 -0
  285. data/lib/datadog_api_client/v2/models/state.rb +28 -0
  286. data/lib/datadog_api_client/v2/models/teams_field.rb +40 -0
  287. data/lib/datadog_api_client/v2/models/user_team_permission_attributes.rb +1 -1
  288. data/lib/datadog_api_client/v2/models/widget_live_span.rb +40 -0
  289. data/lib/datadog_api_client/version.rb +1 -1
  290. data/run-tests.sh +6 -5
  291. metadata +213 -32
  292. data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +0 -8
  293. data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +0 -8
  294. data/examples/v2/confluent-cloud/DeleteConfluentAccount_2919241291.rb +0 -8
  295. data/examples/v2/downtimes/ListMonitorDowntimes_128979780.rb +0 -5
  296. data/examples/v2/key-management/CreateCurrentUserApplicationKey_1999509896.rb +0 -14
  297. data/examples/v2/key-management/DeleteApplicationKey_771691550.rb +0 -8
  298. data/examples/v2/key-management/DeleteCurrentUserApplicationKey_1266687064.rb +0 -8
  299. data/examples/v2/key-management/GetCurrentUserApplicationKey_1060640890.rb +0 -8
  300. data/examples/v2/key-management/ListApplicationKeys_2237010090.rb +0 -5
  301. data/examples/v2/key-management/ListCurrentUserApplicationKeys_1503860964.rb +0 -5
  302. data/examples/v2/security-monitoring/UpdateFinding.rb +0 -23
  303. data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +0 -17
  304. data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey_992091161.rb +0 -11
  305. data/examples/v2/service-accounts/GetServiceAccountApplicationKey_819075131.rb +0 -11
  306. data/examples/v2/service-accounts/ListServiceAccountApplicationKeys_1268914341.rb +0 -8
  307. data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey_768415790.rb +0 -22
  308. data/examples/v2/synthetics/GetOnDemandConcurrencyCap_2633566918.rb +0 -5
  309. data/examples/v2/synthetics/SetOnDemandConcurrencyCap_2850884405.rb +0 -9
  310. data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +0 -8
  311. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +0 -8
  312. data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +0 -8
  313. data/examples/v2/users/GetUser_3047557953.rb +0 -8
  314. data/lib/datadog_api_client/v2/models/mute_finding_response_attributes.rb +0 -191
  315. data/lib/datadog_api_client/v2/models/mute_finding_response_properties.rb +0 -114
@@ -56,7 +56,7 @@ components:
56
56
  type: string
57
57
  account_id:
58
58
  description: Your AWS Account ID without dashes.
59
- example: '1234567'
59
+ example: '123456789012'
60
60
  type: string
61
61
  account_specific_namespace_rules:
62
62
  additionalProperties:
@@ -80,7 +80,9 @@ components:
80
80
  example: true
81
81
  type: boolean
82
82
  excluded_regions:
83
- description: An array of AWS regions to exclude from metrics collection.
83
+ description: 'An array of [AWS regions](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints)
84
+
85
+ to exclude from metrics collection.'
84
86
  example:
85
87
  - us-east-1
86
88
  - us-west-2
@@ -116,7 +118,7 @@ components:
116
118
  example:
117
119
  - $KEY:$VALUE
118
120
  items:
119
- description: The list of the the host_tags.
121
+ description: The list of the host_tags.
120
122
  type: string
121
123
  type: array
122
124
  metrics_collection_enabled:
@@ -171,7 +173,7 @@ components:
171
173
  type: string
172
174
  account_id:
173
175
  description: Your AWS Account ID without dashes.
174
- example: '1234567'
176
+ example: '123456789012'
175
177
  type: string
176
178
  role_name:
177
179
  description: Your Datadog role delegation name.
@@ -187,6 +189,136 @@ components:
187
189
  $ref: '#/components/schemas/AWSAccount'
188
190
  type: array
189
191
  type: object
192
+ AWSEventBridgeAccountConfiguration:
193
+ description: The EventBridge configuration for one AWS account.
194
+ properties:
195
+ accountId:
196
+ description: Your AWS Account ID without dashes.
197
+ example: '123456789012'
198
+ type: string
199
+ eventHubs:
200
+ description: Array of AWS event sources associated with this account.
201
+ items:
202
+ $ref: '#/components/schemas/AWSEventBridgeSource'
203
+ type: array
204
+ tags:
205
+ description: 'Array of tags (in the form `key:value`) which are added to
206
+ all hosts
207
+
208
+ and metrics reporting through the main AWS integration.'
209
+ example:
210
+ - $KEY:$VALUE
211
+ items:
212
+ description: The list of the host_tags.
213
+ type: string
214
+ type: array
215
+ type: object
216
+ AWSEventBridgeCreateRequest:
217
+ description: An object used to create an EventBridge source.
218
+ properties:
219
+ account_id:
220
+ description: Your AWS Account ID without dashes.
221
+ example: '123456789012'
222
+ type: string
223
+ create_event_bus:
224
+ description: 'True if Datadog should create the event bus in addition to
225
+ the event
226
+
227
+ source. Requires the `events:CreateEventBus` permission.'
228
+ example: true
229
+ type: boolean
230
+ event_generator_name:
231
+ description: 'The given part of the event source name, which is then combined
232
+ with an
233
+
234
+ assigned suffix to form the full name.'
235
+ example: app-alerts
236
+ type: string
237
+ region:
238
+ description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
239
+ example: us-east-1
240
+ type: string
241
+ type: object
242
+ AWSEventBridgeCreateResponse:
243
+ description: A created EventBridge source.
244
+ properties:
245
+ event_source_name:
246
+ description: The event source name.
247
+ example: app-alerts-zyxw3210
248
+ type: string
249
+ has_bus:
250
+ description: True if the event bus was created in addition to the source.
251
+ example: true
252
+ type: boolean
253
+ region:
254
+ description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
255
+ example: us-east-1
256
+ type: string
257
+ status:
258
+ $ref: '#/components/schemas/AWSEventBridgeCreateStatus'
259
+ type: object
260
+ AWSEventBridgeCreateStatus:
261
+ description: The event source status "created".
262
+ enum:
263
+ - created
264
+ example: created
265
+ type: string
266
+ x-enum-varnames:
267
+ - CREATED
268
+ AWSEventBridgeDeleteRequest:
269
+ description: An object used to delete an EventBridge source.
270
+ properties:
271
+ account_id:
272
+ description: Your AWS Account ID without dashes.
273
+ example: '123456789012'
274
+ type: string
275
+ event_generator_name:
276
+ description: The event source name.
277
+ example: app-alerts-zyxw3210
278
+ type: string
279
+ region:
280
+ description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
281
+ example: us-east-1
282
+ type: string
283
+ type: object
284
+ AWSEventBridgeDeleteResponse:
285
+ description: An indicator of the successful deletion of an EventBridge source.
286
+ properties:
287
+ status:
288
+ $ref: '#/components/schemas/AWSEventBridgeDeleteStatus'
289
+ type: object
290
+ AWSEventBridgeDeleteStatus:
291
+ description: The event source status "empty".
292
+ enum:
293
+ - empty
294
+ example: empty
295
+ type: string
296
+ x-enum-varnames:
297
+ - EMPTY
298
+ AWSEventBridgeListResponse:
299
+ description: An object describing the EventBridge configuration for multiple
300
+ accounts.
301
+ properties:
302
+ accounts:
303
+ description: List of accounts with their event sources.
304
+ items:
305
+ $ref: '#/components/schemas/AWSEventBridgeAccountConfiguration'
306
+ type: array
307
+ isInstalled:
308
+ description: True if the EventBridge sub-integration is enabled for your
309
+ organization.
310
+ type: boolean
311
+ type: object
312
+ AWSEventBridgeSource:
313
+ description: An EventBridge source.
314
+ properties:
315
+ name:
316
+ description: The event source name.
317
+ type: string
318
+ region:
319
+ description: The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
320
+ type: string
321
+ type: object
190
322
  AWSLogsAsyncError:
191
323
  description: Description of errors.
192
324
  properties:
@@ -323,7 +455,7 @@ components:
323
455
  properties:
324
456
  account_id:
325
457
  description: Your AWS Account ID without dashes.
326
- example: '1234567'
458
+ example: '123456789012'
327
459
  type: string
328
460
  namespace:
329
461
  $ref: '#/components/schemas/AWSNamespace'
@@ -667,6 +799,14 @@ components:
667
799
  description: Your Azure web application secret key.
668
800
  example: testingx./Sw*g/Y33t..R1cH+hScMDt
669
801
  type: string
802
+ container_app_filters:
803
+ description: 'Limit the Azure container apps that are pulled into Datadog
804
+ using tags.
805
+
806
+ Only container apps that match one of the defined tags are imported into
807
+ Datadog.'
808
+ example: key:value,filter:example
809
+ type: string
670
810
  cspm_enabled:
671
811
  description: Enable Cloud Security Management Misconfigurations for your
672
812
  organization.
@@ -3901,11 +4041,15 @@ components:
3901
4041
  - appsec_fargate_usage
3902
4042
  - appsec_usage
3903
4043
  - browser_usage
3904
- - container_excl_agent_usage
4044
+ - ci_pipeline_indexed_spans_usage
4045
+ - ci_test_indexed_spans_usage
3905
4046
  - ci_visibility_itr_usage
4047
+ - cloud_siem_usage
4048
+ - container_excl_agent_usage
3906
4049
  - container_usage
3907
4050
  - cspm_containers_usage
3908
4051
  - cspm_hosts_usage
4052
+ - custom_event_usage
3909
4053
  - custom_ingested_timeseries_usage
3910
4054
  - custom_timeseries_usage
3911
4055
  - cws_containers_usage
@@ -3913,24 +4057,43 @@ components:
3913
4057
  - dbm_hosts_usage
3914
4058
  - dbm_queries_usage
3915
4059
  - estimated_indexed_logs_usage
3916
- - estimated_ingested_logs_usage
3917
4060
  - estimated_indexed_spans_usage
4061
+ - estimated_ingested_logs_usage
3918
4062
  - estimated_ingested_spans_usage
4063
+ - estimated_rum_sessions_usage
3919
4064
  - fargate_usage
3920
4065
  - functions_usage
4066
+ - indexed_spans_usage
3921
4067
  - infra_host_usage
4068
+ - ingested_logs_bytes_usage
4069
+ - ingested_spans_bytes_usage
3922
4070
  - invocations_usage
4071
+ - lambda_traced_invocations_usage
4072
+ - logs_indexed_15day_usage
4073
+ - logs_indexed_180day_usage
4074
+ - logs_indexed_30day_usage
4075
+ - logs_indexed_360day_usage
4076
+ - logs_indexed_3day_usage
4077
+ - logs_indexed_45day_usage
4078
+ - logs_indexed_60day_usage
4079
+ - logs_indexed_7day_usage
4080
+ - logs_indexed_90day_usage
4081
+ - logs_indexed_custom_retention_usage
3923
4082
  - mobile_app_testing_usage
4083
+ - ndm_netflow_usage
3924
4084
  - npm_host_usage
3925
4085
  - obs_pipeline_bytes_usage
3926
4086
  - profiled_container_usage
3927
4087
  - profiled_fargate_usage
3928
4088
  - profiled_host_usage
4089
+ - rum_browser_mobile_sessions_usage
4090
+ - rum_replay_sessions_usage
4091
+ - sds_scanned_bytes_usage
4092
+ - serverless_apps_usage
4093
+ - siem_ingested_bytes_usage
3929
4094
  - snmp_usage
3930
- - estimated_rum_sessions_usage
3931
4095
  - universal_service_monitoring_usage
3932
4096
  - vuln_management_hosts_usage
3933
- - sds_scanned_bytes_usage
3934
4097
  type: string
3935
4098
  x-enum-varnames:
3936
4099
  - API_USAGE
@@ -3940,11 +4103,15 @@ components:
3940
4103
  - APPSEC_FARGATE_USAGE
3941
4104
  - APPSEC_USAGE
3942
4105
  - BROWSER_USAGE
3943
- - CONTAINER_EXCL_AGENT_USAGE
4106
+ - CI_PIPELINE_INDEXED_SPANS_USAGE
4107
+ - CI_TEST_INDEXED_SPANS_USAGE
3944
4108
  - CI_VISIBILITY_ITR_USAGE
4109
+ - CLOUD_SIEM_USAGE
4110
+ - CONTAINER_EXCL_AGENT_USAGE
3945
4111
  - CONTAINER_USAGE
3946
4112
  - CSPM_CONTAINERS_USAGE
3947
4113
  - CSPM_HOSTS_USAGE
4114
+ - CUSTOM_EVENT_USAGE
3948
4115
  - CUSTOM_INGESTED_TIMESERIES_USAGE
3949
4116
  - CUSTOM_TIMESERIES_USAGE
3950
4117
  - CWS_CONTAINERS_USAGE
@@ -3952,24 +4119,43 @@ components:
3952
4119
  - DBM_HOSTS_USAGE
3953
4120
  - DBM_QUERIES_USAGE
3954
4121
  - ESTIMATED_INDEXED_LOGS_USAGE
3955
- - ESTIMATED_INGESTED_LOGS_USAGE
3956
4122
  - ESTIMATED_INDEXED_SPANS_USAGE
4123
+ - ESTIMATED_INGESTED_LOGS_USAGE
3957
4124
  - ESTIMATED_INGESTED_SPANS_USAGE
4125
+ - ESTIMATED_RUM_SESSIONS_USAGE
3958
4126
  - FARGATE_USAGE
3959
4127
  - FUNCTIONS_USAGE
4128
+ - INDEXED_SPANS_USAGE
3960
4129
  - INFRA_HOST_USAGE
4130
+ - INGESTED_LOGS_BYTES_USAGE
4131
+ - INGESTED_SPANS_BYTES_USAGE
3961
4132
  - INVOCATIONS_USAGE
4133
+ - LAMBDA_TRACED_INVOCATIONS_USAGE
4134
+ - LOGS_INDEXED_15DAY_USAGE
4135
+ - LOGS_INDEXED_180DAY_USAGE
4136
+ - LOGS_INDEXED_30DAY_USAGE
4137
+ - LOGS_INDEXED_360DAY_USAGE
4138
+ - LOGS_INDEXED_3DAY_USAGE
4139
+ - LOGS_INDEXED_45DAY_USAGE
4140
+ - LOGS_INDEXED_60DAY_USAGE
4141
+ - LOGS_INDEXED_7DAY_USAGE
4142
+ - LOGS_INDEXED_90DAY_USAGE
4143
+ - LOGS_INDEXED_CUSTOM_RETENTION_USAGE
3962
4144
  - MOBILE_APP_TESTING_USAGE
4145
+ - NDM_NETFLOW_USAGE
3963
4146
  - NPM_HOST_USAGE
3964
4147
  - OBS_PIPELINE_BYTES_USAGE
3965
4148
  - PROFILED_CONTAINER_USAGE
3966
4149
  - PROFILED_FARGATE_USAGE
3967
4150
  - PROFILED_HOST_USAGE
4151
+ - RUM_BROWSER_MOBILE_SESSIONS_USAGE
4152
+ - RUM_REPLAY_SESSIONS_USAGE
4153
+ - SDS_SCANNED_BYTES_USAGE
4154
+ - SERVERLESS_APPS_USAGE
4155
+ - SIEM_INGESTED_BYTES_USAGE
3968
4156
  - SNMP_USAGE
3969
- - ESTIMATED_RUM_SESSIONS_USAGE
3970
4157
  - UNIVERSAL_SERVICE_MONITORING_USAGE
3971
4158
  - VULN_MANAGEMENT_HOSTS_USAGE
3972
- - SDS_SCANNED_BYTES_USAGE
3973
4159
  IFrameWidgetDefinition:
3974
4160
  description: The iframe widget allows you to embed a portion of any other web
3975
4161
  page on your dashboard. Only available on FREE layout dashboards.
@@ -4041,6 +4227,22 @@ components:
4041
4227
  type: string
4042
4228
  type: array
4043
4229
  type: object
4230
+ IPPrefixesGlobal:
4231
+ description: Available prefix information for all Datadog endpoints.
4232
+ properties:
4233
+ prefixes_ipv4:
4234
+ description: List of IPv4 prefixes.
4235
+ items:
4236
+ description: IPv4 prefix
4237
+ type: string
4238
+ type: array
4239
+ prefixes_ipv6:
4240
+ description: List of IPv6 prefixes.
4241
+ items:
4242
+ description: IPv6 prefix
4243
+ type: string
4244
+ type: array
4245
+ type: object
4044
4246
  IPPrefixesLogs:
4045
4247
  description: Available prefix information for the Logs endpoints.
4046
4248
  properties:
@@ -4181,6 +4383,8 @@ components:
4181
4383
  $ref: '#/components/schemas/IPPrefixesAPI'
4182
4384
  apm:
4183
4385
  $ref: '#/components/schemas/IPPrefixesAPM'
4386
+ global:
4387
+ $ref: '#/components/schemas/IPPrefixesGlobal'
4184
4388
  logs:
4185
4389
  $ref: '#/components/schemas/IPPrefixesLogs'
4186
4390
  modified:
@@ -6607,7 +6811,6 @@ components:
6607
6811
  This is only used by CI Test and Pipeline monitors.
6608
6812
  type: boolean
6609
6813
  escalation_message:
6610
- default: none
6611
6814
  description: 'We recommend using the [is_renotify](https://docs.datadoghq.com/monitors/notify/?tab=is_alert#renotify),
6612
6815
 
6613
6816
  block in the original message instead.
@@ -6748,9 +6951,8 @@ components:
6748
6951
  type: string
6749
6952
  type: array
6750
6953
  notify_no_data:
6751
- default: false
6752
6954
  description: A Boolean indicating whether this monitor notifies when data
6753
- stops reporting.
6955
+ stops reporting. Defaults to `false`.
6754
6956
  type: boolean
6755
6957
  on_missing_data:
6756
6958
  $ref: '#/components/schemas/OnMissingDataOption'
@@ -6835,6 +7037,33 @@ components:
6835
7037
  type: string
6836
7038
  readOnly: true
6837
7039
  type: object
7040
+ MonitorOptionsCustomSchedule:
7041
+ description: Configuration options for the custom schedule. **This feature is
7042
+ in private beta.**
7043
+ properties:
7044
+ recurrences:
7045
+ description: Array of custom schedule recurrences.
7046
+ items:
7047
+ $ref: '#/components/schemas/MonitorOptionsCustomScheduleRecurrence'
7048
+ type: array
7049
+ type: object
7050
+ MonitorOptionsCustomScheduleRecurrence:
7051
+ description: Configuration for a recurrence set on the monitor options for custom
7052
+ schedule.
7053
+ properties:
7054
+ rrule:
7055
+ description: Defines the recurrence rule (RRULE) for a given schedule.
7056
+ example: FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
7057
+ type: string
7058
+ start:
7059
+ description: Defines the start date and time of the recurring schedule.
7060
+ example: '2023-08-31T16:30:00'
7061
+ type: string
7062
+ timezone:
7063
+ description: Defines the timezone the schedule runs on.
7064
+ example: Europe/Paris
7065
+ type: string
7066
+ type: object
6838
7067
  MonitorOptionsNotificationPresets:
6839
7068
  default: show_all
6840
7069
  description: Toggles the display of additional content sent in the monitor notification.
@@ -6852,6 +7081,8 @@ components:
6852
7081
  MonitorOptionsSchedulingOptions:
6853
7082
  description: Configuration options for scheduling.
6854
7083
  properties:
7084
+ custom_schedule:
7085
+ $ref: '#/components/schemas/MonitorOptionsCustomSchedule'
6855
7086
  evaluation_window:
6856
7087
  $ref: '#/components/schemas/MonitorOptionsSchedulingOptionsEvaluationWindow'
6857
7088
  type: object
@@ -7455,6 +7686,8 @@ components:
7455
7686
  - browser_percentage
7456
7687
  - ci_visibility_itr_usage
7457
7688
  - ci_visibility_itr_percentage
7689
+ - cloud_siem_usage
7690
+ - cloud_siem_percentage
7458
7691
  - container_excl_agent_usage
7459
7692
  - container_excl_agent_percentage
7460
7693
  - container_usage
@@ -7491,8 +7724,12 @@ components:
7491
7724
  - infra_host_percentage
7492
7725
  - invocations_usage
7493
7726
  - invocations_percentage
7727
+ - lambda_traced_invocations_usage
7728
+ - lambda_traced_invocations_percentage
7494
7729
  - mobile_app_testing_percentage
7495
7730
  - mobile_app_testing_usage
7731
+ - ndm_netflow_usage
7732
+ - ndm_netflow_percentage
7496
7733
  - npm_host_usage
7497
7734
  - npm_host_percentage
7498
7735
  - obs_pipeline_bytes_usage
@@ -7503,6 +7740,8 @@ components:
7503
7740
  - profiled_fargate_percentage
7504
7741
  - profiled_host_usage
7505
7742
  - profiled_host_percentage
7743
+ - serverless_apps_usage
7744
+ - serverless_apps_percentage
7506
7745
  - snmp_usage
7507
7746
  - snmp_percentage
7508
7747
  - estimated_rum_sessions_usage
@@ -7513,6 +7752,44 @@ components:
7513
7752
  - vuln_management_hosts_percentage
7514
7753
  - sds_scanned_bytes_usage
7515
7754
  - sds_scanned_bytes_percentage
7755
+ - ci_test_indexed_spans_usage
7756
+ - ci_test_indexed_spans_percentage
7757
+ - ingested_logs_bytes_usage
7758
+ - ingested_logs_bytes_percentage
7759
+ - ci_pipeline_indexed_spans_usage
7760
+ - ci_pipeline_indexed_spans_percentage
7761
+ - indexed_spans_usage
7762
+ - indexed_spans_percentage
7763
+ - custom_event_usage
7764
+ - custom_event_percentage
7765
+ - logs_indexed_custom_retention_usage
7766
+ - logs_indexed_custom_retention_percentage
7767
+ - logs_indexed_360day_usage
7768
+ - logs_indexed_360day_percentage
7769
+ - logs_indexed_180day_usage
7770
+ - logs_indexed_180day_percentage
7771
+ - logs_indexed_90day_usage
7772
+ - logs_indexed_90day_percentage
7773
+ - logs_indexed_60day_usage
7774
+ - logs_indexed_60day_percentage
7775
+ - logs_indexed_45day_usage
7776
+ - logs_indexed_45day_percentage
7777
+ - logs_indexed_30day_usage
7778
+ - logs_indexed_30day_percentage
7779
+ - logs_indexed_15day_usage
7780
+ - logs_indexed_15day_percentage
7781
+ - logs_indexed_7day_usage
7782
+ - logs_indexed_7day_percentage
7783
+ - logs_indexed_3day_usage
7784
+ - logs_indexed_3day_percentage
7785
+ - rum_replay_sessions_usage
7786
+ - rum_replay_sessions_percentage
7787
+ - rum_browser_mobile_sessions_usage
7788
+ - rum_browser_mobile_sessions_percentage
7789
+ - ingested_spans_bytes_usage
7790
+ - ingested_spans_bytes_percentage
7791
+ - siem_ingested_bytes_usage
7792
+ - siem_ingested_bytes_percentage
7516
7793
  - '*'
7517
7794
  type: string
7518
7795
  x-enum-varnames:
@@ -7532,6 +7809,8 @@ components:
7532
7809
  - BROWSER_PERCENTAGE
7533
7810
  - CI_VISIBILITY_ITR_USAGE
7534
7811
  - CI_VISIBILITY_ITR_PERCENTAGE
7812
+ - CLOUD_SIEM_USAGE
7813
+ - CLOUD_SIEM_PERCENTAGE
7535
7814
  - CONTAINER_EXCL_AGENT_USAGE
7536
7815
  - CONTAINER_EXCL_AGENT_PERCENTAGE
7537
7816
  - CONTAINER_USAGE
@@ -7568,8 +7847,12 @@ components:
7568
7847
  - INFRA_HOST_PERCENTAGE
7569
7848
  - INVOCATIONS_USAGE
7570
7849
  - INVOCATIONS_PERCENTAGE
7850
+ - LAMBDA_TRACED_INVOCATIONS_USAGE
7851
+ - LAMBDA_TRACED_INVOCATIONS_PERCENTAGE
7571
7852
  - MOBILE_APP_TESTING_USAGE
7572
7853
  - MOBILE_APP_TESTING_PERCENTAGE
7854
+ - NDM_NETFLOW_USAGE
7855
+ - NDM_NETFLOW_PERCENTAGE
7573
7856
  - NPM_HOST_USAGE
7574
7857
  - NPM_HOST_PERCENTAGE
7575
7858
  - OBS_PIPELINE_BYTES_USAGE
@@ -7580,6 +7863,8 @@ components:
7580
7863
  - PROFILED_FARGATE_PERCENTAGE
7581
7864
  - PROFILED_HOST_USAGE
7582
7865
  - PROFILED_HOST_PERCENTAGE
7866
+ - SERVERLESS_APPS_USAGE
7867
+ - SERVERLESS_APPS_PERCENTAGE
7583
7868
  - SNMP_USAGE
7584
7869
  - SNMP_PERCENTAGE
7585
7870
  - ESTIMATED_RUM_SESSIONS_USAGE
@@ -7590,6 +7875,44 @@ components:
7590
7875
  - VULN_MANAGEMENT_HOSTS_PERCENTAGE
7591
7876
  - SDS_SCANNED_BYTES_USAGE
7592
7877
  - SDS_SCANNED_BYTES_PERCENTAGE
7878
+ - CI_TEST_INDEXED_SPANS_USAGE
7879
+ - CI_TEST_INDEXED_SPANS_PERCENTAGE
7880
+ - INGESTED_LOGS_BYTES_USAGE
7881
+ - INGESTED_LOGS_BYTES_PERCENTAGE
7882
+ - CI_PIPELINE_INDEXED_SPANS_USAGE
7883
+ - CI_PIPELINE_INDEXED_SPANS_PERCENTAGE
7884
+ - INDEXED_SPANS_USAGE
7885
+ - INDEXED_SPANS_PERCENTAGE
7886
+ - CUSTOM_EVENT_USAGE
7887
+ - CUSTOM_EVENT_PERCENTAGE
7888
+ - LOGS_INDEXED_CUSTOM_RETENTION_USAGE
7889
+ - LOGS_INDEXED_CUSTOM_RETENTION_PERCENTAGE
7890
+ - LOGS_INDEXED_360DAY_USAGE
7891
+ - LOGS_INDEXED_360DAY_PERCENTAGE
7892
+ - LOGS_INDEXED_180DAY_USAGE
7893
+ - LOGS_INDEXED_180DAY_PERCENTAGE
7894
+ - LOGS_INDEXED_90DAY_USAGE
7895
+ - LOGS_INDEXED_90DAY_PERCENTAGE
7896
+ - LOGS_INDEXED_60DAY_USAGE
7897
+ - LOGS_INDEXED_60DAY_PERCENTAGE
7898
+ - LOGS_INDEXED_45DAY_USAGE
7899
+ - LOGS_INDEXED_45DAY_PERCENTAGE
7900
+ - LOGS_INDEXED_30DAY_USAGE
7901
+ - LOGS_INDEXED_30DAY_PERCENTAGE
7902
+ - LOGS_INDEXED_15DAY_USAGE
7903
+ - LOGS_INDEXED_15DAY_PERCENTAGE
7904
+ - LOGS_INDEXED_7DAY_USAGE
7905
+ - LOGS_INDEXED_7DAY_PERCENTAGE
7906
+ - LOGS_INDEXED_3DAY_USAGE
7907
+ - LOGS_INDEXED_3DAY_PERCENTAGE
7908
+ - RUM_REPLAY_SESSIONS_USAGE
7909
+ - RUM_REPLAY_SESSIONS_PERCENTAGE
7910
+ - RUM_BROWSER_MOBILE_SESSIONS_USAGE
7911
+ - RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
7912
+ - INGESTED_SPANS_BYTES_USAGE
7913
+ - INGESTED_SPANS_BYTES_PERCENTAGE
7914
+ - SIEM_INGESTED_BYTES_USAGE
7915
+ - SIEM_INGESTED_BYTES_PERCENTAGE
7593
7916
  - ALL
7594
7917
  MonthlyUsageAttributionValues:
7595
7918
  description: Fields in Usage Summary by tag(s).
@@ -7654,6 +7977,22 @@ components:
7654
7977
  description: The synthetic browser test usage by tag(s).
7655
7978
  format: double
7656
7979
  type: number
7980
+ ci_pipeline_indexed_spans_percentage:
7981
+ description: The percentage of CI Pipeline Indexed Spans usage by tag(s).
7982
+ format: double
7983
+ type: number
7984
+ ci_pipeline_indexed_spans_usage:
7985
+ description: The total CI Pipeline Indexed Spans usage by tag(s).
7986
+ format: double
7987
+ type: number
7988
+ ci_test_indexed_spans_percentage:
7989
+ description: The percentage of CI Test Indexed Spans usage by tag(s).
7990
+ format: double
7991
+ type: number
7992
+ ci_test_indexed_spans_usage:
7993
+ description: The total CI Test Indexed Spans usage by tag(s).
7994
+ format: double
7995
+ type: number
7657
7996
  ci_visibility_itr_percentage:
7658
7997
  description: The percentage of Git committers for Intelligent Test Runner
7659
7998
  usage by tag(s).
@@ -7663,6 +8002,16 @@ components:
7663
8002
  description: The Git committers for Intelligent Test Runner usage by tag(s).
7664
8003
  format: double
7665
8004
  type: number
8005
+ cloud_siem_percentage:
8006
+ description: The percentage of Cloud Security Information and Event Management
8007
+ usage by tag(s).
8008
+ format: double
8009
+ type: number
8010
+ cloud_siem_usage:
8011
+ description: The Cloud Security Information and Event Management usage by
8012
+ tag(s).
8013
+ format: double
8014
+ type: number
7666
8015
  container_excl_agent_percentage:
7667
8016
  description: The percentage of container usage without the Datadog Agent
7668
8017
  by tag(s).
@@ -7681,19 +8030,29 @@ components:
7681
8030
  format: double
7682
8031
  type: number
7683
8032
  cspm_containers_percentage:
7684
- description: The percentage of CSPM container usage by tag(s).
8033
+ description: The percentage of Cloud Security Management Pro container usage
8034
+ by tag(s).
7685
8035
  format: double
7686
8036
  type: number
7687
8037
  cspm_containers_usage:
7688
- description: The CSPM container usage by tag(s).
8038
+ description: The Cloud Security Management Pro container usage by tag(s).
7689
8039
  format: double
7690
8040
  type: number
7691
8041
  cspm_hosts_percentage:
7692
- description: The percentage of CSPM host usage by by tag(s).
8042
+ description: The percentage of Cloud Security Management Pro host usage
8043
+ by tag(s).
7693
8044
  format: double
7694
8045
  type: number
7695
8046
  cspm_hosts_usage:
7696
- description: The CSPM host usage by tag(s).
8047
+ description: The Cloud Security Management Pro host usage by tag(s).
8048
+ format: double
8049
+ type: number
8050
+ custom_event_percentage:
8051
+ description: The percentage of Custom Events usage by tag(s).
8052
+ format: double
8053
+ type: number
8054
+ custom_event_usage:
8055
+ description: The total Custom Events usage by tag(s).
7697
8056
  format: double
7698
8057
  type: number
7699
8058
  custom_ingested_timeseries_percentage:
@@ -7801,6 +8160,14 @@ components:
7801
8160
  description: The Lambda function usage by tag(s).
7802
8161
  format: double
7803
8162
  type: number
8163
+ indexed_spans_percentage:
8164
+ description: The percentage of APM Indexed Spans usage by tag(s).
8165
+ format: double
8166
+ type: number
8167
+ indexed_spans_usage:
8168
+ description: The total APM Indexed Spans usage by tag(s).
8169
+ format: double
8170
+ type: number
7804
8171
  infra_host_percentage:
7805
8172
  description: The percentage of infrastructure host usage by tag(s).
7806
8173
  format: double
@@ -7809,6 +8176,22 @@ components:
7809
8176
  description: The infrastructure host usage by tag(s).
7810
8177
  format: double
7811
8178
  type: number
8179
+ ingested_logs_bytes_percentage:
8180
+ description: The percentage of Ingested Logs usage by tag(s).
8181
+ format: double
8182
+ type: number
8183
+ ingested_logs_bytes_usage:
8184
+ description: The total Ingested Logs usage by tag(s).
8185
+ format: double
8186
+ type: number
8187
+ ingested_spans_bytes_percentage:
8188
+ description: The percentage of APM Ingested Spans usage by tag(s).
8189
+ format: double
8190
+ type: number
8191
+ ingested_spans_bytes_usage:
8192
+ description: The total APM Ingested Spans usage by tag(s).
8193
+ format: double
8194
+ type: number
7812
8195
  invocations_percentage:
7813
8196
  description: The percentage of Lambda invocation usage by tag(s).
7814
8197
  format: double
@@ -7817,6 +8200,102 @@ components:
7817
8200
  description: The Lambda invocation usage by tag(s).
7818
8201
  format: double
7819
8202
  type: number
8203
+ lambda_traced_invocations_percentage:
8204
+ description: The percentage of Serverless APM usage by tag(s).
8205
+ format: double
8206
+ type: number
8207
+ lambda_traced_invocations_usage:
8208
+ description: The Serverless APM usage by tag(s).
8209
+ format: double
8210
+ type: number
8211
+ logs_indexed_15day_percentage:
8212
+ description: The percentage of Indexed Logs (15-day Retention) usage by
8213
+ tag(s).
8214
+ format: double
8215
+ type: number
8216
+ logs_indexed_15day_usage:
8217
+ description: The total Indexed Logs (15-day Retention) usage by tag(s).
8218
+ format: double
8219
+ type: number
8220
+ logs_indexed_180day_percentage:
8221
+ description: The percentage of Indexed Logs (180-day Retention) usage by
8222
+ tag(s).
8223
+ format: double
8224
+ type: number
8225
+ logs_indexed_180day_usage:
8226
+ description: The total Indexed Logs (180-day Retention) usage by tag(s).
8227
+ format: double
8228
+ type: number
8229
+ logs_indexed_30day_percentage:
8230
+ description: The percentage of Indexed Logs (30-day Retention) usage by
8231
+ tag(s).
8232
+ format: double
8233
+ type: number
8234
+ logs_indexed_30day_usage:
8235
+ description: The total Indexed Logs (30-day Retention) usage by tag(s).
8236
+ format: double
8237
+ type: number
8238
+ logs_indexed_360day_percentage:
8239
+ description: The percentage of Indexed Logs (360-day Retention) usage by
8240
+ tag(s).
8241
+ format: double
8242
+ type: number
8243
+ logs_indexed_360day_usage:
8244
+ description: The total Indexed Logs (360-day Retention) usage by tag(s).
8245
+ format: double
8246
+ type: number
8247
+ logs_indexed_3day_percentage:
8248
+ description: The percentage of Indexed Logs (3-day Retention) usage by tag(s).
8249
+ format: double
8250
+ type: number
8251
+ logs_indexed_3day_usage:
8252
+ description: The total Indexed Logs (3-day Retention) usage by tag(s).
8253
+ format: double
8254
+ type: number
8255
+ logs_indexed_45day_percentage:
8256
+ description: The percentage of Indexed Logs (45-day Retention) usage by
8257
+ tag(s).
8258
+ format: double
8259
+ type: number
8260
+ logs_indexed_45day_usage:
8261
+ description: The total Indexed Logs (45-day Retention) usage by tag(s).
8262
+ format: double
8263
+ type: number
8264
+ logs_indexed_60day_percentage:
8265
+ description: The percentage of Indexed Logs (60-day Retention) usage by
8266
+ tag(s).
8267
+ format: double
8268
+ type: number
8269
+ logs_indexed_60day_usage:
8270
+ description: The total Indexed Logs (60-day Retention) usage by tag(s).
8271
+ format: double
8272
+ type: number
8273
+ logs_indexed_7day_percentage:
8274
+ description: The percentage of Indexed Logs (7-day Retention) usage by tag(s).
8275
+ format: double
8276
+ type: number
8277
+ logs_indexed_7day_usage:
8278
+ description: The total Indexed Logs (7-day Retention) usage by tag(s).
8279
+ format: double
8280
+ type: number
8281
+ logs_indexed_90day_percentage:
8282
+ description: The percentage of Indexed Logs (90-day Retention) usage by
8283
+ tag(s).
8284
+ format: double
8285
+ type: number
8286
+ logs_indexed_90day_usage:
8287
+ description: The total Indexed Logs (90-day Retention) usage by tag(s).
8288
+ format: double
8289
+ type: number
8290
+ logs_indexed_custom_retention_percentage:
8291
+ description: The percentage of Indexed Logs (Custom Retention) usage by
8292
+ tag(s).
8293
+ format: double
8294
+ type: number
8295
+ logs_indexed_custom_retention_usage:
8296
+ description: The total Indexed Logs (Custom Retention) usage by tag(s).
8297
+ format: double
8298
+ type: number
7820
8299
  mobile_app_testing_percentage:
7821
8300
  description: The percentage of Synthetic mobile application test usage by
7822
8301
  tag(s).
@@ -7826,6 +8305,15 @@ components:
7826
8305
  description: The Synthetic mobile application test usage by tag(s).
7827
8306
  format: double
7828
8307
  type: number
8308
+ ndm_netflow_percentage:
8309
+ description: The percentage of Network Device Monitoring NetFlow usage by
8310
+ tag(s).
8311
+ format: double
8312
+ type: number
8313
+ ndm_netflow_usage:
8314
+ description: The Network Device Monitoring NetFlow usage by tag(s).
8315
+ format: double
8316
+ type: number
7829
8317
  npm_host_percentage:
7830
8318
  description: The percentage of network host usage by tag(s).
7831
8319
  format: double
@@ -7866,6 +8354,22 @@ components:
7866
8354
  description: The profiled hosts usage by tag(s).
7867
8355
  format: double
7868
8356
  type: number
8357
+ rum_browser_mobile_sessions_percentage:
8358
+ description: The percentage of RUM Browser and Mobile usage by tag(s).
8359
+ format: double
8360
+ type: number
8361
+ rum_browser_mobile_sessions_usage:
8362
+ description: The total RUM Browser and Mobile usage by tag(s).
8363
+ format: double
8364
+ type: number
8365
+ rum_replay_sessions_percentage:
8366
+ description: The percentage of RUM Replay Sessions usage by tag(s).
8367
+ format: double
8368
+ type: number
8369
+ rum_replay_sessions_usage:
8370
+ description: The total RUM Replay Sessions usage by tag(s).
8371
+ format: double
8372
+ type: number
7869
8373
  sds_scanned_bytes_percentage:
7870
8374
  description: The percentage of Sensitive Data Scanner usage by tag(s).
7871
8375
  format: double
@@ -7874,6 +8378,22 @@ components:
7874
8378
  description: The total Sensitive Data Scanner usage by tag(s).
7875
8379
  format: double
7876
8380
  type: number
8381
+ serverless_apps_percentage:
8382
+ description: The percentage of Serverless Apps usage by tag(s).
8383
+ format: double
8384
+ type: number
8385
+ serverless_apps_usage:
8386
+ description: The total Serverless Apps usage by tag(s).
8387
+ format: double
8388
+ type: number
8389
+ siem_ingested_bytes_percentage:
8390
+ description: The percentage of SIEM usage by tag(s).
8391
+ format: double
8392
+ type: number
8393
+ siem_ingested_bytes_usage:
8394
+ description: The total SIEM usage by tag(s).
8395
+ format: double
8396
+ type: number
7877
8397
  snmp_percentage:
7878
8398
  description: The percentage of network device usage by tag(s).
7879
8399
  format: double
@@ -9054,30 +9574,110 @@ components:
9054
9574
  maxItems: 2
9055
9575
  minItems: 2
9056
9576
  type: array
9057
- ProcessQueryDefinition:
9058
- description: The process query to use in the widget.
9577
+ PowerpackTemplateVariableContents:
9578
+ description: Powerpack template variable contents.
9059
9579
  properties:
9060
- filter_by:
9061
- description: List of processes.
9580
+ name:
9581
+ description: The name of the variable.
9582
+ example: host1
9583
+ type: string
9584
+ prefix:
9585
+ description: The tag prefix associated with the variable.
9586
+ type: string
9587
+ values:
9588
+ description: One or many template variable values within the saved view,
9589
+ which will be unioned together using `OR` if more than one is specified.
9590
+ example:
9591
+ - my-host
9592
+ - host1
9593
+ - host2
9062
9594
  items:
9063
- description: Process name.
9595
+ description: One or more possible values of the template variable.
9596
+ minLength: 1
9064
9597
  type: string
9065
9598
  type: array
9066
- limit:
9067
- description: Max number of items in the filter list.
9068
- format: int64
9069
- minimum: 0
9070
- type: integer
9071
- metric:
9072
- description: Your chosen metric.
9073
- example: system.load.1
9074
- type: string
9075
- search_by:
9076
- description: Your chosen search term.
9077
- type: string
9078
9599
  required:
9079
- - metric
9080
- type: object
9600
+ - name
9601
+ - values
9602
+ type: object
9603
+ PowerpackTemplateVariables:
9604
+ description: Powerpack template variables.
9605
+ properties:
9606
+ controlled_by_powerpack:
9607
+ description: Template variables controlled at the powerpack level.
9608
+ items:
9609
+ $ref: '#/components/schemas/PowerpackTemplateVariableContents'
9610
+ type: array
9611
+ controlled_externally:
9612
+ description: Template variables controlled by the external resource, such
9613
+ as the dashboard this powerpack is on.
9614
+ items:
9615
+ $ref: '#/components/schemas/PowerpackTemplateVariableContents'
9616
+ type: array
9617
+ type: object
9618
+ PowerpackWidgetDefinition:
9619
+ description: The powerpack widget allows you to keep similar graphs together
9620
+ on your timeboard. Each group has a custom header, can hold one to many graphs,
9621
+ and is collapsible.
9622
+ properties:
9623
+ background_color:
9624
+ description: Background color of the powerpack title.
9625
+ type: string
9626
+ banner_img:
9627
+ description: URL of image to display as a banner for the powerpack.
9628
+ type: string
9629
+ powerpack_id:
9630
+ description: UUID of the associated powerpack.
9631
+ example: df43cf2a-6475-490d-b686-6fbc6cb9a49c
9632
+ type: string
9633
+ show_title:
9634
+ default: true
9635
+ description: Whether to show the title or not.
9636
+ type: boolean
9637
+ template_variables:
9638
+ $ref: '#/components/schemas/PowerpackTemplateVariables'
9639
+ title:
9640
+ description: Title of the widget.
9641
+ type: string
9642
+ type:
9643
+ $ref: '#/components/schemas/PowerpackWidgetDefinitionType'
9644
+ required:
9645
+ - type
9646
+ - powerpack_id
9647
+ type: object
9648
+ PowerpackWidgetDefinitionType:
9649
+ default: powerpack
9650
+ description: Type of the powerpack widget.
9651
+ enum:
9652
+ - powerpack
9653
+ example: powerpack
9654
+ type: string
9655
+ x-enum-varnames:
9656
+ - POWERPACK
9657
+ ProcessQueryDefinition:
9658
+ description: The process query to use in the widget.
9659
+ properties:
9660
+ filter_by:
9661
+ description: List of processes.
9662
+ items:
9663
+ description: Process name.
9664
+ type: string
9665
+ type: array
9666
+ limit:
9667
+ description: Max number of items in the filter list.
9668
+ format: int64
9669
+ minimum: 0
9670
+ type: integer
9671
+ metric:
9672
+ description: Your chosen metric.
9673
+ example: system.load.1
9674
+ type: string
9675
+ search_by:
9676
+ description: Your chosen search term.
9677
+ type: string
9678
+ required:
9679
+ - metric
9680
+ type: object
9081
9681
  QuerySortOrder:
9082
9682
  default: desc
9083
9683
  description: Direction of sort.
@@ -12058,6 +12658,170 @@ components:
12058
12658
  items:
12059
12659
  $ref: '#/components/schemas/SlackIntegrationChannel'
12060
12660
  type: array
12661
+ SplitConfig:
12662
+ description: Encapsulates all user choices about how to split a graph.
12663
+ properties:
12664
+ limit:
12665
+ description: Maximum number of graphs to display in the widget.
12666
+ example: 24
12667
+ format: int64
12668
+ maximum: 100
12669
+ minimum: 1
12670
+ type: integer
12671
+ sort:
12672
+ $ref: '#/components/schemas/SplitSort'
12673
+ split_dimensions:
12674
+ description: The dimension(s) on which to split the graph
12675
+ items:
12676
+ $ref: '#/components/schemas/SplitDimension'
12677
+ maxItems: 1
12678
+ minItems: 1
12679
+ type: array
12680
+ static_splits:
12681
+ description: Manual selection of tags making split graph widget static
12682
+ items:
12683
+ $ref: '#/components/schemas/SplitVectorEntry'
12684
+ maxItems: 100
12685
+ type: array
12686
+ required:
12687
+ - split_dimensions
12688
+ - limit
12689
+ - sort
12690
+ type: object
12691
+ SplitConfigSortCompute:
12692
+ description: Defines the metric and aggregation used as the sort value.
12693
+ properties:
12694
+ aggregation:
12695
+ description: How to aggregate the sort metric for the purposes of ordering.
12696
+ example: sum
12697
+ type: string
12698
+ metric:
12699
+ description: The metric to use for sorting graphs.
12700
+ example: system.cpu.user
12701
+ type: string
12702
+ required:
12703
+ - aggregation
12704
+ - metric
12705
+ type: object
12706
+ SplitDimension:
12707
+ description: The property by which the graph splits
12708
+ example:
12709
+ one_graph_per: service
12710
+ properties:
12711
+ one_graph_per:
12712
+ description: The system interprets this attribute differently depending
12713
+ on the data source of the query being split. For metrics, it's a tag.
12714
+ For the events platform, it's an attribute or tag.
12715
+ example: service
12716
+ type: string
12717
+ required:
12718
+ - one_graph_per
12719
+ type: object
12720
+ SplitGraphSourceWidgetDefinition:
12721
+ description: The original widget we are splitting on.
12722
+ oneOf:
12723
+ - $ref: '#/components/schemas/ChangeWidgetDefinition'
12724
+ - $ref: '#/components/schemas/GeomapWidgetDefinition'
12725
+ - $ref: '#/components/schemas/QueryValueWidgetDefinition'
12726
+ - $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
12727
+ - $ref: '#/components/schemas/SunburstWidgetDefinition'
12728
+ - $ref: '#/components/schemas/TableWidgetDefinition'
12729
+ - $ref: '#/components/schemas/TimeseriesWidgetDefinition'
12730
+ - $ref: '#/components/schemas/ToplistWidgetDefinition'
12731
+ - $ref: '#/components/schemas/TreeMapWidgetDefinition'
12732
+ SplitGraphVizSize:
12733
+ description: Size of the individual graphs in the split.
12734
+ enum:
12735
+ - xs
12736
+ - sm
12737
+ - md
12738
+ - lg
12739
+ example: sm
12740
+ type: string
12741
+ x-enum-varnames:
12742
+ - XS
12743
+ - SM
12744
+ - MD
12745
+ - LG
12746
+ SplitGraphWidgetDefinition:
12747
+ description: 'The split graph widget allows you to create repeating units of
12748
+ a graph - one for each value in a group (for example: one per service)
12749
+
12750
+ '
12751
+ properties:
12752
+ has_uniform_y_axes:
12753
+ description: Normalize y axes across graphs
12754
+ type: boolean
12755
+ size:
12756
+ $ref: '#/components/schemas/SplitGraphVizSize'
12757
+ source_widget_definition:
12758
+ $ref: '#/components/schemas/SplitGraphSourceWidgetDefinition'
12759
+ split_config:
12760
+ $ref: '#/components/schemas/SplitConfig'
12761
+ time:
12762
+ $ref: '#/components/schemas/WidgetTime'
12763
+ title:
12764
+ description: Title of your widget.
12765
+ type: string
12766
+ type:
12767
+ $ref: '#/components/schemas/SplitGraphWidgetDefinitionType'
12768
+ required:
12769
+ - size
12770
+ - type
12771
+ - source_widget_definition
12772
+ - split_config
12773
+ type: object
12774
+ SplitGraphWidgetDefinitionType:
12775
+ default: split_group
12776
+ description: Type of the split graph widget
12777
+ enum:
12778
+ - split_group
12779
+ example: split_group
12780
+ type: string
12781
+ x-enum-varnames:
12782
+ - SPLIT_GROUP
12783
+ SplitSort:
12784
+ description: Controls the order in which graphs appear in the split.
12785
+ properties:
12786
+ compute:
12787
+ $ref: '#/components/schemas/SplitConfigSortCompute'
12788
+ order:
12789
+ $ref: '#/components/schemas/WidgetSort'
12790
+ required:
12791
+ - order
12792
+ type: object
12793
+ SplitVectorEntry:
12794
+ description: The widget displays one graph for each entry in this parameter.
12795
+ example:
12796
+ - tag_key: demo
12797
+ tag_values:
12798
+ - env
12799
+ items:
12800
+ $ref: '#/components/schemas/SplitVectorEntryItem'
12801
+ minItems: 1
12802
+ type: array
12803
+ SplitVectorEntryItem:
12804
+ description: The split graph list contains a graph for each value of the split
12805
+ dimension.
12806
+ minLength: 1
12807
+ properties:
12808
+ tag_key:
12809
+ description: The tag key.
12810
+ example: demo
12811
+ minLength: 1
12812
+ type: string
12813
+ tag_values:
12814
+ description: The tag values.
12815
+ example:
12816
+ - env
12817
+ items:
12818
+ minLength: 1
12819
+ type: string
12820
+ type: array
12821
+ required:
12822
+ - tag_key
12823
+ - tag_values
12824
+ type: object
12061
12825
  SuccessfulSignalUpdateResponse:
12062
12826
  description: Updated signal data following a successfully performed update.
12063
12827
  properties:
@@ -15333,6 +16097,8 @@ components:
15333
16097
  items:
15334
16098
  $ref: '#/components/schemas/ToplistWidgetRequest'
15335
16099
  type: array
16100
+ style:
16101
+ $ref: '#/components/schemas/ToplistWidgetStyle'
15336
16102
  time:
15337
16103
  $ref: '#/components/schemas/WidgetTime'
15338
16104
  title:
@@ -15358,6 +16124,40 @@ components:
15358
16124
  type: string
15359
16125
  x-enum-varnames:
15360
16126
  - TOPLIST
16127
+ ToplistWidgetDisplay:
16128
+ description: Top list widget display options.
16129
+ oneOf:
16130
+ - $ref: '#/components/schemas/ToplistWidgetStacked'
16131
+ - $ref: '#/components/schemas/ToplistWidgetFlat'
16132
+ ToplistWidgetFlat:
16133
+ description: Top list widget flat display.
16134
+ properties:
16135
+ type:
16136
+ $ref: '#/components/schemas/ToplistWidgetFlatType'
16137
+ required:
16138
+ - type
16139
+ type: object
16140
+ ToplistWidgetFlatType:
16141
+ default: flat
16142
+ description: Top list widget flat display type.
16143
+ enum:
16144
+ - flat
16145
+ example: flat
16146
+ type: string
16147
+ x-enum-varnames:
16148
+ - FLAT
16149
+ ToplistWidgetLegend:
16150
+ description: Top list widget stacked legend behavior.
16151
+ enum:
16152
+ - automatic
16153
+ - inline
16154
+ - none
16155
+ example: automatic
16156
+ type: string
16157
+ x-enum-varnames:
16158
+ - AUTOMATIC
16159
+ - INLINE
16160
+ - NONE
15361
16161
  ToplistWidgetRequest:
15362
16162
  description: Updated top list widget.
15363
16163
  properties:
@@ -15407,6 +16207,43 @@ components:
15407
16207
  style:
15408
16208
  $ref: '#/components/schemas/WidgetRequestStyle'
15409
16209
  type: object
16210
+ ToplistWidgetScaling:
16211
+ description: Top list widget scaling definition.
16212
+ enum:
16213
+ - absolute
16214
+ - relative
16215
+ type: string
16216
+ x-enum-varnames:
16217
+ - ABSOLUTE
16218
+ - RELATIVE
16219
+ ToplistWidgetStacked:
16220
+ description: Top list widget stacked display options.
16221
+ properties:
16222
+ legend:
16223
+ $ref: '#/components/schemas/ToplistWidgetLegend'
16224
+ type:
16225
+ $ref: '#/components/schemas/ToplistWidgetStackedType'
16226
+ required:
16227
+ - type
16228
+ - legend
16229
+ type: object
16230
+ ToplistWidgetStackedType:
16231
+ default: stacked
16232
+ description: Top list widget stacked display type.
16233
+ enum:
16234
+ - stacked
16235
+ example: stacked
16236
+ type: string
16237
+ x-enum-varnames:
16238
+ - STACKED
16239
+ ToplistWidgetStyle:
16240
+ description: Style customization for a top list widget.
16241
+ properties:
16242
+ display:
16243
+ $ref: '#/components/schemas/ToplistWidgetDisplay'
16244
+ scaling:
16245
+ $ref: '#/components/schemas/ToplistWidgetScaling'
16246
+ type: object
15410
16247
  TopologyMapWidgetDefinition:
15411
16248
  description: This widget displays a topology of nodes and edges for different
15412
16249
  data sources. It replaces the service map widget.
@@ -15994,21 +16831,21 @@ components:
15994
16831
  format: double
15995
16832
  type: number
15996
16833
  cspm_container_percentage:
15997
- description: The percentage of Cloud Security Posture Management container
15998
- usage by tag(s)
16834
+ description: The percentage of Cloud Security Management Pro container usage
16835
+ by tag(s)
15999
16836
  format: double
16000
16837
  type: number
16001
16838
  cspm_container_usage:
16002
- description: The Cloud Security Posture Management container usage by tag(s)
16839
+ description: The Cloud Security Management Pro container usage by tag(s)
16003
16840
  format: double
16004
16841
  type: number
16005
16842
  cspm_host_percentage:
16006
- description: The percentage of Cloud Security Posture Management host usage
16843
+ description: The percentage of Cloud Security Management Pro host usage
16007
16844
  by tag(s)
16008
16845
  format: double
16009
16846
  type: number
16010
16847
  cspm_host_usage:
16011
- description: The Cloud Security Posture Management host usage by tag(s)
16848
+ description: The Cloud Security Management Pro host usage by tag(s)
16012
16849
  format: double
16013
16850
  type: number
16014
16851
  custom_timeseries_percentage:
@@ -16522,48 +17359,48 @@ components:
16522
17359
  type: array
16523
17360
  type: object
16524
17361
  UsageCloudSecurityPostureManagementHour:
16525
- description: Cloud Security Posture Management usage for a given organization
16526
- for a given hour.
17362
+ description: Cloud Security Management Pro usage for a given organization for
17363
+ a given hour.
16527
17364
  properties:
16528
17365
  aas_host_count:
16529
- description: The number of Cloud Security Posture Management Azure app services
17366
+ description: The number of Cloud Security Management Pro Azure app services
16530
17367
  hosts during a given hour.
16531
17368
  format: double
16532
17369
  nullable: true
16533
17370
  type: number
16534
17371
  aws_host_count:
16535
- description: The number of Cloud Security Posture Management AWS hosts during
17372
+ description: The number of Cloud Security Management Pro AWS hosts during
16536
17373
  a given hour.
16537
17374
  format: double
16538
17375
  nullable: true
16539
17376
  type: number
16540
17377
  azure_host_count:
16541
- description: The number of Cloud Security Posture Management Azure hosts
16542
- during a given hour.
17378
+ description: The number of Cloud Security Management Pro Azure hosts during
17379
+ a given hour.
16543
17380
  format: double
16544
17381
  nullable: true
16545
17382
  type: number
16546
17383
  compliance_host_count:
16547
- description: The number of Cloud Security Posture Management hosts during
16548
- a given hour.
17384
+ description: The number of Cloud Security Management Pro hosts during a
17385
+ given hour.
16549
17386
  format: double
16550
17387
  nullable: true
16551
17388
  type: number
16552
17389
  container_count:
16553
- description: The total number of Cloud Security Posture Management containers
17390
+ description: The total number of Cloud Security Management Pro containers
16554
17391
  during a given hour.
16555
17392
  format: double
16556
17393
  nullable: true
16557
17394
  type: number
16558
17395
  gcp_host_count:
16559
- description: The number of Cloud Security Posture Management GCP hosts during
17396
+ description: The number of Cloud Security Management Pro GCP hosts during
16560
17397
  a given hour.
16561
17398
  format: double
16562
17399
  nullable: true
16563
17400
  type: number
16564
17401
  host_count:
16565
- description: The total number of Cloud Security Posture Management hosts
16566
- during a given hour.
17402
+ description: The total number of Cloud Security Management Pro hosts during
17403
+ a given hour.
16567
17404
  format: double
16568
17405
  nullable: true
16569
17406
  type: number
@@ -16579,11 +17416,11 @@ components:
16579
17416
  type: string
16580
17417
  type: object
16581
17418
  UsageCloudSecurityPostureManagementResponse:
16582
- description: The response containing the Cloud Security Posture Management usage
17419
+ description: The response containing the Cloud Security Management Pro usage
16583
17420
  for each hour for a given organization.
16584
17421
  properties:
16585
17422
  usage:
16586
- description: Get hourly usage for Cloud Security Posture Management.
17423
+ description: Get hourly usage for Cloud Security Management Pro.
16587
17424
  items:
16588
17425
  $ref: '#/components/schemas/UsageCloudSecurityPostureManagementHour'
16589
17426
  type: array
@@ -17701,6 +18538,11 @@ components:
17701
18538
  for the given date and given organization.
17702
18539
  format: int64
17703
18540
  type: integer
18541
+ cloud_siem_events_sum:
18542
+ description: Shows the sum of all Cloud Security Information and Event Management
18543
+ events over all hours in the current date for the given org.
18544
+ format: int64
18545
+ type: integer
17704
18546
  container_avg:
17705
18547
  description: Shows the average of all distinct containers over all hours
17706
18548
  in the current date for all organizations.
@@ -17716,39 +18558,97 @@ components:
17716
18558
  hours in the current date for all organizations.
17717
18559
  format: int64
17718
18560
  type: integer
18561
+ csm_container_enterprise_compliance_count_sum:
18562
+ description: Shows the sum of all Cloud Security Management Enterprise compliance
18563
+ containers over all hours in the current date for the given org.
18564
+ format: int64
18565
+ type: integer
18566
+ csm_container_enterprise_cws_count_sum:
18567
+ description: Shows the sum of all Cloud Security Management Enterprise Cloud
18568
+ Workload Security containers over all hours in the current date for the
18569
+ given org.
18570
+ format: int64
18571
+ type: integer
18572
+ csm_container_enterprise_total_count_sum:
18573
+ description: Shows the sum of all Cloud Security Management Enterprise containers
18574
+ over all hours in the current date for the given org.
18575
+ format: int64
18576
+ type: integer
18577
+ csm_host_enterprise_aas_host_count_top99p:
18578
+ description: Shows the 99th percentile of all Cloud Security Management
18579
+ Enterprise Azure app services hosts over all hours in the current date
18580
+ for the given org.
18581
+ format: int64
18582
+ type: integer
18583
+ csm_host_enterprise_aws_host_count_top99p:
18584
+ description: Shows the 99th percentile of all Cloud Security Management
18585
+ Enterprise AWS hosts over all hours in the current date for the given
18586
+ org.
18587
+ format: int64
18588
+ type: integer
18589
+ csm_host_enterprise_azure_host_count_top99p:
18590
+ description: Shows the 99th percentile of all Cloud Security Management
18591
+ Enterprise Azure hosts over all hours in the current date for the given
18592
+ org.
18593
+ format: int64
18594
+ type: integer
18595
+ csm_host_enterprise_compliance_host_count_top99p:
18596
+ description: Shows the 99th percentile of all Cloud Security Management
18597
+ Enterprise compliance hosts over all hours in the current date for the
18598
+ given org.
18599
+ format: int64
18600
+ type: integer
18601
+ csm_host_enterprise_cws_host_count_top99p:
18602
+ description: Shows the 99th percentile of all Cloud Security Management
18603
+ Enterprise Cloud Workload Security hosts over all hours in the current
18604
+ date for the given org.
18605
+ format: int64
18606
+ type: integer
18607
+ csm_host_enterprise_gcp_host_count_top99p:
18608
+ description: Shows the 99th percentile of all Cloud Security Management
18609
+ Enterprise GCP hosts over all hours in the current date for the given
18610
+ org.
18611
+ format: int64
18612
+ type: integer
18613
+ csm_host_enterprise_total_host_count_top99p:
18614
+ description: Shows the 99th percentile of all Cloud Security Management
18615
+ Enterprise hosts over all hours in the current date for the given org.
18616
+ format: int64
18617
+ type: integer
17719
18618
  cspm_aas_host_top99p:
17720
- description: Shows the 99th percentile of all Cloud Security Posture Management
17721
- Azure app services hosts over all hours in the current date for all organizations.
18619
+ description: Shows the 99th percentile of all Cloud Security Management
18620
+ Pro Azure app services hosts over all hours in the current date for all
18621
+ organizations.
17722
18622
  format: int64
17723
18623
  type: integer
17724
18624
  cspm_aws_host_top99p:
17725
- description: Shows the 99th percentile of all Cloud Security Posture Management
17726
- AWS hosts over all hours in the current date for all organizations.
18625
+ description: Shows the 99th percentile of all Cloud Security Management
18626
+ Pro AWS hosts over all hours in the current date for all organizations.
17727
18627
  format: int64
17728
18628
  type: integer
17729
18629
  cspm_azure_host_top99p:
17730
- description: Shows the 99th percentile of all Cloud Security Posture Management
17731
- Azure hosts over all hours in the current date for all organizations.
18630
+ description: Shows the 99th percentile of all Cloud Security Management
18631
+ Pro Azure hosts over all hours in the current date for all organizations.
17732
18632
  format: int64
17733
18633
  type: integer
17734
18634
  cspm_container_avg:
17735
- description: Shows the average number of Cloud Security Posture Management
17736
- containers over all hours in the current date for all organizations.
18635
+ description: Shows the average number of Cloud Security Management Pro containers
18636
+ over all hours in the current date for all organizations.
17737
18637
  format: int64
17738
18638
  type: integer
17739
18639
  cspm_container_hwm:
17740
- description: Shows the high-water mark of Cloud Security Posture Management
18640
+ description: Shows the high-water mark of Cloud Security Management Pro
17741
18641
  containers over all hours in the current date for all organizations.
17742
18642
  format: int64
17743
18643
  type: integer
17744
18644
  cspm_gcp_host_top99p:
17745
- description: Shows the 99th percentile of all Cloud Security Posture Management
17746
- GCP hosts over all hours in the current date for all organizations.
18645
+ description: Shows the 99th percentile of all Cloud Security Management
18646
+ Pro GCP hosts over all hours in the current date for all organizations.
17747
18647
  format: int64
17748
18648
  type: integer
17749
18649
  cspm_host_top99p:
17750
- description: Shows the 99th percentile of all Cloud Security Posture Management
17751
- hosts over all hours in the current date for all organizations.
18650
+ description: Shows the 99th percentile of all Cloud Security Management
18651
+ Pro hosts over all hours in the current date for all organizations.
17752
18652
  format: int64
17753
18653
  type: integer
17754
18654
  custom_ts_avg:
@@ -17875,6 +18775,11 @@ components:
17875
18775
  current date for all organizations.
17876
18776
  format: int64
17877
18777
  type: integer
18778
+ ndm_netflow_events_sum:
18779
+ description: Shows the sum of all Network Device Monitoring NetFlow events
18780
+ over all hours in the current date for the given org.
18781
+ format: int64
18782
+ type: integer
17878
18783
  netflow_indexed_events_count_sum:
17879
18784
  description: Shows the sum of all Network flows indexed over all hours in
17880
18785
  the current date for all organizations.
@@ -17968,6 +18873,21 @@ components:
17968
18873
  organizations.
17969
18874
  format: int64
17970
18875
  type: integer
18876
+ serverless_apps_azure_count_avg:
18877
+ description: Shows the average of the number of Serverless Apps for Azure
18878
+ for the given date and given org.
18879
+ format: int64
18880
+ type: integer
18881
+ serverless_apps_google_count_avg:
18882
+ description: Shows the average of the number of Serverless Apps for Google
18883
+ Cloud for the given date and given org.
18884
+ format: int64
18885
+ type: integer
18886
+ serverless_apps_total_count_avg:
18887
+ description: Shows the average of the number of Serverless Apps for Azure
18888
+ and Google Cloud for the given date and given org.
18889
+ format: int64
18890
+ type: integer
17971
18891
  synthetics_browser_check_calls_count_sum:
17972
18892
  description: Shows the sum of all Synthetic browser tests over all hours
17973
18893
  in the current date for all organizations.
@@ -18144,6 +19064,11 @@ components:
18144
19064
  for the given date and given org.
18145
19065
  format: int64
18146
19066
  type: integer
19067
+ cloud_siem_events_sum:
19068
+ description: Shows the sum of all Cloud Security Information and Event Management
19069
+ events over all hours in the current date for the given org.
19070
+ format: int64
19071
+ type: integer
18147
19072
  container_avg:
18148
19073
  description: Shows the average of all distinct containers over all hours
18149
19074
  in the current date for the given org.
@@ -18159,40 +19084,97 @@ components:
18159
19084
  hours in the current date for the given org.
18160
19085
  format: int64
18161
19086
  type: integer
18162
- cspm_aas_host_top99p:
18163
- description: Shows the 99th percentile of all Cloud Security Posture Management
18164
- Azure app services hosts over all hours in the current date for the given
19087
+ csm_container_enterprise_compliance_count_sum:
19088
+ description: Shows the sum of all Cloud Security Management Enterprise compliance
19089
+ containers over all hours in the current date for the given org.
19090
+ format: int64
19091
+ type: integer
19092
+ csm_container_enterprise_cws_count_sum:
19093
+ description: Shows the sum of all Cloud Security Management Enterprise Cloud
19094
+ Workload Security containers over all hours in the current date for the
19095
+ given org.
19096
+ format: int64
19097
+ type: integer
19098
+ csm_container_enterprise_total_count_sum:
19099
+ description: Shows the sum of all Cloud Security Management Enterprise containers
19100
+ over all hours in the current date for the given org.
19101
+ format: int64
19102
+ type: integer
19103
+ csm_host_enterprise_aas_host_count_top99p:
19104
+ description: Shows the 99th percentile of all Cloud Security Management
19105
+ Enterprise Azure app services hosts over all hours in the current date
19106
+ for the given org.
19107
+ format: int64
19108
+ type: integer
19109
+ csm_host_enterprise_aws_host_count_top99p:
19110
+ description: Shows the 99th percentile of all Cloud Security Management
19111
+ Enterprise AWS hosts over all hours in the current date for the given
19112
+ org.
19113
+ format: int64
19114
+ type: integer
19115
+ csm_host_enterprise_azure_host_count_top99p:
19116
+ description: Shows the 99th percentile of all Cloud Security Management
19117
+ Enterprise Azure hosts over all hours in the current date for the given
19118
+ org.
19119
+ format: int64
19120
+ type: integer
19121
+ csm_host_enterprise_compliance_host_count_top99p:
19122
+ description: Shows the 99th percentile of all Cloud Security Management
19123
+ Enterprise compliance hosts over all hours in the current date for the
19124
+ given org.
19125
+ format: int64
19126
+ type: integer
19127
+ csm_host_enterprise_cws_host_count_top99p:
19128
+ description: Shows the 99th percentile of all Cloud Security Management
19129
+ Enterprise Cloud Workload Security hosts over all hours in the current
19130
+ date for the given org.
19131
+ format: int64
19132
+ type: integer
19133
+ csm_host_enterprise_gcp_host_count_top99p:
19134
+ description: Shows the 99th percentile of all Cloud Security Management
19135
+ Enterprise GCP hosts over all hours in the current date for the given
18165
19136
  org.
18166
19137
  format: int64
18167
19138
  type: integer
19139
+ csm_host_enterprise_total_host_count_top99p:
19140
+ description: Shows the 99th percentile of all Cloud Security Management
19141
+ Enterprise hosts over all hours in the current date for the given org.
19142
+ format: int64
19143
+ type: integer
19144
+ cspm_aas_host_top99p:
19145
+ description: Shows the 99th percentile of all Cloud Security Management
19146
+ Pro Azure app services hosts over all hours in the current date for the
19147
+ given org.
19148
+ format: int64
19149
+ type: integer
18168
19150
  cspm_aws_host_top99p:
18169
- description: Shows the 99th percentile of all Cloud Security Posture Management
18170
- AWS hosts over all hours in the current date for the given org.
19151
+ description: Shows the 99th percentile of all Cloud Security Management
19152
+ Pro AWS hosts over all hours in the current date for the given org.
18171
19153
  format: int64
18172
19154
  type: integer
18173
19155
  cspm_azure_host_top99p:
18174
- description: Shows the 99th percentile of all Cloud Security Posture Management
18175
- Azure hosts over all hours in the current date for the given org.
19156
+ description: Shows the 99th percentile of all Cloud Security Management
19157
+ Pro Azure hosts over all hours in the current date for the given org.
18176
19158
  format: int64
18177
19159
  type: integer
18178
19160
  cspm_container_avg:
18179
- description: Shows the average number of Cloud Security Posture Management
18180
- containers over all hours in the current date for the given org.
19161
+ description: Shows the average number of Cloud Security Management Pro containers
19162
+ over all hours in the current date for the given org.
18181
19163
  format: int64
18182
19164
  type: integer
18183
19165
  cspm_container_hwm:
18184
- description: Shows the high-water mark of Cloud Security Posture Management
19166
+ description: Shows the high-water mark of Cloud Security Management Pro
18185
19167
  containers over all hours in the current date for the given org.
18186
19168
  format: int64
18187
19169
  type: integer
18188
19170
  cspm_gcp_host_top99p:
18189
- description: Shows the 99th percentile of all Cloud Security Posture Management
18190
- GCP hosts over all hours in the current date for the given org.
19171
+ description: Shows the 99th percentile of all Cloud Security Management
19172
+ Pro GCP hosts over all hours in the current date for the given org.
18191
19173
  format: int64
18192
19174
  type: integer
18193
19175
  cspm_host_top99p:
18194
- description: Shows the 99th percentile of all Cloud Security Posture Management
18195
- hosts over all hours in the current date for the given org.
19176
+ description: Shows the 99th percentile of all Cloud Security Management
19177
+ Pro hosts over all hours in the current date for the given org.
18196
19178
  format: int64
18197
19179
  type: integer
18198
19180
  custom_ts_avg:
@@ -18320,6 +19302,11 @@ components:
18320
19302
  name:
18321
19303
  description: The organization name.
18322
19304
  type: string
19305
+ ndm_netflow_events_sum:
19306
+ description: Shows the sum of all Network Device Monitoring NetFlow events
19307
+ over all hours in the current date for the given org.
19308
+ format: int64
19309
+ type: integer
18323
19310
  netflow_indexed_events_count_sum:
18324
19311
  description: Shows the sum of all Network flows indexed over all hours in
18325
19312
  the current date for the given org.
@@ -18414,6 +19401,21 @@ components:
18414
19401
  given org.
18415
19402
  format: int64
18416
19403
  type: integer
19404
+ serverless_apps_azure_count_avg:
19405
+ description: Shows the average of the number of Serverless Apps for Azure
19406
+ for the given date and given org.
19407
+ format: int64
19408
+ type: integer
19409
+ serverless_apps_google_count_avg:
19410
+ description: Shows the average of the number of Serverless Apps for Google
19411
+ Cloud for the given date and given org.
19412
+ format: int64
19413
+ type: integer
19414
+ serverless_apps_total_count_avg:
19415
+ description: Shows the average of the number of Serverless Apps for Azure
19416
+ and Google Cloud for the given date and given org.
19417
+ format: int64
19418
+ type: integer
18417
19419
  synthetics_browser_check_calls_count_sum:
18418
19420
  description: Shows the sum of all Synthetic browser tests over all hours
18419
19421
  in the current date for the given org.
@@ -18595,6 +19597,11 @@ components:
18595
19597
  all cloud providers.
18596
19598
  format: int64
18597
19599
  type: integer
19600
+ cloud_siem_events_agg_sum:
19601
+ description: Shows the sum of all Cloud Security Information and Event Management
19602
+ events over all hours in the current months for all organizations.
19603
+ format: int64
19604
+ type: integer
18598
19605
  container_avg_sum:
18599
19606
  description: Shows the average of all distinct containers over all hours
18600
19607
  in the current months for all organizations.
@@ -18610,41 +19617,95 @@ components:
18610
19617
  over all hours in the current months for all organizations.
18611
19618
  format: int64
18612
19619
  type: integer
18613
- cspm_aas_host_top99p_sum:
18614
- description: Shows the 99th percentile of all Cloud Security Posture Management
18615
- Azure app services hosts over all hours in the current months for all
19620
+ csm_container_enterprise_compliance_count_agg_sum:
19621
+ description: Shows the sum of all Cloud Security Management Enterprise compliance
19622
+ containers over all hours in the current months for all organizations.
19623
+ format: int64
19624
+ type: integer
19625
+ csm_container_enterprise_cws_count_agg_sum:
19626
+ description: Shows the sum of all Cloud Security Management Enterprise Cloud
19627
+ Workload Security containers over all hours in the current months for
19628
+ all organizations.
19629
+ format: int64
19630
+ type: integer
19631
+ csm_container_enterprise_total_count_agg_sum:
19632
+ description: Shows the sum of all Cloud Security Management Enterprise containers
19633
+ over all hours in the current months for all organizations.
19634
+ format: int64
19635
+ type: integer
19636
+ csm_host_enterprise_aas_host_count_top99p_sum:
19637
+ description: Shows the 99th percentile of all Cloud Security Management
19638
+ Enterprise Azure app services hosts over all hours in the current months
19639
+ for all organizations.
19640
+ format: int64
19641
+ type: integer
19642
+ csm_host_enterprise_aws_host_count_top99p_sum:
19643
+ description: Shows the 99th percentile of all Cloud Security Management
19644
+ Enterprise AWS hosts over all hours in the current months for all organizations.
19645
+ format: int64
19646
+ type: integer
19647
+ csm_host_enterprise_azure_host_count_top99p_sum:
19648
+ description: Shows the 99th percentile of all Cloud Security Management
19649
+ Enterprise Azure hosts over all hours in the current months for all organizations.
19650
+ format: int64
19651
+ type: integer
19652
+ csm_host_enterprise_compliance_host_count_top99p_sum:
19653
+ description: Shows the 99th percentile of all Cloud Security Management
19654
+ Enterprise compliance hosts over all hours in the current months for all
18616
19655
  organizations.
18617
19656
  format: int64
18618
19657
  type: integer
19658
+ csm_host_enterprise_cws_host_count_top99p_sum:
19659
+ description: Shows the 99th percentile of all Cloud Security Management
19660
+ Enterprise Cloud Workload Security hosts over all hours in the current
19661
+ months for all organizations.
19662
+ format: int64
19663
+ type: integer
19664
+ csm_host_enterprise_gcp_host_count_top99p_sum:
19665
+ description: Shows the 99th percentile of all Cloud Security Management
19666
+ Enterprise GCP hosts over all hours in the current months for all organizations.
19667
+ format: int64
19668
+ type: integer
19669
+ csm_host_enterprise_total_host_count_top99p_sum:
19670
+ description: Shows the 99th percentile of all Cloud Security Management
19671
+ Enterprise hosts over all hours in the current months for all organizations.
19672
+ format: int64
19673
+ type: integer
19674
+ cspm_aas_host_top99p_sum:
19675
+ description: Shows the 99th percentile of all Cloud Security Management
19676
+ Pro Azure app services hosts over all hours in the current months for
19677
+ all organizations.
19678
+ format: int64
19679
+ type: integer
18619
19680
  cspm_aws_host_top99p_sum:
18620
- description: Shows the 99th percentile of all Cloud Security Posture Management
18621
- AWS hosts over all hours in the current months for all organizations.
19681
+ description: Shows the 99th percentile of all Cloud Security Management
19682
+ Pro AWS hosts over all hours in the current months for all organizations.
18622
19683
  format: int64
18623
19684
  type: integer
18624
19685
  cspm_azure_host_top99p_sum:
18625
- description: Shows the 99th percentile of all Cloud Security Posture Management
18626
- Azure hosts over all hours in the current months for all organizations.
19686
+ description: Shows the 99th percentile of all Cloud Security Management
19687
+ Pro Azure hosts over all hours in the current months for all organizations.
18627
19688
  format: int64
18628
19689
  type: integer
18629
19690
  cspm_container_avg_sum:
18630
- description: Shows the average number of Cloud Security Posture Management
18631
- containers over all hours in the current months for all organizations.
19691
+ description: Shows the average number of Cloud Security Management Pro containers
19692
+ over all hours in the current months for all organizations.
18632
19693
  format: int64
18633
19694
  type: integer
18634
19695
  cspm_container_hwm_sum:
18635
19696
  description: Shows the sum of the the high-water marks of Cloud Security
18636
- Posture Management containers over all hours in the current months for
18637
- all organizations.
19697
+ Management Pro containers over all hours in the current months for all
19698
+ organizations.
18638
19699
  format: int64
18639
19700
  type: integer
18640
19701
  cspm_gcp_host_top99p_sum:
18641
- description: Shows the 99th percentile of all Cloud Security Posture Management
18642
- GCP hosts over all hours in the current months for all organizations.
19702
+ description: Shows the 99th percentile of all Cloud Security Management
19703
+ Pro GCP hosts over all hours in the current months for all organizations.
18643
19704
  format: int64
18644
19705
  type: integer
18645
19706
  cspm_host_top99p_sum:
18646
- description: Shows the 99th percentile of all Cloud Security Posture Management
18647
- hosts over all hours in the current months for all organizations.
19707
+ description: Shows the 99th percentile of all Cloud Security Management
19708
+ Pro hosts over all hours in the current months for all organizations.
18648
19709
  format: int64
18649
19710
  type: integer
18650
19711
  custom_ts_sum:
@@ -18792,6 +19853,11 @@ components:
18792
19853
  current months for all organizations.
18793
19854
  format: int64
18794
19855
  type: integer
19856
+ ndm_netflow_events_agg_sum:
19857
+ description: Shows the sum of all Network Device Monitoring NetFlow events
19858
+ over all hours in the current months for all organizations.
19859
+ format: int64
19860
+ type: integer
18795
19861
  netflow_indexed_events_count_agg_sum:
18796
19862
  description: Shows the sum of all Network flows indexed over all hours in
18797
19863
  the current months for all organizations.
@@ -18897,6 +19963,21 @@ components:
18897
19963
  organizations.
18898
19964
  format: int64
18899
19965
  type: integer
19966
+ serverless_apps_azure_count_avg_sum:
19967
+ description: Sum of the average number of Serverless Apps for Azure in the
19968
+ current months for all organizations.
19969
+ format: int64
19970
+ type: integer
19971
+ serverless_apps_google_count_avg_sum:
19972
+ description: Sum of the average number of Serverless Apps for Google Cloud
19973
+ in the current months for all organizations.
19974
+ format: int64
19975
+ type: integer
19976
+ serverless_apps_total_count_avg_sum:
19977
+ description: Sum of the average number of Serverless Apps for Azure and
19978
+ Google Cloud in the current months for all organizations.
19979
+ format: int64
19980
+ type: integer
18900
19981
  start_date:
18901
19982
  description: Shows the first date of usage in the current months for all
18902
19983
  organizations.
@@ -19540,30 +20621,32 @@ components:
19540
20621
  - $ref: '#/components/schemas/EventStreamWidgetDefinition'
19541
20622
  - $ref: '#/components/schemas/EventTimelineWidgetDefinition'
19542
20623
  - $ref: '#/components/schemas/FreeTextWidgetDefinition'
20624
+ - $ref: '#/components/schemas/FunnelWidgetDefinition'
19543
20625
  - $ref: '#/components/schemas/GeomapWidgetDefinition'
19544
20626
  - $ref: '#/components/schemas/GroupWidgetDefinition'
19545
20627
  - $ref: '#/components/schemas/HeatMapWidgetDefinition'
19546
20628
  - $ref: '#/components/schemas/HostMapWidgetDefinition'
19547
20629
  - $ref: '#/components/schemas/IFrameWidgetDefinition'
19548
20630
  - $ref: '#/components/schemas/ImageWidgetDefinition'
20631
+ - $ref: '#/components/schemas/ListStreamWidgetDefinition'
19549
20632
  - $ref: '#/components/schemas/LogStreamWidgetDefinition'
19550
20633
  - $ref: '#/components/schemas/MonitorSummaryWidgetDefinition'
19551
20634
  - $ref: '#/components/schemas/NoteWidgetDefinition'
20635
+ - $ref: '#/components/schemas/PowerpackWidgetDefinition'
19552
20636
  - $ref: '#/components/schemas/QueryValueWidgetDefinition'
19553
20637
  - $ref: '#/components/schemas/RunWorkflowWidgetDefinition'
19554
- - $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
19555
- - $ref: '#/components/schemas/SLOWidgetDefinition'
19556
20638
  - $ref: '#/components/schemas/SLOListWidgetDefinition'
20639
+ - $ref: '#/components/schemas/SLOWidgetDefinition'
20640
+ - $ref: '#/components/schemas/ScatterPlotWidgetDefinition'
19557
20641
  - $ref: '#/components/schemas/ServiceMapWidgetDefinition'
19558
20642
  - $ref: '#/components/schemas/ServiceSummaryWidgetDefinition'
20643
+ - $ref: '#/components/schemas/SplitGraphWidgetDefinition'
19559
20644
  - $ref: '#/components/schemas/SunburstWidgetDefinition'
19560
20645
  - $ref: '#/components/schemas/TableWidgetDefinition'
19561
20646
  - $ref: '#/components/schemas/TimeseriesWidgetDefinition'
19562
20647
  - $ref: '#/components/schemas/ToplistWidgetDefinition'
19563
- - $ref: '#/components/schemas/TreeMapWidgetDefinition'
19564
- - $ref: '#/components/schemas/ListStreamWidgetDefinition'
19565
- - $ref: '#/components/schemas/FunnelWidgetDefinition'
19566
20648
  - $ref: '#/components/schemas/TopologyMapWidgetDefinition'
20649
+ - $ref: '#/components/schemas/TreeMapWidgetDefinition'
19567
20650
  WidgetDisplayType:
19568
20651
  description: Type of display to use for the request.
19569
20652
  enum:
@@ -20147,6 +21230,9 @@ components:
20147
21230
  apm_service_catalog_read: View service catalog and service definitions.
20148
21231
  apm_service_catalog_write: Add, modify, and delete service catalog definitions
20149
21232
  when those definitions are maintained by Datadog.
21233
+ ci_visibility_pipelines_write: Create CI Visibility pipeline spans using
21234
+ the API.
21235
+ ci_visibility_read: View CI Visibility.
20150
21236
  create_webhooks: Create webhooks integrations.
20151
21237
  dashboards_public_share: Generate public and authenticated links to share
20152
21238
  dashboards or embeddable graphs externally.
@@ -22793,6 +23879,111 @@ paths:
22793
23879
  summary: List namespace rules
22794
23880
  tags:
22795
23881
  - AWS Integration
23882
+ /api/v1/integration/aws/event_bridge:
23883
+ delete:
23884
+ description: Delete an Amazon EventBridge source.
23885
+ operationId: DeleteAWSEventBridgeSource
23886
+ requestBody:
23887
+ content:
23888
+ application/json:
23889
+ schema:
23890
+ $ref: '#/components/schemas/AWSEventBridgeDeleteRequest'
23891
+ description: Delete the Amazon EventBridge source with the given name, region,
23892
+ and associated AWS account.
23893
+ required: true
23894
+ responses:
23895
+ '200':
23896
+ content:
23897
+ application/json:
23898
+ schema:
23899
+ $ref: '#/components/schemas/AWSEventBridgeDeleteResponse'
23900
+ description: OK
23901
+ '400':
23902
+ content:
23903
+ application/json:
23904
+ schema:
23905
+ $ref: '#/components/schemas/APIErrorResponse'
23906
+ description: Bad Request
23907
+ '403':
23908
+ content:
23909
+ application/json:
23910
+ schema:
23911
+ $ref: '#/components/schemas/APIErrorResponse'
23912
+ description: Authentication Error
23913
+ '429':
23914
+ $ref: '#/components/responses/TooManyRequestsResponse'
23915
+ summary: Delete an Amazon EventBridge source
23916
+ tags:
23917
+ - AWS Integration
23918
+ x-codegen-request-body-name: body
23919
+ get:
23920
+ description: Get all Amazon EventBridge sources.
23921
+ operationId: ListAWSEventBridgeSources
23922
+ parameters: []
23923
+ responses:
23924
+ '200':
23925
+ content:
23926
+ application/json:
23927
+ schema:
23928
+ $ref: '#/components/schemas/AWSEventBridgeListResponse'
23929
+ description: OK
23930
+ '400':
23931
+ content:
23932
+ application/json:
23933
+ schema:
23934
+ $ref: '#/components/schemas/APIErrorResponse'
23935
+ description: Bad Request
23936
+ '403':
23937
+ content:
23938
+ application/json:
23939
+ schema:
23940
+ $ref: '#/components/schemas/APIErrorResponse'
23941
+ description: Authentication Error
23942
+ '429':
23943
+ $ref: '#/components/responses/TooManyRequestsResponse'
23944
+ security:
23945
+ - apiKeyAuth: []
23946
+ appKeyAuth: []
23947
+ - AuthZ: []
23948
+ summary: Get all Amazon EventBridge sources
23949
+ tags:
23950
+ - AWS Integration
23951
+ post:
23952
+ description: Create an Amazon EventBridge source.
23953
+ operationId: CreateAWSEventBridgeSource
23954
+ requestBody:
23955
+ content:
23956
+ application/json:
23957
+ schema:
23958
+ $ref: '#/components/schemas/AWSEventBridgeCreateRequest'
23959
+ description: Create an Amazon EventBridge source for an AWS account with a
23960
+ given name and region.
23961
+ required: true
23962
+ responses:
23963
+ '200':
23964
+ content:
23965
+ application/json:
23966
+ schema:
23967
+ $ref: '#/components/schemas/AWSEventBridgeCreateResponse'
23968
+ description: OK
23969
+ '400':
23970
+ content:
23971
+ application/json:
23972
+ schema:
23973
+ $ref: '#/components/schemas/APIErrorResponse'
23974
+ description: Bad Request
23975
+ '403':
23976
+ content:
23977
+ application/json:
23978
+ schema:
23979
+ $ref: '#/components/schemas/APIErrorResponse'
23980
+ description: Authentication Error
23981
+ '429':
23982
+ $ref: '#/components/responses/TooManyRequestsResponse'
23983
+ summary: Create an Amazon EventBridge source
23984
+ tags:
23985
+ - AWS Integration
23986
+ x-codegen-request-body-name: body
22796
23987
  /api/v1/integration/aws/filtering:
22797
23988
  delete:
22798
23989
  description: Delete a tag filtering entry.
@@ -24103,6 +25294,11 @@ paths:
24103
25294
  description: Authentication error
24104
25295
  '429':
24105
25296
  $ref: '#/components/responses/TooManyRequestsResponse'
25297
+ security:
25298
+ - apiKeyAuth: []
25299
+ appKeyAuth: []
25300
+ - AuthZ:
25301
+ - create_webhooks
24106
25302
  summary: Create a webhooks integration
24107
25303
  tags:
24108
25304
  - Webhooks Integration
@@ -25066,9 +26262,13 @@ paths:
25066
26262
  - database-monitoring: `database-monitoring alert`
25067
26263
 
25068
26264
 
25069
- **Note**: Synthetic monitors are created through the Synthetics API. See the
25070
- [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation
25071
- for more information.
26265
+ **Notes**:
26266
+
26267
+ - Synthetic monitors are created through the Synthetics API. See the [Synthetics
26268
+ API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for
26269
+ more information.
26270
+
26271
+ - Log monitors require an unscoped App Key.
25072
26272
 
25073
26273
 
25074
26274
  #### Query Types
@@ -25151,37 +26351,8 @@ paths:
25151
26351
  ##### Event Alert Query
25152
26352
 
25153
26353
 
25154
- Example: `events(''sources:nagios status:error,warning priority:normal tags:
25155
- "string query"'').rollup("count").last("1h")"`
25156
-
25157
-
25158
- - `event`, the event query string:
25159
-
25160
- - `string_query` free text query to match against event title and text.
25161
-
25162
- - `sources` event sources (comma-separated).
25163
-
25164
- - `status` event statuses (comma-separated). Valid options: error, warn, and
25165
- info.
25166
-
25167
- - `priority` event priorities (comma-separated). Valid options: low, normal,
25168
- all.
25169
-
25170
- - `host` event reporting host (comma-separated).
25171
-
25172
- - `tags` event tags (comma-separated).
25173
-
25174
- - `excluded_tags` excluded event tags (comma-separated).
25175
-
25176
- - `rollup` the stats roll-up method. `count` is the only supported method
25177
- now.
25178
-
25179
- - `last` the timeframe to roll up the counts. Examples: 45m, 4h. Supported
25180
- timeframes: m, h and d. This value should not exceed 48 hours.
25181
-
25182
-
25183
- **NOTE** The Event Alert Query is being deprecated and replaced by the Event
25184
- V2 Alert Query. For more information, see the [Event Migration guide](https://docs.datadoghq.com/events/guides/migrating_to_new_events_features/).
26354
+ **Note:** The Event Alert Query has been replaced by the Event V2 Alert Query.
26355
+ For more information, see the [Event Migration guide](https://docs.datadoghq.com/service_management/events/guides/migrating_to_new_events_features/).
25185
26356
 
25186
26357
 
25187
26358
  ##### Event V2 Alert Query
@@ -25313,10 +26484,6 @@ paths:
25313
26484
  - `#` an integer or decimal number used to set the threshold.
25314
26485
 
25315
26486
 
25316
- **NOTE** Only available on US1-FED and in closed beta on US1, EU, AP1, US3,
25317
- and US5.
25318
-
25319
-
25320
26487
  ##### CI Pipelines Alert Query
25321
26488
 
25322
26489
 
@@ -25339,9 +26506,6 @@ paths:
25339
26506
  - `#` an integer or decimal number used to set the threshold.
25340
26507
 
25341
26508
 
25342
- **NOTE** CI Pipeline monitors are in alpha on US1, EU, AP1, US3, and US5.
25343
-
25344
-
25345
26509
  ##### CI Tests Alert Query
25346
26510
 
25347
26511
 
@@ -25364,10 +26528,6 @@ paths:
25364
26528
  - `#` an integer or decimal number used to set the threshold.
25365
26529
 
25366
26530
 
25367
- **NOTE** CI Test monitors are available only in closed beta on US1, EU, AP1,
25368
- US3, and US5.
25369
-
25370
-
25371
26531
  ##### Error Tracking Alert Query
25372
26532
 
25373
26533
 
@@ -25693,7 +26853,10 @@ paths:
25693
26853
  - Monitors
25694
26854
  /api/v1/monitor/validate:
25695
26855
  post:
25696
- description: Validate the monitor provided in the request.
26856
+ description: 'Validate the monitor provided in the request.
26857
+
26858
+
26859
+ **Note**: Log monitors require an unscoped App Key.'
25697
26860
  operationId: ValidateMonitor
25698
26861
  requestBody:
25699
26862
  content:
@@ -29803,7 +30966,7 @@ paths:
29803
30966
  - Usage Metering
29804
30967
  /api/v1/usage/cspm:
29805
30968
  get:
29806
- description: 'Get hourly usage for cloud security posture management (CSPM).
30969
+ description: 'Get hourly usage for cloud security management (CSM) pro.
29807
30970
 
29808
30971
  **Note:** hourly usage data for all products is now available in the [Get
29809
30972
  hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
@@ -29859,7 +31022,7 @@ paths:
29859
31022
  appKeyAuth: []
29860
31023
  - AuthZ:
29861
31024
  - usage_read
29862
- summary: Get hourly usage for CSPM
31025
+ summary: Get hourly usage for CSM Pro
29863
31026
  tags:
29864
31027
  - Usage Metering
29865
31028
  /api/v1/usage/cws: