datadog_api_client 2.18.0 → 2.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/conftest.py +1 -1
  4. data/.generator/poetry.lock +69 -69
  5. data/.generator/schemas/v1/openapi.yaml +286 -55
  6. data/.generator/schemas/v2/openapi.yaml +2021 -226
  7. data/.generator/src/generator/templates/api.j2 +5 -5
  8. data/.generator/src/generator/templates/model_generic.j2 +2 -2
  9. data/CHANGELOG.md +38 -0
  10. data/examples/v1/azure-integration/CreateAzureIntegration.rb +4 -4
  11. data/examples/v1/azure-integration/DeleteAzureIntegration.rb +2 -15
  12. data/examples/v1/azure-integration/UpdateAzureIntegration.rb +4 -4
  13. data/examples/v1/gcp-integration/CreateGCPIntegration.rb +4 -5
  14. data/examples/v1/gcp-integration/DeleteGCPIntegration.rb +2 -14
  15. data/examples/v1/gcp-integration/UpdateGCPIntegration.rb +4 -5
  16. data/examples/v1/logs-indexes/CreateLogsIndex.rb +5 -0
  17. data/examples/v1/logs-indexes/UpdateLogsIndex.rb +5 -0
  18. data/examples/v1/service-level-objectives/CreateSLO_3765703239.rb +46 -0
  19. data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +1 -1
  20. data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
  21. data/examples/v1/synthetics/TriggerCITests.rb +1 -1
  22. data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -1
  23. data/examples/v1/usage-metering/GetUsageLambda.rb +5 -2
  24. data/examples/v2/api-management/CreateOpenAPI.rb +11 -0
  25. data/examples/v2/api-management/DeleteOpenAPI.rb +11 -0
  26. data/examples/v2/api-management/GetOpenAPI.rb +11 -0
  27. data/examples/v2/api-management/UpdateOpenAPI.rb +14 -0
  28. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +0 -3
  29. data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -3
  30. data/examples/v2/cloud-cost-management/CreateCostAWSCURConfig.rb +18 -0
  31. data/examples/v2/cloud-cost-management/CreateCostAzureUCConfigs.rb +29 -0
  32. data/examples/v2/cloud-cost-management/DeleteCostAWSCURConfig.rb +5 -0
  33. data/examples/v2/cloud-cost-management/DeleteCostAzureUCConfig.rb +5 -0
  34. data/examples/v2/cloud-cost-management/GetCloudCostActivity.rb +5 -0
  35. data/examples/v2/cloud-cost-management/ListAWSRelatedAccounts.rb +5 -0
  36. data/examples/v2/cloud-cost-management/ListCostAWSCURConfigs.rb +5 -0
  37. data/examples/v2/cloud-cost-management/ListCostAzureUCConfigs.rb +5 -0
  38. data/examples/v2/cloud-cost-management/UpdateCostAWSCURConfig.rb +14 -0
  39. data/examples/v2/cloud-cost-management/UpdateCostAzureUCConfigs.rb +14 -0
  40. data/examples/v2/cloudflare-integration/CreateCloudflareAccount.rb +1 -1
  41. data/examples/v2/cloudflare-integration/UpdateCloudflareAccount.rb +4 -1
  42. data/examples/v2/downtimes/ListMonitorDowntimes_3316718253.rb +5 -0
  43. data/examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.rb +16 -0
  44. data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +16 -0
  45. data/examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.rb +17 -0
  46. data/examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.rb +19 -0
  47. data/examples/v2/okta-integration/CreateOktaAccount.rb +1 -1
  48. data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_3367706049.rb +46 -0
  49. data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +19 -0
  50. data/examples/v2/security-monitoring/DeleteSecurityMonitoringSuppression.rb +8 -0
  51. data/examples/v2/security-monitoring/GetSecurityMonitoringSuppression.rb +8 -0
  52. data/examples/v2/security-monitoring/ListSecurityMonitoringSuppressions.rb +5 -0
  53. data/examples/v2/security-monitoring/UpdateSecurityMonitoringSuppression.rb +17 -0
  54. data/examples/v2/sensitive-data-scanner/CreateScanningRule.rb +7 -0
  55. data/examples/v2/sensitive-data-scanner/UpdateScanningRule.rb +7 -10
  56. data/examples/v2/teams/CreateTeamMembership.rb +6 -0
  57. data/examples/v2/teams/GetTeamMemberships_3799131168.rb +8 -0
  58. data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +1 -1
  59. data/lib/datadog_api_client/configuration.rb +4 -1
  60. data/lib/datadog_api_client/inflector.rb +74 -0
  61. data/lib/datadog_api_client/v1/api/downtimes_api.rb +28 -7
  62. data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -1
  63. data/lib/datadog_api_client/v1/api/organizations_api.rb +1 -1
  64. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
  65. data/lib/datadog_api_client/v1/models/dashboard.rb +5 -1
  66. data/lib/datadog_api_client/v1/models/dashboard_summary_definition.rb +2 -0
  67. data/lib/datadog_api_client/v1/models/gcp_account.rb +22 -2
  68. data/lib/datadog_api_client/v1/models/log.rb +1 -1
  69. data/lib/datadog_api_client/v1/models/logs_daily_limit_reset.rb +90 -0
  70. data/lib/datadog_api_client/v1/models/logs_index.rb +36 -1
  71. data/lib/datadog_api_client/v1/models/logs_index_update_request.rb +36 -1
  72. data/lib/datadog_api_client/v1/models/metrics_payload.rb +1 -1
  73. data/lib/datadog_api_client/v1/models/metrics_query_metadata.rb +1 -1
  74. data/lib/datadog_api_client/v1/models/organization.rb +1 -1
  75. data/lib/datadog_api_client/v1/models/service_level_objective.rb +11 -1
  76. data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +11 -1
  77. data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +1 -1
  78. data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +1 -1
  79. data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +1 -1
  80. data/lib/datadog_api_client/v1/models/slo_data_source_query_definition.rb +62 -0
  81. data/lib/datadog_api_client/v1/models/slo_formula.rb +98 -0
  82. data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +2 -2
  83. data/lib/datadog_api_client/v1/models/slo_history_metrics_series.rb +1 -1
  84. data/lib/datadog_api_client/v1/models/slo_history_monitor.rb +1 -1
  85. data/lib/datadog_api_client/v1/models/slo_history_sli_data.rb +1 -1
  86. data/lib/datadog_api_client/v1/models/slo_response_data.rb +11 -1
  87. data/lib/datadog_api_client/v1/models/slo_sli_spec.rb +62 -0
  88. data/lib/datadog_api_client/v1/models/slo_time_slice_comparator.rb +29 -0
  89. data/lib/datadog_api_client/v1/models/slo_time_slice_condition.rb +141 -0
  90. data/lib/datadog_api_client/v1/models/slo_time_slice_query.rb +131 -0
  91. data/lib/datadog_api_client/v1/models/slo_time_slice_spec.rb +99 -0
  92. data/lib/datadog_api_client/v1/models/slo_type.rb +1 -0
  93. data/lib/datadog_api_client/v1/models/slo_type_numeric.rb +1 -0
  94. data/lib/datadog_api_client/v1/models/split_config.rb +6 -6
  95. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  96. data/lib/datadog_api_client/v1/models/usage_lambda_hour.rb +1 -1
  97. data/lib/datadog_api_client/v1/models/usage_lambda_response.rb +1 -1
  98. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +11 -1
  99. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +11 -1
  100. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +11 -1
  101. data/lib/datadog_api_client/v2/api/api_management_api.rb +319 -0
  102. data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +0 -6
  103. data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +680 -0
  104. data/lib/datadog_api_client/v2/api/downtimes_api.rb +25 -0
  105. data/lib/datadog_api_client/v2/api/metrics_api.rb +3 -2
  106. data/lib/datadog_api_client/v2/api/organizations_api.rb +1 -1
  107. data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +329 -0
  108. data/lib/datadog_api_client/v2/api/teams_api.rb +22 -0
  109. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +3 -3
  110. data/lib/datadog_api_client/v2/models/aws_cur_config.rb +129 -0
  111. data/lib/datadog_api_client/v2/models/aws_cur_config_attributes.rb +305 -0
  112. data/lib/datadog_api_client/v2/models/aws_cur_config_patch_data.rb +119 -0
  113. data/lib/datadog_api_client/v2/models/aws_cur_config_patch_request.rb +98 -0
  114. data/lib/datadog_api_client/v2/models/aws_cur_config_patch_request_attributes.rb +98 -0
  115. data/lib/datadog_api_client/v2/models/aws_cur_config_patch_request_type.rb +26 -0
  116. data/lib/datadog_api_client/v2/models/aws_cur_config_post_data.rb +119 -0
  117. data/lib/datadog_api_client/v2/models/aws_cur_config_post_request.rb +98 -0
  118. data/lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb +202 -0
  119. data/lib/datadog_api_client/v2/models/aws_cur_config_post_request_type.rb +26 -0
  120. data/lib/datadog_api_client/v2/models/aws_cur_config_response.rb +80 -0
  121. data/lib/datadog_api_client/v2/models/aws_cur_config_type.rb +26 -0
  122. data/lib/datadog_api_client/v2/models/aws_cur_configs_response.rb +82 -0
  123. data/lib/datadog_api_client/v2/models/aws_related_account.rb +129 -0
  124. data/lib/datadog_api_client/v2/models/aws_related_account_attributes.rb +90 -0
  125. data/lib/datadog_api_client/v2/models/aws_related_account_type.rb +26 -0
  126. data/lib/datadog_api_client/v2/models/aws_related_accounts_response.rb +82 -0
  127. data/lib/datadog_api_client/v2/models/azure_uc_config.rb +378 -0
  128. data/lib/datadog_api_client/v2/models/azure_uc_config_pair.rb +129 -0
  129. data/lib/datadog_api_client/v2/models/azure_uc_config_pair_attributes.rb +110 -0
  130. data/lib/datadog_api_client/v2/models/azure_uc_config_pair_type.rb +26 -0
  131. data/lib/datadog_api_client/v2/models/azure_uc_config_pairs_response.rb +80 -0
  132. data/lib/datadog_api_client/v2/models/azure_uc_config_patch_data.rb +119 -0
  133. data/lib/datadog_api_client/v2/models/azure_uc_config_patch_request.rb +98 -0
  134. data/lib/datadog_api_client/v2/models/azure_uc_config_patch_request_attributes.rb +98 -0
  135. data/lib/datadog_api_client/v2/models/azure_uc_config_patch_request_type.rb +26 -0
  136. data/lib/datadog_api_client/v2/models/azure_uc_config_post_data.rb +119 -0
  137. data/lib/datadog_api_client/v2/models/azure_uc_config_post_request.rb +98 -0
  138. data/lib/datadog_api_client/v2/models/azure_uc_config_post_request_attributes.rb +192 -0
  139. data/lib/datadog_api_client/v2/models/azure_uc_config_post_request_type.rb +26 -0
  140. data/lib/datadog_api_client/v2/models/azure_uc_configs_response.rb +82 -0
  141. data/lib/datadog_api_client/v2/models/bill_config.rb +161 -0
  142. data/lib/datadog_api_client/v2/models/ci_app_git_info.rb +2 -2
  143. data/lib/datadog_api_client/v2/models/cloud_cost_activity.rb +119 -0
  144. data/lib/datadog_api_client/v2/models/cloud_cost_activity_attributes.rb +98 -0
  145. data/lib/datadog_api_client/v2/models/cloud_cost_activity_response.rb +80 -0
  146. data/lib/datadog_api_client/v2/models/cloud_cost_activity_type.rb +26 -0
  147. data/lib/datadog_api_client/v2/models/cloudflare_account_create_request_attributes.rb +28 -4
  148. data/lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb +28 -4
  149. data/lib/datadog_api_client/v2/models/cloudflare_account_update_request_attributes.rb +28 -4
  150. data/lib/datadog_api_client/v2/models/create_open_api_response.rb +80 -0
  151. data/lib/datadog_api_client/v2/models/create_open_api_response_attributes.rb +82 -0
  152. data/lib/datadog_api_client/v2/models/create_open_api_response_data.rb +90 -0
  153. data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +11 -1
  154. data/lib/datadog_api_client/v2/models/dora_git_info.rb +2 -2
  155. data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +11 -1
  156. data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +25 -5
  157. data/lib/datadog_api_client/v2/models/metric_payload.rb +1 -1
  158. data/lib/datadog_api_client/v2/models/open_api_endpoint.rb +90 -0
  159. data/lib/datadog_api_client/v2/models/open_api_file.rb +80 -0
  160. data/lib/datadog_api_client/v2/models/relationship_to_user_team_team.rb +98 -0
  161. data/lib/datadog_api_client/v2/models/relationship_to_user_team_team_data.rb +119 -0
  162. data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +14 -4
  163. data/lib/datadog_api_client/v2/models/security_monitoring_rule_third_party_options.rb +114 -0
  164. data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +13 -1
  165. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +13 -1
  166. data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
  167. data/lib/datadog_api_client/v2/models/security_monitoring_suppression.rb +100 -0
  168. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +198 -0
  169. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +181 -0
  170. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_data.rb +119 -0
  171. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_request.rb +98 -0
  172. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_response.rb +80 -0
  173. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_type.rb +26 -0
  174. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +166 -0
  175. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_data.rb +119 -0
  176. data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_request.rb +98 -0
  177. data/lib/datadog_api_client/v2/models/security_monitoring_suppressions_response.rb +82 -0
  178. data/lib/datadog_api_client/v2/models/security_monitoring_third_party_root_query.rb +92 -0
  179. data/lib/datadog_api_client/v2/models/security_monitoring_third_party_rule_case.rb +112 -0
  180. data/lib/datadog_api_client/v2/models/security_monitoring_third_party_rule_case_create.rb +130 -0
  181. data/lib/datadog_api_client/v2/models/security_monitoring_user.rb +98 -0
  182. data/lib/datadog_api_client/v2/models/sensitive_data_scanner_included_keyword_configuration.rb +134 -0
  183. data/lib/datadog_api_client/v2/models/sensitive_data_scanner_rule_attributes.rb +46 -1
  184. data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +33 -1
  185. data/lib/datadog_api_client/v2/models/update_open_api_response.rb +80 -0
  186. data/lib/datadog_api_client/v2/models/update_open_api_response_attributes.rb +82 -0
  187. data/lib/datadog_api_client/v2/models/update_open_api_response_data.rb +90 -0
  188. data/lib/datadog_api_client/v2/models/user_team_attributes.rb +24 -1
  189. data/lib/datadog_api_client/v2/models/user_team_relationships.rb +11 -1
  190. data/lib/datadog_api_client/v2/models/user_team_team_type.rb +26 -0
  191. data/lib/datadog_api_client/version.rb +1 -1
  192. metadata +103 -3
  193. data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +0 -8
