datadog_api_client 2.20.0 → 2.21.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (189) hide show
  1. checksums.yaml +4 -4
  2. data/.apigentools-info +4 -4
  3. data/.generator/conftest.py +5 -0
  4. data/.generator/schemas/v1/openapi.yaml +333 -128
  5. data/.generator/schemas/v2/openapi.yaml +2450 -131
  6. data/CHANGELOG.md +28 -0
  7. data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
  8. data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
  9. data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
  10. data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
  11. data/examples/v2/case-management/ArchiveCase.rb +14 -0
  12. data/examples/v2/case-management/AssignCase.rb +20 -0
  13. data/examples/v2/case-management/CreateCase.rb +33 -0
  14. data/examples/v2/case-management/CreateProject.rb +15 -0
  15. data/examples/v2/case-management/DeleteProject.rb +5 -0
  16. data/examples/v2/case-management/GetCase.rb +8 -0
  17. data/examples/v2/case-management/GetProject.rb +5 -0
  18. data/examples/v2/case-management/GetProjects.rb +5 -0
  19. data/examples/v2/case-management/SearchCases.rb +5 -0
  20. data/examples/v2/case-management/SearchCases_3433960044.rb +5 -0
  21. data/examples/v2/case-management/UnarchiveCase.rb +14 -0
  22. data/examples/v2/case-management/UnassignCase.rb +14 -0
  23. data/examples/v2/case-management/UpdatePriority.rb +17 -0
  24. data/examples/v2/case-management/UpdateStatus.rb +17 -0
  25. data/examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb +17 -0
  26. data/examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb +8 -0
  27. data/examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb +5 -0
  28. data/examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb +8 -0
  29. data/examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb +5 -0
  30. data/examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb +20 -0
  31. data/examples/v2/dora-metrics/CreateDORAIncident.rb +6 -3
  32. data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
  33. data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
  34. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination.rb +31 -0
  35. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1091442807.rb +31 -0
  36. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1288180912.rb +27 -0
  37. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_141236188.rb +32 -0
  38. data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2184123765.rb +31 -0
  39. data/examples/v2/logs-custom-destinations/DeleteLogsCustomDestination.rb +8 -0
  40. data/examples/v2/logs-custom-destinations/GetLogsCustomDestination.rb +8 -0
  41. data/examples/v2/logs-custom-destinations/ListLogsCustomDestinations.rb +5 -0
  42. data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +18 -0
  43. data/examples/v2/metrics/ListMetricAssets.rb +5 -0
  44. data/lib/datadog_api_client/inflector.rb +112 -0
  45. data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
  46. data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -5
  47. data/lib/datadog_api_client/v1/models/gcp_account.rb +14 -1
  48. data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +6 -0
  49. data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
  50. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +8 -0
  51. data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +84 -4
  52. data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -0
  53. data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
  54. data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +1 -1
  55. data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
  56. data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
  57. data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -1
  58. data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +83 -3
  59. data/lib/datadog_api_client/v1/models/usage_summary_response.rb +182 -102
  60. data/lib/datadog_api_client/v2/api/case_management_api.rb +942 -0
  61. data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +2 -2
  62. data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +392 -0
  63. data/lib/datadog_api_client/v2/api/incident_services_api.rb +15 -0
  64. data/lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb +355 -0
  65. data/lib/datadog_api_client/v2/api/metrics_api.rb +69 -1
  66. data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
  67. data/lib/datadog_api_client/v2/api/usage_metering_api.rb +3 -3
  68. data/lib/datadog_api_client/v2/models/case.rb +150 -0
  69. data/lib/datadog_api_client/v2/models/case3rd_party_ticket_status.rb +28 -0
  70. data/lib/datadog_api_client/v2/models/case_assign.rb +119 -0
  71. data/lib/datadog_api_client/v2/models/case_assign_attributes.rb +98 -0
  72. data/lib/datadog_api_client/v2/models/case_assign_request.rb +98 -0
  73. data/lib/datadog_api_client/v2/models/case_attributes.rb +202 -0
  74. data/lib/datadog_api_client/v2/models/case_create.rb +129 -0
  75. data/lib/datadog_api_client/v2/models/case_create_attributes.rb +139 -0
  76. data/lib/datadog_api_client/v2/models/case_create_relationships.rb +116 -0
  77. data/lib/datadog_api_client/v2/models/case_create_request.rb +98 -0
  78. data/lib/datadog_api_client/v2/models/case_empty.rb +98 -0
  79. data/lib/datadog_api_client/v2/models/case_empty_request.rb +98 -0
  80. data/lib/datadog_api_client/v2/models/case_priority.rb +31 -0
  81. data/lib/datadog_api_client/v2/models/case_relationships.rb +120 -0
  82. data/lib/datadog_api_client/v2/models/case_resource_type.rb +26 -0
  83. data/lib/datadog_api_client/v2/models/case_response.rb +80 -0
  84. data/lib/datadog_api_client/v2/models/case_sortable_field.rb +28 -0
  85. data/lib/datadog_api_client/v2/models/case_status.rb +28 -0
  86. data/lib/datadog_api_client/v2/models/case_type.rb +26 -0
  87. data/lib/datadog_api_client/v2/models/case_update_priority.rb +119 -0
  88. data/lib/datadog_api_client/v2/models/case_update_priority_attributes.rb +98 -0
  89. data/lib/datadog_api_client/v2/models/case_update_priority_request.rb +98 -0
  90. data/lib/datadog_api_client/v2/models/case_update_status.rb +119 -0
  91. data/lib/datadog_api_client/v2/models/case_update_status_attributes.rb +98 -0
  92. data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
  93. data/lib/datadog_api_client/v2/models/cases_response.rb +92 -0
  94. data/lib/datadog_api_client/v2/models/cases_response_meta.rb +80 -0
  95. data/lib/datadog_api_client/v2/models/cases_response_meta_pagination.rb +100 -0
  96. data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +1 -1
  97. data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -1
  98. data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -1
  99. data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +90 -0
  100. data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +21 -1
  101. data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb +80 -0
  102. data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +11 -1
  103. data/lib/datadog_api_client/v2/models/custom_destination_attribute_tags_restriction_list_type.rb +31 -0
  104. data/lib/datadog_api_client/v2/models/custom_destination_create_request.rb +80 -0
  105. data/lib/datadog_api_client/v2/models/custom_destination_create_request_attributes.rb +193 -0
  106. data/lib/datadog_api_client/v2/models/custom_destination_create_request_definition.rb +119 -0
  107. data/lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb +119 -0
  108. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination.rb +64 -0
  109. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch.rb +181 -0
  110. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch_type.rb +26 -0
  111. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http.rb +141 -0
  112. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http_type.rb +26 -0
  113. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +141 -0
  114. data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk_type.rb +26 -0
  115. data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth.rb +63 -0
  116. data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb +140 -0
  117. data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic_type.rb +26 -0
  118. data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header.rb +140 -0
  119. data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header_type.rb +26 -0
  120. data/lib/datadog_api_client/v2/models/custom_destination_response.rb +80 -0
  121. data/lib/datadog_api_client/v2/models/custom_destination_response_attributes.rb +171 -0
  122. data/lib/datadog_api_client/v2/models/custom_destination_response_definition.rb +100 -0
  123. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination.rb +64 -0
  124. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch.rb +181 -0
  125. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch_type.rb +26 -0
  126. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb +141 -0
  127. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http_type.rb +26 -0
  128. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +120 -0
  129. data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk_type.rb +26 -0
  130. data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth.rb +63 -0
  131. data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic.rb +98 -0
  132. data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic_type.rb +26 -0
  133. data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header.rb +119 -0
  134. data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header_type.rb +26 -0
  135. data/lib/datadog_api_client/v2/models/custom_destination_type.rb +26 -0
  136. data/lib/datadog_api_client/v2/models/custom_destination_update_request.rb +80 -0
  137. data/lib/datadog_api_client/v2/models/custom_destination_update_request_attributes.rb +169 -0
  138. data/lib/datadog_api_client/v2/models/custom_destination_update_request_definition.rb +129 -0
  139. data/lib/datadog_api_client/v2/models/custom_destinations_response.rb +82 -0
  140. data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +21 -20
  141. data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +14 -1
  142. data/lib/datadog_api_client/v2/models/jira_issue.rb +90 -0
  143. data/lib/datadog_api_client/v2/models/jira_issue_result.rb +110 -0
  144. data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +1 -12
  145. data/lib/datadog_api_client/v2/models/metric_asset_attributes.rb +80 -0
  146. data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb +90 -0
  147. data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationships.rb +82 -0
  148. data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationship.rb +90 -0
  149. data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationships.rb +82 -0
  150. data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationship.rb +90 -0
  151. data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationships.rb +82 -0
  152. data/lib/datadog_api_client/v2/models/metric_asset_response_data.rb +129 -0
  153. data/lib/datadog_api_client/v2/models/metric_asset_response_included.rb +65 -0
  154. data/lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb +110 -0
  155. data/lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb +90 -0
  156. data/lib/datadog_api_client/v2/models/metric_asset_slo_relationships.rb +82 -0
  157. data/lib/datadog_api_client/v2/models/metric_assets_response.rb +92 -0
  158. data/lib/datadog_api_client/v2/models/metric_dashboard_asset.rb +129 -0
  159. data/lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb +112 -0
  160. data/lib/datadog_api_client/v2/models/metric_dashboard_type.rb +26 -0
  161. data/lib/datadog_api_client/v2/models/metric_monitor_asset.rb +129 -0
  162. data/lib/datadog_api_client/v2/models/metric_monitor_type.rb +26 -0
  163. data/lib/datadog_api_client/v2/models/metric_notebook_asset.rb +129 -0
  164. data/lib/datadog_api_client/v2/models/metric_notebook_type.rb +26 -0
  165. data/lib/datadog_api_client/v2/models/metric_slo_asset.rb +129 -0
  166. data/lib/datadog_api_client/v2/models/metric_slo_type.rb +26 -0
  167. data/lib/datadog_api_client/v2/models/nullable_user_relationship.rb +88 -0
  168. data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -0
  169. data/lib/datadog_api_client/v2/models/project.rb +150 -0
  170. data/lib/datadog_api_client/v2/models/project_attributes.rb +90 -0
  171. data/lib/datadog_api_client/v2/models/project_create.rb +119 -0
  172. data/lib/datadog_api_client/v2/models/project_create_attributes.rb +119 -0
  173. data/lib/datadog_api_client/v2/models/project_create_request.rb +98 -0
  174. data/lib/datadog_api_client/v2/models/project_relationship.rb +98 -0
  175. data/lib/datadog_api_client/v2/models/project_relationship_data.rb +119 -0
  176. data/lib/datadog_api_client/v2/models/project_relationships.rb +90 -0
  177. data/lib/datadog_api_client/v2/models/project_resource_type.rb +26 -0
  178. data/lib/datadog_api_client/v2/models/project_response.rb +80 -0
  179. data/lib/datadog_api_client/v2/models/projects_response.rb +82 -0
  180. data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
  181. data/lib/datadog_api_client/v2/models/service_now_ticket.rb +90 -0
  182. data/lib/datadog_api_client/v2/models/service_now_ticket_result.rb +80 -0
  183. data/lib/datadog_api_client/v2/models/user_relationship_data.rb +119 -0
  184. data/lib/datadog_api_client/v2/models/user_resource_type.rb +26 -0
  185. data/lib/datadog_api_client/v2/models/user_team_included.rb +62 -0
  186. data/lib/datadog_api_client/v2/models/user_team_response.rb +16 -4
  187. data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
  188. data/lib/datadog_api_client/version.rb +1 -1
  189. metadata +147 -2
