Skip to content

Commit 95ef195

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5392df51 of spec repo
1 parent d2a5f95 commit 95ef195

File tree

9 files changed

+93
-11
lines changed

9 files changed

+93
-11
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-12-13 14:31:41.302367",
8-
"spec_repo_commit": "ed3bb0a0"
7+
"regenerated": "2024-12-13 14:48:47.640089",
8+
"spec_repo_commit": "5392df51"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-13 14:31:41.321242",
13-
"spec_repo_commit": "ed3bb0a0"
12+
"regenerated": "2024-12-13 14:48:47.659296",
13+
"spec_repo_commit": "5392df51"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4185,6 +4185,7 @@ components:
41854185
- ci_test_indexed_spans_usage
41864186
- ci_visibility_itr_usage
41874187
- cloud_siem_usage
4188+
- code_security_host_usage
41884189
- container_excl_agent_usage
41894190
- container_usage
41904191
- cspm_containers_usage
@@ -4258,6 +4259,7 @@ components:
42584259
- CI_TEST_INDEXED_SPANS_USAGE
42594260
- CI_VISIBILITY_ITR_USAGE
42604261
- CLOUD_SIEM_USAGE
4262+
- CODE_SECURITY_HOST_USAGE
42614263
- CONTAINER_EXCL_AGENT_USAGE
42624264
- CONTAINER_USAGE
42634265
- CSPM_CONTAINERS_USAGE
@@ -7938,6 +7940,8 @@ components:
79387940
- ci_visibility_itr_percentage
79397941
- cloud_siem_usage
79407942
- cloud_siem_percentage
7943+
- code_security_host_usage
7944+
- code_security_host_percentage
79417945
- container_excl_agent_usage
79427946
- container_excl_agent_percentage
79437947
- container_usage
@@ -8079,6 +8083,8 @@ components:
80798083
- CI_VISIBILITY_ITR_PERCENTAGE
80808084
- CLOUD_SIEM_USAGE
80818085
- CLOUD_SIEM_PERCENTAGE
8086+
- CODE_SECURITY_HOST_USAGE
8087+
- CODE_SECURITY_HOST_PERCENTAGE
80828088
- CONTAINER_EXCL_AGENT_USAGE
80838089
- CONTAINER_EXCL_AGENT_PERCENTAGE
80848090
- CONTAINER_USAGE
@@ -8306,6 +8312,14 @@ components:
83068312
tag(s).
83078313
format: double
83088314
type: number
8315+
code_security_host_percentage:
8316+
description: The percentage of Code Security host usage by tags.
8317+
format: double
8318+
type: number
8319+
code_security_host_usage:
8320+
description: The Code Security host usage by tags.
8321+
format: double
8322+
type: number
83098323
container_excl_agent_percentage:
83108324
description: The percentage of container usage without the Datadog Agent
83118325
by tag(s).
@@ -19790,6 +19804,11 @@ components:
1979019804
Analysis committers over all hours in the current date for the given org.
1979119805
format: int64
1979219806
type: integer
19807+
code_security_host_top99p:
19808+
description: Shows the 99th percentile of all Code Security hosts over all
19809+
hours in the current date for the given org.
19810+
format: int64
19811+
type: integer
1979319812
container_avg:
1979419813
description: Shows the average of all distinct containers over all hours
1979519814
in the current date for all organizations.
@@ -20556,6 +20575,11 @@ components:
2055620575
Analysis committers over all hours in the current date for the given org.
2055720576
format: int64
2055820577
type: integer
20578+
code_security_host_top99p:
20579+
description: Shows the 99th percentile of all Code Security hosts over all
20580+
hours in the current date for the given org.
20581+
format: int64
20582+
type: integer
2055920583
container_avg:
2056020584
description: Shows the average of all distinct containers over all hours
2056120585
in the current date for the given org.
@@ -21333,6 +21357,11 @@ components:
2133321357
Analysis committers over all hours in the current month for all organizations.
2133421358
format: int64
2133521359
type: integer
21360+
code_security_host_top99p_sum:
21361+
description: Shows the 99th percentile of all Code Security hosts over all
21362+
hours in the current month for all organizations.
21363+
format: int64
21364+
type: integer
2133621365
container_avg_sum:
2133721366
description: Shows the average of all distinct containers over all hours
2133821367
in the current month for all organizations.

lib/datadog_api_client/v1/api/usage_metering_api.rb

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class HourlyUsageAttributionUsageType
3434
CI_TEST_INDEXED_SPANS_USAGE = "ci_test_indexed_spans_usage".freeze
3535
CI_VISIBILITY_ITR_USAGE = "ci_visibility_itr_usage".freeze
3636
CLOUD_SIEM_USAGE = "cloud_siem_usage".freeze
37+
CODE_SECURITY_HOST_USAGE = "code_security_host_usage".freeze
3738
CONTAINER_EXCL_AGENT_USAGE = "container_excl_agent_usage".freeze
3839
CONTAINER_USAGE = "container_usage".freeze
3940
CSPM_CONTAINERS_USAGE = "cspm_containers_usage".freeze

lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ class MonthlyUsageAttributionSupportedMetrics
4141
CI_VISIBILITY_ITR_PERCENTAGE = "ci_visibility_itr_percentage".freeze
4242
CLOUD_SIEM_USAGE = "cloud_siem_usage".freeze
4343
CLOUD_SIEM_PERCENTAGE = "cloud_siem_percentage".freeze
44+
CODE_SECURITY_HOST_USAGE = "code_security_host_usage".freeze
45+
CODE_SECURITY_HOST_PERCENTAGE = "code_security_host_percentage".freeze
4446
CONTAINER_EXCL_AGENT_USAGE = "container_excl_agent_usage".freeze
4547
CONTAINER_EXCL_AGENT_PERCENTAGE = "container_excl_agent_percentage".freeze
4648
CONTAINER_USAGE = "container_usage".freeze

lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@ class MonthlyUsageAttributionValues
9393
# The Cloud Security Information and Event Management usage by tag(s).
9494
attr_accessor :cloud_siem_usage
9595

96+
# The percentage of Code Security host usage by tags.
97+
attr_accessor :code_security_host_percentage
98+
99+
# The Code Security host usage by tags.
100+
attr_accessor :code_security_host_usage
101+
96102
# The percentage of container usage without the Datadog Agent by tag(s).
97103
attr_accessor :container_excl_agent_percentage
98104

@@ -459,6 +465,8 @@ def self.attribute_map
459465
:'ci_visibility_itr_usage' => :'ci_visibility_itr_usage',
460466
:'cloud_siem_percentage' => :'cloud_siem_percentage',
461467
:'cloud_siem_usage' => :'cloud_siem_usage',
468+
:'code_security_host_percentage' => :'code_security_host_percentage',
469+
:'code_security_host_usage' => :'code_security_host_usage',
462470
:'container_excl_agent_percentage' => :'container_excl_agent_percentage',
463471
:'container_excl_agent_usage' => :'container_excl_agent_usage',
464472
:'container_percentage' => :'container_percentage',
@@ -602,6 +610,8 @@ def self.openapi_types
602610
:'ci_visibility_itr_usage' => :'Float',
603611
:'cloud_siem_percentage' => :'Float',
604612
:'cloud_siem_usage' => :'Float',
613+
:'code_security_host_percentage' => :'Float',
614+
:'code_security_host_usage' => :'Float',
605615
:'container_excl_agent_percentage' => :'Float',
606616
:'container_excl_agent_usage' => :'Float',
607617
:'container_percentage' => :'Float',
@@ -831,6 +841,14 @@ def initialize(attributes = {})
831841
self.cloud_siem_usage = attributes[:'cloud_siem_usage']
832842
end
833843

844+
if attributes.key?(:'code_security_host_percentage')
845+
self.code_security_host_percentage = attributes[:'code_security_host_percentage']
846+
end
847+
848+
if attributes.key?(:'code_security_host_usage')
849+
self.code_security_host_usage = attributes[:'code_security_host_usage']
850+
end
851+
834852
if attributes.key?(:'container_excl_agent_percentage')
835853
self.container_excl_agent_percentage = attributes[:'container_excl_agent_percentage']
836854
end
@@ -1330,6 +1348,8 @@ def ==(o)
13301348
ci_visibility_itr_usage == o.ci_visibility_itr_usage &&
13311349
cloud_siem_percentage == o.cloud_siem_percentage &&
13321350
cloud_siem_usage == o.cloud_siem_usage &&
1351+
code_security_host_percentage == o.code_security_host_percentage &&
1352+
code_security_host_usage == o.code_security_host_usage &&
13331353
container_excl_agent_percentage == o.container_excl_agent_percentage &&
13341354
container_excl_agent_usage == o.container_excl_agent_usage &&
13351355
container_percentage == o.container_percentage &&
@@ -1449,7 +1469,7 @@ def ==(o)
14491469
# @return [Integer] Hash code
14501470
# @!visibility private
14511471
def hash
1452-
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_fargate_task_percentage, cws_fargate_task_usage, cws_hosts_percentage, cws_hosts_usage, data_jobs_monitoring_usage, data_stream_monitoring_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sca_fargate_percentage, sca_fargate_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage, additional_properties].hash
1472+
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, code_security_host_percentage, code_security_host_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_fargate_task_percentage, cws_fargate_task_usage, cws_hosts_percentage, cws_hosts_usage, data_jobs_monitoring_usage, data_stream_monitoring_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sca_fargate_percentage, sca_fargate_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage, additional_properties].hash
14531473
end
14541474
end
14551475
end

0 commit comments

Comments
 (0)