@@ -328,7 +328,7 @@ components:
328
328
  type: string
329
329
  message:
330
330
  description: Message content.
331
- example: AWS account 12345 has no lambda config to update
331
+ example: AWS account 12345 has no Lambda config to update
332
332
  type: string
333
333
  type: object
334
334
  AWSLogsAsyncResponse:
@@ -1142,9 +1142,12 @@ components:
1142
1142
  is_read_only:
1143
1143
  default: false
1144
1144
  deprecated: true
1145
- description: Whether this dashboard is read-only. If True, only the author
1146
- and admins can make changes to it. Prefer using `restricted_roles` to
1147
- manage write authorization.
1145
+ description: 'Whether this dashboard is read-only. If True, only the author
1146
+ and admins can make changes to it.
1147
+
1148
+
1149
+ This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
1150
+ instead to manage write authorization for individual dashboards.'
1148
1151
  example: false
1149
1152
  type: boolean
1150
1153
  layout_type:
@@ -1165,8 +1168,13 @@ components:
1165
1168
  reflow_type:
1166
1169
  $ref: '#/components/schemas/DashboardReflowType'
1167
1170
  restricted_roles:
1168
- description: A list of role identifiers. Only the author and users associated
1171
+ deprecated: true
1172
+ description: 'A list of role identifiers. Only the author and users associated
1169
1173
  with at least one of these roles can edit this dashboard.