@@ -0,0 +1,5 @@
1
+ # Get all custom destinations returns "OK" response
2
+
3
+ require "datadog_api_client"
4
+ api_instance = DatadogAPIClient::V2::LogsCustomDestinationsAPI.new
5
+ p api_instance.list_logs_custom_destinations()
@@ -0,0 +1,18 @@
1
+ # Update a custom destination returns "OK" response
2
+
3
+ require "datadog_api_client"
4
+ api_instance = DatadogAPIClient::V2::LogsCustomDestinationsAPI.new
5
+
6
+ # there is a valid "custom_destination" in the system
7
+ CUSTOM_DESTINATION_DATA_ID = ENV["CUSTOM_DESTINATION_DATA_ID"]
8
+
9
+ body = DatadogAPIClient::V2::CustomDestinationUpdateRequest.new({
10
+ data: DatadogAPIClient::V2::CustomDestinationUpdateRequestDefinition.new({
11
+ attributes: DatadogAPIClient::V2::CustomDestinationUpdateRequestAttributes.new({
12
+ name: "Nginx logs (Updated)",
13
+ }),
14
+ type: DatadogAPIClient::V2::CustomDestinationType::CUSTOM_DESTINATION,
15
+ id: CUSTOM_DESTINATION_DATA_ID,
16
+ }),
17
+ })
18
+ p api_instance.update_logs_custom_destination(CUSTOM_DESTINATION_DATA_ID, body)
@@ -0,0 +1,5 @@
1
+ # Related Assets to a Metric returns "Success" response
2
+
3
+ require "datadog_api_client"
4
+ api_instance = DatadogAPIClient::V2::MetricsAPI.new
5
+ p api_instance.list_metric_assets("system.cpu.user")
@@ -953,6 +953,34 @@ module DatadogAPIClient
953
953
  "v2.bulk_mute_findings_request_properties" => "BulkMuteFindingsRequestProperties",
