Skip to content

Commit b2d48a8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit ef7c2778 of spec repo
1 parent b5ae097 commit b2d48a8

File tree

7 files changed

+99
-9
lines changed

7 files changed

+99
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-04 15:31:54.748352",
8-
"spec_repo_commit": "f28ad048"
7+
"regenerated": "2024-10-07 14:32:01.074771",
8+
"spec_repo_commit": "ef7c2778"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-04 15:31:54.762784",
13-
"spec_repo_commit": "f28ad048"
12+
"regenerated": "2024-10-07 14:32:01.095482",
13+
"spec_repo_commit": "ef7c2778"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19609,6 +19609,16 @@ components:
1960919609
events over all hours in the current date for the given org.
1961019610
format: int64
1961119611
type: integer
19612+
code_analysis_sa_committers_hwm:
19613+
description: Shows the high-water mark of all Static Analysis committers
19614+
over all hours in the current date for the given org.
19615+
format: int64
19616+
type: integer
19617+
code_analysis_sca_committers_hwm:
19618+
description: Shows the high-water mark of all static Software Composition
19619+
Analysis committers over all hours in the current date for the given org.
19620+
format: int64
19621+
type: integer
1961219622
container_avg:
1961319623
description: Shows the average of all distinct containers over all hours
1961419624
in the current date for all organizations.
@@ -20349,6 +20359,16 @@ components:
2034920359
events over all hours in the current date for the given org.
2035020360
format: int64
2035120361
type: integer
20362+
code_analysis_sa_committers_hwm:
20363+
description: Shows the high-water mark of all Static Analysis committers
20364+
over all hours in the current date for the given org.
20365+
format: int64
20366+
type: integer
20367+
code_analysis_sca_committers_hwm:
20368+
description: Shows the high-water mark of all static Software Composition
20369+
Analysis committers over all hours in the current date for the given org.
20370+
format: int64
20371+
type: integer
2035220372
container_avg:
2035320373
description: Shows the average of all distinct containers over all hours
2035420374
in the current date for the given org.
@@ -21100,6 +21120,16 @@ components:
2110021120
events over all hours in the current month for all organizations.
2110121121
format: int64
2110221122
type: integer
21123+
code_analysis_sa_committers_hwm_sum:
21124+
description: Shows the high-water mark of all Static Analysis committers
21125+
over all hours in the current month for all organizations.
21126+
format: int64
21127+
type: integer
21128+
code_analysis_sca_committers_hwm_sum:
21129+
description: Shows the high-water mark of all static Software Composition
21130+
Analysis committers over all hours in the current month for all organizations.
21131+
format: int64
21132+
type: integer
2110321133
container_avg_sum:
2110421134
description: Shows the average of all distinct containers over all hours
2110521135
in the current month for all organizations.

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40326,7 +40326,7 @@ paths:
4032640326
`observability_pipelines`,
4032740327

4032840328
`online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`,
40329-
`sds`, `snmp`,
40329+
`sds`, `snmp`, `software_delivery`,
4033040330

4033140331
`synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`,
4033240332
`timeseries`, `vuln_management`,

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ class UsageSummaryDate
105105
# Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
106106
attr_accessor :cloud_siem_events_sum
107107

108+
# Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
109+
attr_accessor :code_analysis_sa_committers_hwm
110+
111+
# Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current date for the given org.
112+
attr_accessor :code_analysis_sca_committers_hwm
113+
108114
# Shows the average of all distinct containers over all hours in the current date for all organizations.
109115
attr_accessor :container_avg
110116

@@ -460,6 +466,8 @@ def self.attribute_map
460466
:'cloud_cost_management_gcp_host_count_avg' => :'cloud_cost_management_gcp_host_count_avg',
461467
:'cloud_cost_management_host_count_avg' => :'cloud_cost_management_host_count_avg',
462468
:'cloud_siem_events_sum' => :'cloud_siem_events_sum',
469+
:'code_analysis_sa_committers_hwm' => :'code_analysis_sa_committers_hwm',
470+
:'code_analysis_sca_committers_hwm' => :'code_analysis_sca_committers_hwm',
463471
:'container_avg' => :'container_avg',
464472
:'container_excl_agent_avg' => :'container_excl_agent_avg',
465473
:'container_hwm' => :'container_hwm',
@@ -602,6 +610,8 @@ def self.openapi_types
602610
:'cloud_cost_management_gcp_host_count_avg' => :'Integer',
603611
:'cloud_cost_management_host_count_avg' => :'Integer',
604612
:'cloud_siem_events_sum' => :'Integer',
613+
:'code_analysis_sa_committers_hwm' => :'Integer',
614+
:'code_analysis_sca_committers_hwm' => :'Integer',
605615
:'container_avg' => :'Integer',
606616
:'container_excl_agent_avg' => :'Integer',
607617
:'container_hwm' => :'Integer',
@@ -842,6 +852,14 @@ def initialize(attributes = {})
842852
self.cloud_siem_events_sum = attributes[:'cloud_siem_events_sum']
843853
end
844854

855+
if attributes.key?(:'code_analysis_sa_committers_hwm')
856+
self.code_analysis_sa_committers_hwm = attributes[:'code_analysis_sa_committers_hwm']
857+
end
858+
859+
if attributes.key?(:'code_analysis_sca_committers_hwm')
860+
self.code_analysis_sca_committers_hwm = attributes[:'code_analysis_sca_committers_hwm']
861+
end
862+
845863
if attributes.key?(:'container_avg')
846864
self.container_avg = attributes[:'container_avg']
847865
end
@@ -1327,6 +1345,8 @@ def ==(o)
13271345
cloud_cost_management_gcp_host_count_avg == o.cloud_cost_management_gcp_host_count_avg &&
13281346
cloud_cost_management_host_count_avg == o.cloud_cost_management_host_count_avg &&
13291347
cloud_siem_events_sum == o.cloud_siem_events_sum &&
1348+
code_analysis_sa_committers_hwm == o.code_analysis_sa_committers_hwm &&
1349+
code_analysis_sca_committers_hwm == o.code_analysis_sca_committers_hwm &&
13301350
container_avg == o.container_avg &&
13311351
container_excl_agent_avg == o.container_excl_agent_avg &&
13321352
container_hwm == o.container_hwm &&
@@ -1441,7 +1461,7 @@ def ==(o)
14411461
# @return [Integer] Hash code
14421462
# @!visibility private
14431463
def hash
1444-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
1464+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, code_analysis_sa_committers_hwm, code_analysis_sca_committers_hwm, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
14451465
end
14461466
end
14471467
end

0 commit comments

Comments
 (0)