1174
+
1175
+
1176
+ This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
1177
+ instead to manage write authorization for individual dashboards.'
1170
1178
  items:
1171
1179
  description: A role UUID.
1172
1180
  type: string
@@ -1439,8 +1447,13 @@ components:
1439
1447
  description: Dashboard identifier.
1440
1448
  type: string
1441
1449
  is_read_only:
1442
- description: Whether this dashboard is read-only. If True, only the author
1450
+ deprecated: true
1451
+ description: 'Whether this dashboard is read-only. If True, only the author
1443
1452
  and admins can make changes to it.
1453
+
1454
+
1455
+ This property is deprecated; please use the [Restriction Policies API](https://docs.datadoghq.com/api/latest/restriction-policies/)
1456
+ instead to manage write authorization for individual dashboards.'
1444
1457
  type: boolean
1445
1458
  layout_type:
1446
1459
  $ref: '#/components/schemas/DashboardLayoutType'
@@ -3211,9 +3224,16 @@ components:
3211
3224
  example: key:value,filter:example
3212
3225
  type: string
3213
3226
  is_cspm_enabled:
3227
+ description: 'When enabled, Datadog will activate the Cloud Security Monitoring
3228
+ product for this service account. Note: This requires resource_collection_enabled
3229
+ to be set to true.'
3230
+ example: true
3231
+ type: boolean
3232
+ is_security_command_center_enabled:
3214
3233
  default: false
3215
- description: When enabled, Datadog performs configuration checks across
3216
- your Google Cloud environment by continuously scanning every resource.
3234
+ description: 'When enabled, Datadog will attempt to collect Security Command
3235
+ Center Findings. Note: This requires additional permissions on the service
3236
+ account.'
3217
3237
  example: true
3218
3238
  type: boolean
3219
3239
  private_key:
@@ -3229,6 +3249,10 @@ components:
3229
3249
  key.
3230
3250
  example: datadog-apitest
3231
3251
  type: string
3252
+ resource_collection_enabled:
3253
+ description: When enabled, Datadog scans for all resources in your GCP environment.
3254
+ example: true
3255
+ type: boolean
3232
3256
  token_uri:
3233
3257
  description: Should be `https://accounts.google.com/o/oauth2/token`.
3234
3258
  example: https://accounts.google.com/o/oauth2/token
@@ -4739,7 +4763,7 @@ components:
4739
4763
  content:
4740
4764
  $ref: '#/components/schemas/LogContent'
4741
4765
  id:
4742
- description: Unique ID of the Log.
4766
+ description: ID of the Log.
4743
4767
  example: AAAAAWgN8Xwgr1vKDQAAAABBV2dOOFh3ZzZobm1mWXJFYTR0OA
4744
4768
  type: string
4745
4769
  type: object
@@ -5169,6 +5193,21 @@ components:
5169
5193
  type: string
5170
5194
  x-enum-varnames:
5171
5195
  - CATEGORY_PROCESSOR
5196
+ LogsDailyLimitReset:
5197
+ description: Object containing options to override the default daily limit reset
5198
+ time.
5199
+ properties:
5200
+ reset_time:
5201
+ description: String in `HH:00` format representing the time of day the daily
5202
+ limit should be reset. The hours must be between 00 and 23 (inclusive).
5203
+ example: '14:00'
5204
+ type: string
5205
+ reset_utc_offset:
5206
+ description: String in `(-|+)HH:00` format representing the UTC offset to
5207
+ apply to the given reset time. The hours must be between -12 and +14 (inclusive).
5208
+ example: +02:00
5209
+ type: string
5210
+ type: object
5172
5211
  LogsDateRemapper:
5173
5212
  description: "As Datadog receives logs, it timestamps them using the value(s)
5174
5213
  from any of these default attributes.\n\n - `timestamp`\n - `date`\n -
@@ -5383,6 +5422,16 @@ components:
5383
5422
  example: 300000000
5384
5423
  format: int64
5385
5424
  type: integer
5425
+ daily_limit_reset:
5426
+ $ref: '#/components/schemas/LogsDailyLimitReset'
5427
+ daily_limit_warning_threshold_percentage:
5428
+ description: A percentage threshold of the daily quota at which a Datadog
5429
+ warning event is generated.
5430
+ example: 70
5431
+ format: double
5432
+ maximum: 99.99
5433
+ minimum: 50
5434
+ type: number
5386
5435
  exclusion_filters:
5387
5436
  description: 'An array of exclusion objects. The logs are tested against
5388
5437
  the query of each filter,
@@ -5438,6 +5487,16 @@ components:
5438
5487
  example: 300000000
5439
5488
  format: int64
5440
5489
  type: integer
5490
+ daily_limit_reset:
5491
+ $ref: '#/components/schemas/LogsDailyLimitReset'
5492
+ daily_limit_warning_threshold_percentage:
5493
+ description: A percentage threshold of the daily quota at which a Datadog
5494
+ warning event is generated.
5495
+ example: 70
5496
+ format: double
5497
+ maximum: 99.99
5498
+ minimum: 50
5499
+ type: number
5441
5500
  disable_daily_limit:
5442
5501
  description: 'If true, sets the `daily_limit` value to null and the index
5443
5502
  is not limited on a daily basis (any
@@ -6269,7 +6328,7 @@ components:
6269
6328
  description: The metrics' payload.
6270
6329
  properties:
6271
6330
  series:
6272
- description: A list of time series to submit to Datadog.
6331
+ description: A list of timeseries to submit to Datadog.
6273
6332
  example:
6274
6333
  - metric: system.load.1
6275
6334
  points:
@@ -6322,7 +6381,7 @@ components:
6322
6381
  readOnly: true
6323
6382
  type: string
6324
6383
  pointlist:
6325
- description: List of points of the time series in milliseconds.
6384
+ description: List of points of the timeseries in milliseconds.
6326
6385
  example:
6327
6386
  - - 1681683300000.0
6328
6387
  - 77.62145685254418
@@ -9348,7 +9407,7 @@ components:
9348
9407
  example: some description
9349
9408
  type: string
9350
9409
  name:
9351
- description: The name of the new child-organization, limited to 32 characters.
9410
+ description: The name of the child organization, limited to 32 characters.
9352
9411
  example: New child org
9353
9412
  maxLength: 32
9354
9413
  type: string
@@ -10050,7 +10109,7 @@ components:
10050
10109
  description: 'The recurrence rules as defined in the iCalendar RFC 5545.
10051
10110
  The supported rules for SLO corrections
10052
10111
 
10053
- are `FREQ`, `INTERVAL`, `COUNT` and `UNTIL`.'
10112
+ are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
10054
10113
  example: FREQ=DAILY;INTERVAL=10;COUNT=5
10055
10114
  type: string
10056
10115
  slo_id:
@@ -10127,7 +10186,7 @@ components:
10127
10186
  description: 'The recurrence rules as defined in the iCalendar RFC 5545.
10128
10187
  The supported rules for SLO corrections
10129
10188
 
10130
- are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
10189
+ are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
10131
10190
  example: FREQ=DAILY;INTERVAL=10;COUNT=5
10132
10191
  nullable: true
10133
10192
  type: string
@@ -10203,7 +10262,7 @@ components:
10203
10262
  description: 'The recurrence rules as defined in the iCalendar RFC 5545.
10204
10263
  The supported rules for SLO corrections
10205
10264
 
10206
- are `FREQ`, `INTERVAL`, `COUNT`, and `UNTIL`.'
10265
+ are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.'
10207
10266
  example: FREQ=DAILY;INTERVAL=10;COUNT=5
10208
10267
  type: string
10209
10268
  start:
@@ -10233,6 +10292,13 @@ components:
10233
10292
  nullable: true
10234
10293
  type: string
10235
10294
  type: object
10295
+ SLODataSourceQueryDefinition:
10296
+ description: A formula and function query.
10297
+ example:
10298
+ data_source: metrics
10299
+ query: sum:trace.servlet.request.hits{*} by {env}.as_count()
10300
+ oneOf:
10301
+ - $ref: '#/components/schemas/FormulaAndFunctionMetricQueryDefinition'
10236
10302
  SLODeleteResponse:
10237
10303
  description: A response list of all service level objective deleted.
10238
10304
  properties:
@@ -10276,6 +10342,20 @@ components:
10276
10342
  - THIRTY_DAYS
10277
10343
  - NINETY_DAYS
10278
10344
  - ALL
10345
+ SLOFormula:
10346
+ description: A formula that specifies how to combine the results of multiple
10347
+ queries.
10348
+ example:
10349
+ formula: query1 - default_zero(query2)
10350
+ properties:
10351
+ formula:
10352
+ description: The formula string, which is an expression involving named
10353
+ queries.
10354
+ example: query1 - default_zero(query2)
10355
+ type: string
10356
+ required:
10357
+ - formula
10358
+ type: object
10279
10359
  SLOHistoryMetrics:
10280
10360
  description: 'A `metric` based SLO history response.
10281
10361
 
@@ -10329,7 +10409,7 @@ components:
10329
10409
  - denominator
10330
10410
  type: object
10331
10411
  SLOHistoryMetricsSeries:
10332
- description: 'A representation of `metric` based SLO time series for the provided
10412
+ description: 'A representation of `metric` based SLO timeseries for the provided
10333
10413
  queries.
10334
10414
 
10335
10415
  This is the same response type from `batch_query` endpoint.'
@@ -10450,18 +10530,18 @@ components:
10450
10530
  type: string
10451
10531
  history:
10452
10532
  description: For `monitor` based SLOs, this includes the aggregated history
10453
- as arrays that include time series and uptime data where `0=monitor` is
10533
+ as arrays that include timeseries and uptime data where `0=monitor` is
10454
10534
  in `OK` state and `1=monitor` is in `alert` state.
10455
10535
  example:
10456
10536
  - - 1579212382
10457
10537
  - 0
10458
10538
  items:
10459
- description: Represents an array time series data.
10539
+ description: Represents an array timeseries data.
10460
10540
  example:
10461
10541
  - 1579212382
10462
10542
  - 0
10463
10543
  items:
10464
- description: A time series data point which is a tuple of (timestamp,
10544
+ description: A timeseries data point which is a tuple of (timestamp,
10465
10545
  value).
10466
10546
  format: double
10467
10547
  type: number
@@ -10632,18 +10712,18 @@ components:
10632
10712
  type: string
10633
10713
  history:
10634
10714
  description: For `monitor` based SLOs, this includes the aggregated history
10635
- as arrays that include time series and uptime data where `0=monitor` is
10715
+ as arrays that include timeseries and uptime data where `0=monitor` is
10636
10716
  in `OK` state and `1=monitor` is in `alert` state.
10637
10717
  example:
10638
10718
  - - 1579212382
10639
10719
  - 0
10640
10720
  items:
10641
- description: Represents an array time series data.
10721
+ description: Represents an array timeseries data.
10642
10722
  example:
10643
10723
  - 1579212382
10644
10724
  - 0
10645
10725
  items:
10646
- description: A time series data point which is a tuple of (timestamp,
10726
+ description: A timeseries data point which is a tuple of (timestamp,
10647
10727
  value).
10648
10728
  format: double
10649
10729
  type: number
@@ -11005,6 +11085,8 @@ components:
11005
11085
  type: string
11006
11086
  query:
11007
11087
  $ref: '#/components/schemas/ServiceLevelObjectiveQuery'
11088
+ sli_specification:
11089
+ $ref: '#/components/schemas/SLOSliSpec'
11008
11090
  tags:
11009
11091
  description: 'A list of tags associated with this service level objective.
11010
11092
 
@@ -11059,6 +11141,11 @@ components:
11059
11141
  format: double
11060
11142
  type: number
11061
11143
  type: object
11144
+ SLOSliSpec:
11145
+ description: A generic SLI specification. This is currently used for time-slice
11146
+ SLOs only.
11147
+ oneOf:
11148
+ - $ref: '#/components/schemas/SLOTimeSliceSpec'
11062
11149
  SLOState:
11063
11150
  description: State of the SLO.
11064
11151
  enum:
@@ -11159,6 +11246,106 @@ components:
11159
11246
  - timeframe
11160
11247
  - target
11161
11248
  type: object
11249
+ SLOTimeSliceComparator:
11250
+ description: The comparator used to compare the SLI value to the threshold.
11251
+ enum:
11252
+ - '>'
11253
+ - '>='
11254
+ - <
11255
+ - <=
11256
+ example: '>'
11257
+ type: string
11258
+ x-enum-varnames:
11259
+ - GREATER
11260
+ - GREATER_EQUAL
11261
+ - LESS
11262
+ - LESS_EQUAL
11263
+ SLOTimeSliceCondition:
11264
+ description: 'The time-slice condition, composed of 3 parts: 1. the metric timeseries
11265
+ query, 2. the comparator,
11266
+
11267
+ and 3. the threshold.'
11268
+ example:
11269
+ comparator: <
11270
+ query:
11271
+ formulas:
11272
+ - formula: query2/query1
11273
+ queries:
11274
+ - data_source: metrics
11275
+ name: query1
11276
+ query: sum:trace.servlet.request.hits{*} by {env}.as_count()
11277
+ - data_source: metrics
11278
+ name: query1
11279
+ query: sum:trace.servlet.request.errors{*} by {env}.as_count()
11280
+ threshold: 5
11281
+ properties:
11282
+ comparator:
11283
+ $ref: '#/components/schemas/SLOTimeSliceComparator'
11284
+ query:
11285
+ $ref: '#/components/schemas/SLOTimeSliceQuery'
11286
+ threshold:
11287
+ description: The threshold value to which each SLI value will be compared.
11288
+ example: 5
11289
+ format: double
11290
+ type: number
11291
+ required:
11292
+ - comparator
11293
+ - threshold
11294
+ - query
11295
+ type: object
11296
+ SLOTimeSliceQuery:
11297
+ description: The queries and formula used to calculate the SLI value.
11298
+ example:
11299
+ formulas:
11300
+ - formula: query2/query1
11301
+ queries:
11302
+ - data_source: metrics
11303
+ name: query1
11304
+ query: sum:trace.servlet.request.hits{*} by {env}.as_count()
11305
+ - data_source: metrics
11306
+ name: query1
11307
+ query: sum:trace.servlet.request.errors{*} by {env}.as_count()
11308
+ properties:
11309
+ formulas:
11310
+ description: A list that contains exactly one formula, as only a single
11311
+ formula may be used in a time-slice SLO.
11312
+ items:
11313
+ $ref: '#/components/schemas/SLOFormula'
11314
+ maxItems: 1
11315
+ minItems: 1
11316
+ type: array
11317
+ queries:
11318
+ description: A list of queries that are used to calculate the SLI value.
11319
+ items:
11320
+ $ref: '#/components/schemas/SLODataSourceQueryDefinition'
11321
+ type: array
11322
+ required:
11323
+ - formulas
11324
+ - queries
11325
+ type: object
11326
+ SLOTimeSliceSpec:
11327
+ additionalProperties: false
11328
+ description: A time-slice SLI specification.
11329
+ example:
11330
+ time_slice:
11331
+ comparator: <
11332
+ query:
11333
+ formulas:
11334
+ - formula: query2/query1
11335
+ queries:
11336
+ - data_source: metrics
11337
+ name: query1
11338
+ query: sum:trace.servlet.request.hits{*} by {env}.as_count()
11339
+ - data_source: metrics
11340
+ name: query1
11341
+ query: sum:trace.servlet.request.errors{*} by {env}.as_count()
11342
+ threshold: 5
11343
+ properties:
11344
+ time_slice:
11345
+ $ref: '#/components/schemas/SLOTimeSliceCondition'
11346
+ required:
11347
+ - time_slice
11348
+ type: object
11162
11349
  SLOTimeframe:
11163
11350
  description: The SLO time window options.
11164
11351
  enum:
@@ -11178,11 +11365,13 @@ components:
11178
11365
  enum:
11179
11366
  - metric
11180
11367
  - monitor
11368
+ - time_slice
11181
11369
  example: metric
11182
11370
  type: string
11183
11371
  x-enum-varnames:
11184
11372
  - METRIC
11185
11373
  - MONITOR
11374
+ - TIME_SLICE
11186
11375
  SLOTypeNumeric:
11187
11376
  description: 'A numeric representation of the type of the service level objective
11188
11377
  (`0` for
@@ -11193,12 +11382,14 @@ components:
11193
11382
  enum:
11194
11383
  - 0
11195
11384
  - 1
11385
+ - 2
11196
11386
  example: 0
11197
11387
  format: int32
11198
11388
  type: integer
11199
11389
  x-enum-varnames:
11200
11390
  - MONITOR
11201
11391
  - METRIC
11392
+ - TIME_SLICE
11202
11393
  SLOWidgetDefinition:
11203
11394
  description: Use the SLO and uptime widget to track your SLOs (Service Level
11204
11395
  Objectives) and uptime on screenboards and timeboards.
@@ -12008,6 +12199,8 @@ components:
12008
12199
  type: string
12009
12200
  query:
12010
12201
  $ref: '#/components/schemas/ServiceLevelObjectiveQuery'
12202
+ sli_specification:
12203
+ $ref: '#/components/schemas/SLOSliSpec'
12011
12204
  tags:
12012
12205
  description: 'A list of tags associated with this service level objective.
12013
12206
 
@@ -12137,6 +12330,8 @@ components:
12137
12330
  type: string
12138
12331
  query:
12139
12332
  $ref: '#/components/schemas/ServiceLevelObjectiveQuery'
12333
+ sli_specification:
12334
+ $ref: '#/components/schemas/SLOSliSpec'
12140
12335
  tags:
12141
12336
  description: 'A list of tags associated with this service level objective.
12142
12337
 
@@ -12672,7 +12867,7 @@ components:
12672
12867
  description: Maximum number of graphs to display in the widget.
12673
12868
  example: 24
12674
12869
  format: int64
12675
- maximum: 100
12870
+ maximum: 500
12676
12871
  minimum: 1
12677
12872
  type: integer
12678
12873
  sort:
@@ -12688,7 +12883,7 @@ components:
12688
12883
  description: Manual selection of tags making split graph widget static
12689
12884
  items:
12690
12885
  $ref: '#/components/schemas/SplitVectorEntry'
12691
- maxItems: 100
12886
+ maxItems: 500
12692
12887
  type: array
12693
12888
  required:
12694
12889
  - split_dimensions
@@ -14472,7 +14667,7 @@ components:
14472
14667
  - edge.laptop_large
14473
14668
  - edge.tablet
14474
14669
  - edge.mobile_small
14475
- example: laptop_large
14670
+ example: chrome.laptop_large
14476
14671
  type: string
14477
14672
  x-enum-varnames:
14478
14673
  - LAPTOP_LARGE
@@ -15531,6 +15726,10 @@ components:
15531
15726
  description: A protobuf JSON descriptor that needs to be gzipped first then
15532
15727
  base64 encoded.
15533
15728
  type: string
15729
+ compressedProtoFile:
15730
+ description: A protobuf file that needs to be gzipped first then base64
15731
+ encoded.
15732
+ type: string
15534
15733
  dnsServer:
15535
15734
  description: DNS server to use for DNS tests.
15536
15735
  type: string
@@ -17868,7 +18067,7 @@ components:
17868
18067
  type: array
17869
18068
  type: object
17870
18069
  UsageLambdaHour:
17871
- description: 'Number of lambda functions and sum of the invocations of all lambda
18070
+ description: 'Number of Lambda functions and sum of the invocations of all Lambda
17872
18071
  functions
17873
18072
 
17874
18073
  for each hour for a given organization.'
@@ -17896,8 +18095,8 @@ components:
17896
18095
  type: string
17897
18096
  type: object
17898
18097
  UsageLambdaResponse:
17899
- description: 'Response containing the number of lambda functions and sum of
17900
- the invocations of all lambda functions
18098
+ description: 'Response containing the number of Lambda functions and sum of
18099
+ the invocations of all Lambda functions
17901
18100
 
17902
18101
  for each hour for a given organization.'
17903
18102
  properties:
@@ -18484,6 +18683,11 @@ components:
18484
18683
  over all hours in the current date all organizations.
18485
18684
  format: int64
18486
18685
  type: integer
18686
+ apm_devsecops_host_top99p:
18687
+ description: Shows the 99th percentile of all APM DevSecOps hosts over all
18688
+ hours in the current date for the given org.
18689
+ format: int64
18690
+ type: integer
18487
18691
  apm_fargate_count_avg:
18488
18692
  description: Shows the average of all APM ECS Fargate tasks over all hours
18489
18693
  in the current date for all organizations.
@@ -19009,6 +19213,11 @@ components:
19009
19213
  over all hours in the current date for the given org.
19010
19214
  format: int64
19011
19215
  type: integer
19216
+ apm_devsecops_host_top99p:
19217
+ description: Shows the 99th percentile of all APM DevSecOps hosts over all
19218
+ hours in the current date for the given org.
19219
+ format: int64
19220
+ type: integer
19012
19221
  apm_fargate_count_avg:
19013
19222
  description: Shows the average of all APM ECS Fargate tasks over all hours
19014
19223
  in the current months for the given org.
@@ -19547,6 +19756,11 @@ components:
19547
19756
  over all hours in the current months all organizations.
19548
19757
  format: int64
19549
19758
  type: integer
19759
+ apm_devsecops_host_top99p_sum:
19760
+ description: Shows the 99th percentile of all APM DevSecOps hosts over all
19761
+ hours in the current months for all organizations.
19762
+ format: int64
19763
+ type: integer
19550
19764
  apm_fargate_count_avg_sum:
19551
19765
  description: Shows the average of all APM ECS Fargate tasks over all hours
19552
19766
  in the current months for all organizations.
@@ -22971,7 +23185,9 @@ paths:
22971
23185
  x-codegen-request-body-name: body
22972
23186
  /api/v1/downtime:
22973
23187
  get:
22974
- description: Get all scheduled downtimes.
23188
+ deprecated: true
23189
+ description: Get all scheduled downtimes. **Note:** This endpoint has been deprecated.
23190
+ Please use v2 endpoints.
22975
23191
  operationId: ListDowntimes
22976
23192
  parameters:
22977
23193
  - description: Only return downtimes that are active when the request is made.
@@ -23012,7 +23228,9 @@ paths:
23012
23228
  tags:
23013
23229
  - Downtimes
23014
23230
  post:
23015
- description: Schedule a downtime.
23231
+ deprecated: true
23232
+ description: Schedule a downtime. **Note:** This endpoint has been deprecated.
23233
+ Please use v2 endpoints.
23016
23234
  operationId: CreateDowntime
23017
23235
  requestBody:
23018
23236
  content:
@@ -23053,7 +23271,11 @@ paths:
23053
23271
  x-codegen-request-body-name: body
23054
23272
  /api/v1/downtime/cancel/by_scope:
23055
23273
  post:
23056
- description: Delete all downtimes that match the scope of `X`.
23274
+ deprecated: true
23275
+ description: Delete all downtimes that match the scope of `X`. **Note:** This
23276
+ only interacts with Downtimes created using v1 endpoints. This endpoint has
23277
+ been deprecated and will not be replaced. Please use v2 endpoints to find
23278
+ and cancel downtimes.
23057
23279
  operationId: CancelDowntimesByScope
23058
23280
  requestBody:
23059
23281
  content:
@@ -23100,7 +23322,9 @@ paths:
23100
23322
  x-codegen-request-body-name: body
23101
23323
  /api/v1/downtime/{downtime_id}:
23102
23324
  delete:
23103
- description: Cancel a downtime.
23325
+ deprecated: true
23326
+ description: Cancel a downtime. **Note:** This endpoint has been deprecated.
23327
+ Please use v2 endpoints.
23104
23328
  operationId: CancelDowntime
23105
23329
  parameters:
23106
23330
  - description: ID of the downtime to cancel.
@@ -23137,7 +23361,9 @@ paths:
23137
23361
  tags:
23138
23362
  - Downtimes
23139
23363
  get:
23140
- description: Get downtime detail by `downtime_id`.
23364
+ deprecated: true
23365
+ description: Get downtime detail by `downtime_id`. **Note:** This endpoint has
23366
+ been deprecated. Please use v2 endpoints.
23141
23367
  operationId: GetDowntime
23142
23368
  parameters:
23143
23369
  - description: ID of the downtime to fetch.
@@ -23178,7 +23404,9 @@ paths:
23178
23404
  tags:
23179
23405
  - Downtimes
23180
23406
  put:
23181
- description: Update a single downtime by `downtime_id`.
23407
+ deprecated: true
23408
+ description: Update a single downtime by `downtime_id`. **Note:** This endpoint
23409
+ has been deprecated. Please use v2 endpoints.
23182
23410
  operationId: UpdateDowntime
23183
23411
  parameters:
23184
23412
  - description: ID of the downtime to update.
@@ -26332,7 +26560,7 @@ paths:
26332
26560
 
26333
26561
  - SLO: `slo alert`
26334
26562
 
26335
- - watchdog: `event alert`
26563
+ - watchdog: `event-v2 alert`
26336
26564
 
26337
26565
  - event-v2: `event-v2 alert`
26338
26566
 
@@ -27163,7 +27391,9 @@ paths:
27163
27391
  x-codegen-request-body-name: body
27164
27392
  /api/v1/monitor/{monitor_id}/downtimes:
27165
27393
  get:
27166
- description: Get all active downtimes for the specified monitor.
27394
+ deprecated: true
27395
+ description: Get all active v1 downtimes for the specified monitor. **Note:**
27396
+ This endpoint has been deprecated. Please use v2 endpoints.
27167
27397
  operationId: ListMonitorDowntimes
27168
27398
  parameters:
27169
27399
  - description: The id of the monitor
@@ -30940,7 +31170,7 @@ paths:
30940
31170
  - Usage Metering
30941
31171
  /api/v1/usage/aws_lambda:
30942
31172
  get:
30943
- description: 'Get hourly usage for lambda.
31173
+ description: 'Get hourly usage for Lambda.
30944
31174
 
30945
31175
  **Note:** hourly usage data for all products is now available in the [Get
30946
31176
  hourly usage by product family API](https://docs.datadoghq.com/api/latest/usage-metering/#get-hourly-usage-by-product-family).
@@ -30994,7 +31224,7 @@ paths:
30994
31224
  appKeyAuth: []
30995
31225
  - AuthZ:
30996
31226
  - usage_read
30997
- summary: Get hourly usage for lambda
31227
+ summary: Get hourly usage for Lambda
30998
31228
  tags:
30999
31229
  - Usage Metering
31000
31230
  /api/v1/usage/billable-summary:
@@ -33343,9 +33573,9 @@ tags:
33343
33573
  - description: 'Configure your Datadog-AWS-Logs integration directly through Datadog
33344
33574
  API.
33345
33575
 
33346
- For more information, see the [AWS integration page](https://docs.datadoghq.com/api/?lang=bash#integration-aws-logs).'
33576
+ For more information, see the [AWS integration page](https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection).'
33347
33577
  externalDocs:
33348
- url: https://docs.datadoghq.com/api/?lang=bash#integration-aws-logs
33578
+ url: https://docs.datadoghq.com/integrations/amazon_web_services/#log-collection
33349
33579
  name: AWS Logs Integration
33350
33580
  - description: "All requests to Datadog\u2019s API must be authenticated.\nRequests
33351
33581
  that write data require reporting access and require an `API key`.\nRequests that
@@ -33353,7 +33583,9 @@ tags:
33353
33583
  All Datadog API clients are configured by default to consume Datadog US site APIs.\nIf
33354
33584
  you are on the Datadog EU site, set the environment variable `DATADOG_HOST` to\n`https://api.datadoghq.eu`
33355
33585
  or override this value directly when creating your client.\n\n[Manage your account\u2019s
33356
- API and application keys](https://app.datadoghq.com/account/settings#api)."
33586
+ API and application keys](https://app.datadoghq.com/organization-settings/) in
33587
+ Datadog, and see the [API and Application Keys page](https://docs.datadoghq.com/account_management/api-app-keys/)
33588
+ in the documentation."
33357
33589
  name: Authentication
33358
33590
  - description: 'Configure your Datadog-Azure integration directly through the Datadog
33359
33591
  API.
@@ -33369,10 +33601,9 @@ tags:
33369
33601
  organization.'
33370
33602
  name: Dashboard Lists
33371
33603
  x-deprecated: true
33372
- - description: 'Interact with your dashboard lists through the API to make it easier
33373
- to organize,
33374
-
33375
- find, and share all of your dashboards with your team and organization.'
33604
+ - description: Manage all your dashboards, as well as access to your shared dashboards,
33605
+ through the API. See the [Dashboards page](https://docs.datadoghq.com/dashboards/)
33606
+ for more information.
33376
33607
  name: Dashboards
33377
33608
  - description: '[Downtiming](https://docs.datadoghq.com/monitors/notify/downtimes)
33378
33609
  gives
@@ -33383,15 +33614,11 @@ tags:
33383
33614
 
33384
33615
  end times, prevent all alerting related to specified Datadog tags.'
33385
33616
  name: Downtimes
33386
- - description: 'The events service allows you to programmatically post events to the
33387
- event stream
33617
+ - description: 'The Event Management API allows you to programmatically post events
33618
+ to the Events Explorer
33388
33619
 
33389
- and fetch events from the event stream. Events are limited to 4000 characters.
33390
-
33391
- If an event is sent out with a message containing more than 4000 characters, only
33392
- the
33393
-
33394
- first 4000 characters are displayed.'
33620
+ and fetch events from the Events Explorer. See the [Event Management page](https://docs.datadoghq.com/service_management/events/)
33621
+ for more information.'
33395
33622
  name: Events
33396
33623
  - description: 'Configure your Datadog-Google Cloud Platform (GCP) integration directly
33397
33624
 
@@ -33399,7 +33626,9 @@ tags:
33399
33626
  externalDocs:
33400
33627
  url: https://docs.datadoghq.com/integrations/google_cloud_platform
33401
33628
  name: GCP Integration
33402
- - description: Get information about your live hosts in Datadog.
33629
+ - description: Get information about your infrastructure hosts in Datadog, and mute
33630
+ or unmute any notifications from your hosts. See the [Infrastructure page](https://docs.datadoghq.com/infrastructure/)
33631
+ for more information.
33403
33632
  name: Hosts
33404
33633
  - description: Get a list of IP prefixes belonging to Datadog.
33405
33634
  name: IP Ranges
@@ -33596,7 +33825,9 @@ tags:
33596
33825
 
33597
33826
  You can retrieve up to 24 hours of hourly usage data for multiple organizations,
33598
33827
 
33599
- and up to two months of hourly usage data for a single organization in one request.'
33828
+ and up to two months of hourly usage data for a single organization in one request.
33829
+
33830
+ Learn more on the [usage details documentation](https://docs.datadoghq.com/account_management/billing/usage_details/).'
33600
33831
  externalDocs:
33601
33832
  description: Find out more at
33602
33833
  url: https://docs.datadoghq.com/account_management/billing/usage_details/