954
954
  "v2.bulk_mute_findings_response" => "BulkMuteFindingsResponse",
955
955
  "v2.bulk_mute_findings_response_data" => "BulkMuteFindingsResponseData",
956
+ "v2.case" => "Case",
957
+ "v2.case3rd_party_ticket_status" => "Case3rdPartyTicketStatus",
958
+ "v2.case_assign" => "CaseAssign",
959
+ "v2.case_assign_attributes" => "CaseAssignAttributes",
960
+ "v2.case_assign_request" => "CaseAssignRequest",
961
+ "v2.case_attributes" => "CaseAttributes",
962
+ "v2.case_create" => "CaseCreate",
963
+ "v2.case_create_attributes" => "CaseCreateAttributes",
964
+ "v2.case_create_relationships" => "CaseCreateRelationships",
965
+ "v2.case_create_request" => "CaseCreateRequest",
966
+ "v2.case_empty" => "CaseEmpty",
967
+ "v2.case_empty_request" => "CaseEmptyRequest",
968
+ "v2.case_priority" => "CasePriority",
969
+ "v2.case_relationships" => "CaseRelationships",
970
+ "v2.case_resource_type" => "CaseResourceType",
971
+ "v2.case_response" => "CaseResponse",
972
+ "v2.case_sortable_field" => "CaseSortableField",
973
+ "v2.cases_response" => "CasesResponse",
974
+ "v2.cases_response_meta" => "CasesResponseMeta",
975
+ "v2.cases_response_meta_pagination" => "CasesResponseMetaPagination",
976
+ "v2.case_status" => "CaseStatus",
977
+ "v2.case_type" => "CaseType",
978
+ "v2.case_update_priority" => "CaseUpdatePriority",
979
+ "v2.case_update_priority_attributes" => "CaseUpdatePriorityAttributes",
980
+ "v2.case_update_priority_request" => "CaseUpdatePriorityRequest",
981
+ "v2.case_update_status" => "CaseUpdateStatus",
982
+ "v2.case_update_status_attributes" => "CaseUpdateStatusAttributes",
983
+ "v2.case_update_status_request" => "CaseUpdateStatusRequest",
956
984
  "v2.chargeback_breakdown" => "ChargebackBreakdown",
957
985
  "v2.ci_app_aggregate_bucket_value" => "CIAppAggregateBucketValue",
958
986
  "v2.ci_app_aggregate_bucket_value_timeseries_point" => "CIAppAggregateBucketValueTimeseriesPoint",
@@ -1043,12 +1071,14 @@ module DatadogAPIClient
1043
1071
  "v2.cloudflare_account_update_request" => "CloudflareAccountUpdateRequest",
1044
1072
  "v2.cloudflare_account_update_request_attributes" => "CloudflareAccountUpdateRequestAttributes",
1045
1073
  "v2.cloudflare_account_update_request_data" => "CloudflareAccountUpdateRequestData",
1074
+ "v2.cloud_workload_security_agent_rule_action" => "CloudWorkloadSecurityAgentRuleAction",
1046
1075
  "v2.cloud_workload_security_agent_rule_attributes" => "CloudWorkloadSecurityAgentRuleAttributes",
1047
1076
  "v2.cloud_workload_security_agent_rule_create_attributes" => "CloudWorkloadSecurityAgentRuleCreateAttributes",
1048
1077
  "v2.cloud_workload_security_agent_rule_create_data" => "CloudWorkloadSecurityAgentRuleCreateData",
1049
1078
  "v2.cloud_workload_security_agent_rule_create_request" => "CloudWorkloadSecurityAgentRuleCreateRequest",
1050
1079
  "v2.cloud_workload_security_agent_rule_creator_attributes" => "CloudWorkloadSecurityAgentRuleCreatorAttributes",
1051
1080
  "v2.cloud_workload_security_agent_rule_data" => "CloudWorkloadSecurityAgentRuleData",
1081
+ "v2.cloud_workload_security_agent_rule_kill" => "CloudWorkloadSecurityAgentRuleKill",
1052
1082
  "v2.cloud_workload_security_agent_rule_response" => "CloudWorkloadSecurityAgentRuleResponse",
1053
1083
  "v2.cloud_workload_security_agent_rules_list_response" => "CloudWorkloadSecurityAgentRulesListResponse",
1054
1084
  "v2.cloud_workload_security_agent_rule_type" => "CloudWorkloadSecurityAgentRuleType",
@@ -1123,6 +1153,43 @@ module DatadogAPIClient
1123
1153
  "v2.create_rule_response" => "CreateRuleResponse",
1124
1154
  "v2.create_rule_response_data" => "CreateRuleResponseData",
1125
1155
  "v2.creator" => "Creator",
1156
+ "v2.custom_destination_attribute_tags_restriction_list_type" => "CustomDestinationAttributeTagsRestrictionListType",
1157
+ "v2.custom_destination_create_request" => "CustomDestinationCreateRequest",
1158
+ "v2.custom_destination_create_request_attributes" => "CustomDestinationCreateRequestAttributes",
1159
+ "v2.custom_destination_create_request_definition" => "CustomDestinationCreateRequestDefinition",
1160
+ "v2.custom_destination_elasticsearch_destination_auth" => "CustomDestinationElasticsearchDestinationAuth",
1161
+ "v2.custom_destination_forward_destination" => "CustomDestinationForwardDestination",
1162
+ "v2.custom_destination_forward_destination_elasticsearch" => "CustomDestinationForwardDestinationElasticsearch",
1163
+ "v2.custom_destination_forward_destination_elasticsearch_type" => "CustomDestinationForwardDestinationElasticsearchType",
1164
+ "v2.custom_destination_forward_destination_http" => "CustomDestinationForwardDestinationHttp",
1165
+ "v2.custom_destination_forward_destination_http_type" => "CustomDestinationForwardDestinationHttpType",
1166
+ "v2.custom_destination_forward_destination_splunk" => "CustomDestinationForwardDestinationSplunk",
1167
+ "v2.custom_destination_forward_destination_splunk_type" => "CustomDestinationForwardDestinationSplunkType",
1168
+ "v2.custom_destination_http_destination_auth" => "CustomDestinationHttpDestinationAuth",
1169
+ "v2.custom_destination_http_destination_auth_basic" => "CustomDestinationHttpDestinationAuthBasic",
1170
+ "v2.custom_destination_http_destination_auth_basic_type" => "CustomDestinationHttpDestinationAuthBasicType",
1171
+ "v2.custom_destination_http_destination_auth_custom_header" => "CustomDestinationHttpDestinationAuthCustomHeader",
1172
+ "v2.custom_destination_http_destination_auth_custom_header_type" => "CustomDestinationHttpDestinationAuthCustomHeaderType",
1173
+ "v2.custom_destination_response" => "CustomDestinationResponse",
1174
+ "v2.custom_destination_response_attributes" => "CustomDestinationResponseAttributes",
1175
+ "v2.custom_destination_response_definition" => "CustomDestinationResponseDefinition",
1176
+ "v2.custom_destination_response_forward_destination" => "CustomDestinationResponseForwardDestination",
1177
+ "v2.custom_destination_response_forward_destination_elasticsearch" => "CustomDestinationResponseForwardDestinationElasticsearch",
1178
+ "v2.custom_destination_response_forward_destination_elasticsearch_type" => "CustomDestinationResponseForwardDestinationElasticsearchType",
1179
+ "v2.custom_destination_response_forward_destination_http" => "CustomDestinationResponseForwardDestinationHttp",
1180
+ "v2.custom_destination_response_forward_destination_http_type" => "CustomDestinationResponseForwardDestinationHttpType",
1181
+ "v2.custom_destination_response_forward_destination_splunk" => "CustomDestinationResponseForwardDestinationSplunk",
1182
+ "v2.custom_destination_response_forward_destination_splunk_type" => "CustomDestinationResponseForwardDestinationSplunkType",
1183
+ "v2.custom_destination_response_http_destination_auth" => "CustomDestinationResponseHttpDestinationAuth",
1184
+ "v2.custom_destination_response_http_destination_auth_basic" => "CustomDestinationResponseHttpDestinationAuthBasic",
1185
+ "v2.custom_destination_response_http_destination_auth_basic_type" => "CustomDestinationResponseHttpDestinationAuthBasicType",
1186
+ "v2.custom_destination_response_http_destination_auth_custom_header" => "CustomDestinationResponseHttpDestinationAuthCustomHeader",
1187
+ "v2.custom_destination_response_http_destination_auth_custom_header_type" => "CustomDestinationResponseHttpDestinationAuthCustomHeaderType",
1188
+ "v2.custom_destinations_response" => "CustomDestinationsResponse",
1189
+ "v2.custom_destination_type" => "CustomDestinationType",
1190
+ "v2.custom_destination_update_request" => "CustomDestinationUpdateRequest",
1191
+ "v2.custom_destination_update_request_attributes" => "CustomDestinationUpdateRequestAttributes",
1192
+ "v2.custom_destination_update_request_definition" => "CustomDestinationUpdateRequestDefinition",
1126
1193
  "v2.dashboard_list_add_items_request" => "DashboardListAddItemsRequest",
1127
1194
  "v2.dashboard_list_add_items_response" => "DashboardListAddItemsResponse",
1128
1195
  "v2.dashboard_list_delete_items_request" => "DashboardListDeleteItemsRequest",
@@ -1405,6 +1472,8 @@ module DatadogAPIClient
1405
1472
  "v2.ip_allowlist_update_request" => "IPAllowlistUpdateRequest",
1406
1473
  "v2.jira_integration_metadata" => "JiraIntegrationMetadata",
1407
1474
  "v2.jira_integration_metadata_issues_item" => "JiraIntegrationMetadataIssuesItem",
1475
+ "v2.jira_issue" => "JiraIssue",
1476
+ "v2.jira_issue_result" => "JiraIssueResult",
1408
1477
  "v2.jsonapi_error_item" => "JSONAPIErrorItem",
1409
1478
  "v2.jsonapi_error_response" => "JSONAPIErrorResponse",
1410
1479
  "v2.list_application_keys_response" => "ListApplicationKeysResponse",
@@ -1498,6 +1567,19 @@ module DatadogAPIClient
1498
1567
  "v2.metric_all_tags" => "MetricAllTags",
1499
1568
  "v2.metric_all_tags_attributes" => "MetricAllTagsAttributes",
1500
1569
  "v2.metric_all_tags_response" => "MetricAllTagsResponse",
1570
+ "v2.metric_asset_attributes" => "MetricAssetAttributes",
1571
+ "v2.metric_asset_dashboard_relationship" => "MetricAssetDashboardRelationship",
1572
+ "v2.metric_asset_dashboard_relationships" => "MetricAssetDashboardRelationships",
1573
+ "v2.metric_asset_monitor_relationship" => "MetricAssetMonitorRelationship",
1574
+ "v2.metric_asset_monitor_relationships" => "MetricAssetMonitorRelationships",
1575
+ "v2.metric_asset_notebook_relationship" => "MetricAssetNotebookRelationship",
1576
+ "v2.metric_asset_notebook_relationships" => "MetricAssetNotebookRelationships",
1577
+ "v2.metric_asset_response_data" => "MetricAssetResponseData",
1578
+ "v2.metric_asset_response_included" => "MetricAssetResponseIncluded",
1579
+ "v2.metric_asset_response_relationships" => "MetricAssetResponseRelationships",
1580
+ "v2.metric_asset_slo_relationship" => "MetricAssetSLORelationship",
1581
+ "v2.metric_asset_slo_relationships" => "MetricAssetSLORelationships",
1582
+ "v2.metric_assets_response" => "MetricAssetsResponse",
1501
1583
  "v2.metric_bulk_configure_tags_type" => "MetricBulkConfigureTagsType",
1502
1584
  "v2.metric_bulk_tag_config_create" => "MetricBulkTagConfigCreate",
1503
1585
  "v2.metric_bulk_tag_config_create_attributes" => "MetricBulkTagConfigCreateAttributes",
@@ -1512,6 +1594,9 @@ module DatadogAPIClient
1512
1594
  "v2.metric_custom_aggregation" => "MetricCustomAggregation",
1513
1595
  "v2.metric_custom_space_aggregation" => "MetricCustomSpaceAggregation",
1514
1596
  "v2.metric_custom_time_aggregation" => "MetricCustomTimeAggregation",
1597
+ "v2.metric_dashboard_asset" => "MetricDashboardAsset",
1598
+ "v2.metric_dashboard_attributes" => "MetricDashboardAttributes",
1599
+ "v2.metric_dashboard_type" => "MetricDashboardType",
1515
1600
  "v2.metric_distinct_volume" => "MetricDistinctVolume",
1516
1601
  "v2.metric_distinct_volume_attributes" => "MetricDistinctVolumeAttributes",
1517
1602
  "v2.metric_distinct_volume_type" => "MetricDistinctVolumeType",
@@ -1525,6 +1610,10 @@ module DatadogAPIClient
1525
1610
  "v2.metric_ingested_indexed_volume_type" => "MetricIngestedIndexedVolumeType",
1526
1611
  "v2.metric_intake_type" => "MetricIntakeType",
1527
1612
  "v2.metric_metadata" => "MetricMetadata",
1613
+ "v2.metric_monitor_asset" => "MetricMonitorAsset",
1614
+ "v2.metric_monitor_type" => "MetricMonitorType",
1615
+ "v2.metric_notebook_asset" => "MetricNotebookAsset",
1616
+ "v2.metric_notebook_type" => "MetricNotebookType",
1528
1617
  "v2.metric_origin" => "MetricOrigin",
1529
1618
  "v2.metric_payload" => "MetricPayload",
1530
1619
  "v2.metric_point" => "MetricPoint",
@@ -1534,6 +1623,8 @@ module DatadogAPIClient
1534
1623
  "v2.metrics_and_metric_tag_configurations_response" => "MetricsAndMetricTagConfigurationsResponse",
1535
1624
  "v2.metrics_data_source" => "MetricsDataSource",
1536
1625
  "v2.metric_series" => "MetricSeries",
1626
+ "v2.metric_slo_asset" => "MetricSLOAsset",
1627
+ "v2.metric_slo_type" => "MetricSLOType",
1537
1628
  "v2.metrics_scalar_query" => "MetricsScalarQuery",
1538
1629
  "v2.metrics_timeseries_query" => "MetricsTimeseriesQuery",
1539
1630
  "v2.metric_suggested_tags_and_aggregations" => "MetricSuggestedTagsAndAggregations",
@@ -1581,6 +1672,8 @@ module DatadogAPIClient
1581
1672
  "v2.monthly_cost_attribution_response" => "MonthlyCostAttributionResponse",
1582
1673
  "v2.nullable_relationship_to_user" => "NullableRelationshipToUser",
1583
1674
  "v2.nullable_relationship_to_user_data" => "NullableRelationshipToUserData",
1675
+ "v2.nullable_user_relationship" => "NullableUserRelationship",
1676
+ "v2.nullable_user_relationship_data" => "NullableUserRelationshipData",
1584
1677
  "v2.okta_account" => "OktaAccount",
1585
1678
  "v2.okta_account_attributes" => "OktaAccountAttributes",
1586
1679
  "v2.okta_account_request" => "OktaAccountRequest",
@@ -1656,10 +1749,21 @@ module DatadogAPIClient
1656
1749
  "v2.process_summary" => "ProcessSummary",
1657
1750
  "v2.process_summary_attributes" => "ProcessSummaryAttributes",
1658
1751
  "v2.process_summary_type" => "ProcessSummaryType",
1752
+ "v2.project" => "Project",
1753
+ "v2.project_attributes" => "ProjectAttributes",
1754
+ "v2.project_create" => "ProjectCreate",
1755
+ "v2.project_create_attributes" => "ProjectCreateAttributes",
1756
+ "v2.project_create_request" => "ProjectCreateRequest",
1659
1757
  "v2.projected_cost" => "ProjectedCost",
1660
1758
  "v2.projected_cost_attributes" => "ProjectedCostAttributes",
1661
1759
  "v2.projected_cost_response" => "ProjectedCostResponse",
1662
1760
  "v2.projected_cost_type" => "ProjectedCostType",
1761
+ "v2.project_relationship" => "ProjectRelationship",
1762
+ "v2.project_relationship_data" => "ProjectRelationshipData",
1763
+ "v2.project_relationships" => "ProjectRelationships",
1764
+ "v2.project_resource_type" => "ProjectResourceType",
1765
+ "v2.project_response" => "ProjectResponse",
1766
+ "v2.projects_response" => "ProjectsResponse",
1663
1767
  "v2.query_formula" => "QueryFormula",
1664
1768
  "v2.query_sort_order" => "QuerySortOrder",
1665
1769
  "v2.relationship_to_incident_attachment" => "RelationshipToIncidentAttachment",
@@ -2018,6 +2122,8 @@ module DatadogAPIClient
2018
2122
  "v2.service_definition_v2_slack" => "ServiceDefinitionV2Slack",
2019
2123
  "v2.service_definition_v2_slack_type" => "ServiceDefinitionV2SlackType",
2020
2124
  "v2.service_definition_v2_version" => "ServiceDefinitionV2Version",
2125
+ "v2.service_now_ticket" => "ServiceNowTicket",
2126
+ "v2.service_now_ticket_result" => "ServiceNowTicketResult",
2021
2127
  "v2.slack_integration_metadata" => "SlackIntegrationMetadata",
2022
2128
  "v2.slack_integration_metadata_channel_item" => "SlackIntegrationMetadataChannelItem",
2023
2129
  "v2.sort_direction" => "SortDirection",
@@ -2152,15 +2258,19 @@ module DatadogAPIClient
2152
2258
  "v2.user_invitations_request" => "UserInvitationsRequest",
2153
2259
  "v2.user_invitations_response" => "UserInvitationsResponse",
2154
2260
  "v2.user_invitations_type" => "UserInvitationsType",
2261
+ "v2.user_relationship_data" => "UserRelationshipData",
2155
2262
  "v2.user_relationships" => "UserRelationships",
2263
+ "v2.user_resource_type" => "UserResourceType",
2156
2264
  "v2.user_response" => "UserResponse",
2157
2265
  "v2.user_response_included_item" => "UserResponseIncludedItem",
2158
2266
  "v2.user_response_relationships" => "UserResponseRelationships",
2267
+ "v2.users_relationship" => "UsersRelationship",
2159
2268
  "v2.users_response" => "UsersResponse",
2160
2269
  "v2.users_type" => "UsersType",
2161
2270
  "v2.user_team" => "UserTeam",
2162
2271
  "v2.user_team_attributes" => "UserTeamAttributes",
2163
2272
  "v2.user_team_create" => "UserTeamCreate",
2273
+ "v2.user_team_included" => "UserTeamIncluded",
2164
2274
  "v2.user_team_permission" => "UserTeamPermission",
2165
2275
  "v2.user_team_permission_attributes" => "UserTeamPermissionAttributes",
2166
2276
  "v2.user_team_permission_type" => "UserTeamPermissionType",
@@ -2214,6 +2324,7 @@ module DatadogAPIClient
2214
2324
  "v2.apm_retention_filters_api" => "APMRetentionFiltersAPI",
2215
2325
  "v2.audit_api" => "AuditAPI",
2216
2326
  "v2.authn_mappings_api" => "AuthNMappingsAPI",
2327
+ "v2.case_management_api" => "CaseManagementAPI",
2217
2328
  "v2.ci_visibility_pipelines_api" => "CIVisibilityPipelinesAPI",
2218
2329
  "v2.ci_visibility_tests_api" => "CIVisibilityTestsAPI",
2219
2330
  "v2.cloud_cost_management_api" => "CloudCostManagementAPI",
@@ -2235,6 +2346,7 @@ module DatadogAPIClient
2235
2346
  "v2.key_management_api" => "KeyManagementAPI",
2236
2347
  "v2.logs_api" => "LogsAPI",
2237
2348
  "v2.logs_archives_api" => "LogsArchivesAPI",
2349
+ "v2.logs_custom_destinations_api" => "LogsCustomDestinationsAPI",
2238
2350
  "v2.logs_metrics_api" => "LogsMetricsAPI",
2239
2351
  "v2.metrics_api" => "MetricsAPI",
2240
2352
  "v2.monitors_api" => "MonitorsAPI",
@@ -128,7 +128,7 @@ module DatadogAPIClient::V1
128
128
  # - database-monitoring: `database-monitoring alert`
129
129
  #
130
130
  # **Notes**:
131
- # - Synthetic monitors are created through the Synthetics API. See the [Synthetics API] (https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
131
+ # - Synthetic monitors are created through the Synthetics API. See the [Synthetics API](https://docs.datadoghq.com/api/latest/synthetics/) documentation for more information.
132
132
  # - Log monitors require an unscoped App Key.
133
133
  #
134
134
  # #### Query Types
@@ -280,8 +280,6 @@ module DatadogAPIClient::V1
280
280
  # - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
281
281
  # - `#` an integer or decimal number used to set the threshold.
282
282
  #
283
- # **NOTE** Database Monitoring monitors are in alpha on US1.
284
- #
285
283
  # @param body [Monitor] Create a monitor request body.
286
284
  # @param opts [Hash] the optional parameters
287
285
  # @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
@@ -152,7 +152,7 @@ module DatadogAPIClient::V1
152
152
  fail ArgumentError, "Missing the required parameter 'usage_type' when calling UsageMeteringAPI.get_hourly_usage_attribution"
153
153
  end
154
154
  # verify enum value
155
- allowable_values = ['api_usage', 'apm_fargate_usage', 'apm_host_usage', 'apm_usm_usage', 'appsec_fargate_usage', 'appsec_usage', 'browser_usage', 'ci_pipeline_indexed_spans_usage', 'ci_test_indexed_spans_usage', 'ci_visibility_itr_usage', 'cloud_siem_usage', 'container_excl_agent_usage', 'container_usage', 'cspm_containers_usage', 'cspm_hosts_usage', 'custom_event_usage', 'custom_ingested_timeseries_usage', 'custom_timeseries_usage', 'cws_containers_usage', 'cws_hosts_usage', 'dbm_hosts_usage', 'dbm_queries_usage', 'estimated_indexed_logs_usage', 'estimated_indexed_spans_usage', 'estimated_ingested_logs_usage', 'estimated_ingested_spans_usage', 'estimated_rum_sessions_usage', 'fargate_usage', 'functions_usage', 'indexed_spans_usage', 'infra_host_usage', 'ingested_logs_bytes_usage', 'ingested_spans_bytes_usage', 'invocations_usage', 'lambda_traced_invocations_usage', 'logs_indexed_15day_usage', 'logs_indexed_180day_usage', 'logs_indexed_30day_usage', 'logs_indexed_360day_usage', 'logs_indexed_3day_usage', 'logs_indexed_45day_usage', 'logs_indexed_60day_usage', 'logs_indexed_7day_usage', 'logs_indexed_90day_usage', 'logs_indexed_custom_retention_usage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'npm_host_usage', 'obs_pipeline_bytes_usage', 'profiled_container_usage', 'profiled_fargate_usage', 'profiled_host_usage', 'rum_browser_mobile_sessions_usage', 'rum_replay_sessions_usage', 'sds_scanned_bytes_usage', 'serverless_apps_usage', 'siem_ingested_bytes_usage', 'snmp_usage', 'universal_service_monitoring_usage', 'vuln_management_hosts_usage']
155
+ allowable_values = ['api_usage', 'apm_fargate_usage', 'apm_host_usage', 'apm_usm_usage', 'appsec_fargate_usage', 'appsec_usage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'ci_pipeline_indexed_spans_usage', 'ci_test_indexed_spans_usage', 'ci_visibility_itr_usage', 'cloud_siem_usage', 'container_excl_agent_usage', 'container_usage', 'cspm_containers_usage', 'cspm_hosts_usage', 'custom_event_usage', 'custom_ingested_timeseries_usage', 'custom_timeseries_usage', 'cws_containers_usage', 'cws_hosts_usage', 'dbm_hosts_usage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_spans_usage', 'estimated_ingested_logs_usage', 'estimated_ingested_spans_usage', 'estimated_rum_sessions_usage', 'fargate_usage', 'functions_usage', 'indexed_spans_usage', 'infra_host_usage', 'ingested_logs_bytes_usage', 'ingested_spans_bytes_usage', 'invocations_usage', 'lambda_traced_invocations_usage', 'logs_indexed_15day_usage', 'logs_indexed_180day_usage', 'logs_indexed_30day_usage', 'logs_indexed_360day_usage', 'logs_indexed_3day_usage', 'logs_indexed_45day_usage', 'logs_indexed_60day_usage', 'logs_indexed_7day_usage', 'logs_indexed_90day_usage', 'logs_indexed_custom_retention_usage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'npm_host_usage', 'obs_pipeline_bytes_usage', 'obs_pipelines_vcpu_usage', 'profiled_container_usage', 'profiled_fargate_usage', 'profiled_host_usage', 'rum_browser_mobile_sessions_usage', 'rum_replay_sessions_usage', 'sds_scanned_bytes_usage', 'serverless_apps_usage', 'siem_ingested_bytes_usage', 'snmp_usage', 'universal_service_monitoring_usage', 'vuln_management_hosts_usage', 'workflow_executions_usage']
156
156
  if @api_client.config.client_side_validation && !allowable_values.include?(usage_type)
157
157
  fail ArgumentError, "invalid value for \"usage_type\", must be one of #{allowable_values}"
158
158
  end
@@ -472,7 +472,7 @@ module DatadogAPIClient::V1
472
472
  fail ArgumentError, "Missing the required parameter 'fields' when calling UsageMeteringAPI.get_monthly_usage_attribution"
473
473
  end
474
474
  # verify enum value
475
- allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', '*']
475
+ allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', '*']
476
476
  if @api_client.config.client_side_validation && !allowable_values.include?(fields)
477
477
  fail ArgumentError, "invalid value for \"fields\", must be one of #{allowable_values}"
478
478
  end
@@ -480,7 +480,7 @@ module DatadogAPIClient::V1
480
480
  if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
481
481
  fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
482
482
  end
483
- allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', '*']
483
+ allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', '*']
484
484
  if @api_client.config.client_side_validation && opts[:'sort_name'] && !allowable_values.include?(opts[:'sort_name'])
485
485
  fail ArgumentError, "invalid value for \"sort_name\", must be one of #{allowable_values}"
486
486
  end
@@ -783,7 +783,7 @@ module DatadogAPIClient::V1
783
783
  fail ArgumentError, "Missing the required parameter 'fields' when calling UsageMeteringAPI.get_usage_attribution"
784
784
  end
785
785
  # verify enum value
786
- allowable_values = ['custom_timeseries_usage', 'container_usage', 'snmp_percentage', 'apm_host_usage', 'browser_usage', 'npm_host_percentage', 'infra_host_usage', 'custom_timeseries_percentage', 'container_percentage', 'api_usage', 'apm_host_percentage', 'infra_host_percentage', 'snmp_usage', 'browser_percentage', 'api_percentage', 'npm_host_usage', 'lambda_functions_usage', 'lambda_functions_percentage', 'lambda_invocations_usage', 'lambda_invocations_percentage', 'fargate_usage', 'fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'dbm_hosts_usage', 'dbm_hosts_percentage', 'dbm_queries_usage', 'dbm_queries_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'appsec_usage', 'appsec_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'estimated_rum_usage_attribution_usage', 'estimated_rum_usage_attribution_percentage', '*']
786
+ allowable_values = ['custom_timeseries_usage', 'container_usage', 'snmp_percentage', 'apm_host_usage', 'browser_usage', 'npm_host_percentage', 'infra_host_usage', 'custom_timeseries_percentage', 'container_percentage', 'api_usage', 'apm_host_percentage', 'infra_host_percentage', 'snmp_usage', 'browser_percentage', 'api_percentage', 'npm_host_usage', 'lambda_functions_usage', 'lambda_functions_percentage', 'lambda_invocations_usage', 'lambda_invocations_percentage', 'fargate_usage', 'fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'dbm_hosts_usage', 'dbm_hosts_percentage', 'dbm_queries_usage', 'dbm_queries_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'appsec_usage', 'appsec_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'estimated_rum_usage_attribution_usage', 'estimated_rum_usage_attribution_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', '*']
787
787
  if @api_client.config.client_side_validation && !allowable_values.include?(fields)
788
788
  fail ArgumentError, "invalid value for \"fields\", must be one of #{allowable_values}"
789
789
  end
@@ -791,7 +791,7 @@ module DatadogAPIClient::V1
791
791
  if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
792
792
  fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
793
793
  end
794
- allowable_values = ['api_percentage', 'snmp_usage', 'apm_host_usage', 'api_usage', 'appsec_usage', 'appsec_percentage', 'container_usage', 'custom_timeseries_percentage', 'container_percentage', 'apm_host_percentage', 'npm_host_percentage', 'browser_percentage', 'browser_usage', 'infra_host_percentage', 'snmp_percentage', 'npm_host_usage', 'infra_host_usage', 'custom_timeseries_usage', 'lambda_functions_usage', 'lambda_functions_percentage', 'lambda_invocations_usage', 'lambda_invocations_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'estimated_rum_usage_attribution_usage', 'estimated_rum_usage_attribution_percentage']
794
+ allowable_values = ['api_percentage', 'snmp_usage', 'apm_host_usage', 'api_usage', 'appsec_usage', 'appsec_percentage', 'container_usage', 'custom_timeseries_percentage', 'container_percentage', 'apm_host_percentage', 'npm_host_percentage', 'browser_percentage', 'browser_usage', 'infra_host_percentage', 'snmp_percentage', 'npm_host_usage', 'infra_host_usage', 'custom_timeseries_usage', 'lambda_functions_usage', 'lambda_functions_percentage', 'lambda_invocations_usage', 'lambda_invocations_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'estimated_rum_usage_attribution_usage', 'estimated_rum_usage_attribution_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage']
795
795
  if @api_client.config.client_side_validation && opts[:'sort_name'] && !allowable_values.include?(opts[:'sort_name'])
796
796
  fail ArgumentError, "invalid value for \"sort_name\", must be one of #{allowable_values}"
797
797
  end
@@ -40,6 +40,10 @@ module DatadogAPIClient::V1
40
40
  # where `$CLIENT_EMAIL` is the email found in your JSON service account key.
41
41
  attr_accessor :client_x509_cert_url
42
42
 
43
+ # Limit the Cloud Run revisions that are pulled into Datadog by using tags.
44
+ # Only Cloud Run revision resources that apply to specified filters are imported into Datadog.
45
+ attr_accessor :cloud_run_revision_filters
46
+
43
47
  # An array of errors.
44
48
  attr_accessor :errors
45
49
 
@@ -81,6 +85,7 @@ module DatadogAPIClient::V1
81
85
  :'client_email' => :'client_email',
82
86
  :'client_id' => :'client_id',
83
87
  :'client_x509_cert_url' => :'client_x509_cert_url',
88
+ :'cloud_run_revision_filters' => :'cloud_run_revision_filters',
84
89
  :'errors' => :'errors',
85
90
  :'host_filters' => :'host_filters',
86
91
  :'is_cspm_enabled' => :'is_cspm_enabled',
@@ -104,6 +109,7 @@ module DatadogAPIClient::V1
104
109
  :'client_email' => :'String',
105
110
  :'client_id' => :'String',
106
111
  :'client_x509_cert_url' => :'String',
112
+ :'cloud_run_revision_filters' => :'Array<String>',
107
113
  :'errors' => :'Array<String>',
108
114
  :'host_filters' => :'String',
109
115
  :'is_cspm_enabled' => :'Boolean',
@@ -157,6 +163,12 @@ module DatadogAPIClient::V1
157
163
  self.client_x509_cert_url = attributes[:'client_x509_cert_url']
158
164
  end
159
165
 
166
+ if attributes.key?(:'cloud_run_revision_filters')
167
+ if (value = attributes[:'cloud_run_revision_filters']).is_a?(Array)
168
+ self.cloud_run_revision_filters = value
169
+ end
170
+ end
171
+
160
172
  if attributes.key?(:'errors')
161
173
  if (value = attributes[:'errors']).is_a?(Array)
162
174
  self.errors = value
@@ -212,6 +224,7 @@ module DatadogAPIClient::V1
212
224
  client_email == o.client_email &&
213
225
  client_id == o.client_id &&
214
226
  client_x509_cert_url == o.client_x509_cert_url &&
227
+ cloud_run_revision_filters == o.cloud_run_revision_filters &&
215
228
  errors == o.errors &&
216
229
  host_filters == o.host_filters &&
217
230
  is_cspm_enabled == o.is_cspm_enabled &&
@@ -228,7 +241,7 @@ module DatadogAPIClient::V1
228
241
  # @return [Integer] Hash code
229
242
  # @!visibility private
230
243
  def hash
231
- [auth_provider_x509_cert_url, auth_uri, automute, client_email, client_id, client_x509_cert_url, errors, host_filters, is_cspm_enabled, is_security_command_center_enabled, private_key, private_key_id, project_id, resource_collection_enabled, token_uri, type].hash
244
+ [auth_provider_x509_cert_url, auth_uri, automute, client_email, client_id, client_x509_cert_url, cloud_run_revision_filters, errors, host_filters, is_cspm_enabled, is_security_command_center_enabled, private_key, private_key_id, project_id, resource_collection_enabled, token_uri, type].hash
232
245
  end
233
246
  end
234
247
  end
@@ -27,6 +27,8 @@ module DatadogAPIClient::V1
27
27
  APM_USM_USAGE = "apm_usm_usage".freeze
28
28
  APPSEC_FARGATE_USAGE = "appsec_fargate_usage".freeze
29
29
  APPSEC_USAGE = "appsec_usage".freeze
30
+ ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE = "asm_serverless_traced_invocations_usage".freeze
31
+ ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE = "asm_serverless_traced_invocations_percentage".freeze
30
32
  BROWSER_USAGE = "browser_usage".freeze
31
33
  CI_PIPELINE_INDEXED_SPANS_USAGE = "ci_pipeline_indexed_spans_usage".freeze
32
34
  CI_TEST_INDEXED_SPANS_USAGE = "ci_test_indexed_spans_usage".freeze
@@ -43,6 +45,8 @@ module DatadogAPIClient::V1
43
45
  CWS_HOSTS_USAGE = "cws_hosts_usage".freeze
44
46
  DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
45
47
  DBM_QUERIES_USAGE = "dbm_queries_usage".freeze
48
+ ERROR_TRACKING_USAGE = "error_tracking_usage".freeze
49
+ ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage".freeze
46
50
  ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage".freeze
47
51
  ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage".freeze
48
52
  ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage".freeze
@@ -70,6 +74,7 @@ module DatadogAPIClient::V1
70
74
  NDM_NETFLOW_USAGE = "ndm_netflow_usage".freeze
71
75
  NPM_HOST_USAGE = "npm_host_usage".freeze
72
76
  OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage".freeze
77
+ OBS_PIPELINE_VCPU_USAGE = "obs_pipelines_vcpu_usage".freeze
73
78
  PROFILED_CONTAINER_USAGE = "profiled_container_usage".freeze
74
79
  PROFILED_FARGATE_USAGE = "profiled_fargate_usage".freeze
75
80
  PROFILED_HOST_USAGE = "profiled_host_usage".freeze
@@ -81,5 +86,6 @@ module DatadogAPIClient::V1
81
86
  SNMP_USAGE = "snmp_usage".freeze
82
87
  UNIVERSAL_SERVICE_MONITORING_USAGE = "universal_service_monitoring_usage".freeze
83
88
  VULN_MANAGEMENT_HOSTS_USAGE = "vuln_management_hosts_usage".freeze
89
+ WORKFLOW_EXECUTIONS_USAGE = "workflow_executions_usage".freeze
84
90
  end
85
91
  end
@@ -28,5 +28,6 @@ module DatadogAPIClient::V1
28
28
  EVENTS = "events".freeze
29
29
  LOGS = "logs".freeze
30
30
  SPANS = "spans".freeze
31
+ DATABASE_QUERIES = "database_queries".freeze
31
32
  end
32
33
  end
@@ -33,6 +33,8 @@ module DatadogAPIClient::V1
33
33
  APM_USM_PERCENTAGE = "apm_usm_percentage".freeze
34
34
  APPSEC_USAGE = "appsec_usage".freeze
35
35
  APPSEC_PERCENTAGE = "appsec_percentage".freeze
36
+ ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE = "asm_serverless_traced_invocations_usage".freeze
37
+ ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE = "asm_serverless_traced_invocations_percentage".freeze
36
38
  BROWSER_USAGE = "browser_usage".freeze
37
39
  BROWSER_PERCENTAGE = "browser_percentage".freeze
38
40
  CI_VISIBILITY_ITR_USAGE = "ci_visibility_itr_usage".freeze
@@ -59,6 +61,8 @@ module DatadogAPIClient::V1
59
61
  DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
60
62
  DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage".freeze
61
63
  DBM_QUERIES_USAGE = "dbm_queries_usage".freeze
64
+ ERROR_TRACKING_USAGE = "error_tracking_usage".freeze
65
+ ERROR_TRACKING_PERCENTAGE = "error_tracking_percentage".freeze
62
66
  ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage".freeze
63
67
  ESTIMATED_INDEXED_LOGS_PERCENTAGE = "estimated_indexed_logs_percentage".freeze
64
68
  ESTIMATED_INGESTED_LOGS_USAGE = "estimated_ingested_logs_usage".freeze
@@ -85,6 +89,8 @@ module DatadogAPIClient::V1
85
89
  NPM_HOST_PERCENTAGE = "npm_host_percentage".freeze
86
90
  OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage".freeze
87
91
  OBS_PIPELINE_BYTES_PERCENTAGE = "obs_pipeline_bytes_percentage".freeze
92
+ OBS_PIPELINES_VCPU_USAGE = "obs_pipelines_vcpu_usage".freeze
93
+ OBS_PIPELINES_VCPU_PERCENTAGE = "obs_pipelines_vcpu_percentage".freeze
88
94
  PROFILED_CONTAINER_USAGE = "profiled_container_usage".freeze
89
95
  PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage".freeze
90
96
  PROFILED_FARGATE_USAGE = "profiled_fargate_usage".freeze
@@ -141,6 +147,8 @@ module DatadogAPIClient::V1
141
147
  INGESTED_SPANS_BYTES_PERCENTAGE = "ingested_spans_bytes_percentage".freeze
142
148
  SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage".freeze
143
149
  SIEM_INGESTED_BYTES_PERCENTAGE = "siem_ingested_bytes_percentage".freeze
150
+ WORKFLOW_EXECUTIONS_USAGE = "workflow_executions_usage".freeze
151
+ WORKFLOW_EXECUTIONS_PERCENTAGE = "workflow_executions_percentage".freeze
144
152
  ALL = "*".freeze
145
153
  end
146
154
  end