Skip to content

Commit 59e0f14

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a8220421 of spec repo
1 parent 3789e6b commit 59e0f14

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-11-22 16:27:53.600937",
8-
"spec_repo_commit": "5b0e59c5"
7+
"regenerated": "2024-11-22 19:02:42.312866",
8+
"spec_repo_commit": "a8220421"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-22 16:27:53.619849",
13-
"spec_repo_commit": "5b0e59c5"
12+
"regenerated": "2024-11-22 19:02:42.331908",
13+
"spec_repo_commit": "a8220421"
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
@@ -7943,6 +7945,8 @@ components:
79437945
- ci_visibility_itr_percentage
79447946
- cloud_siem_usage
79457947
- cloud_siem_percentage
7948+
- code_security_host_usage
7949+
- code_security_host_percentage
79467950
- container_excl_agent_usage
79477951
- container_excl_agent_percentage
79487952
- container_usage
@@ -8084,6 +8088,8 @@ components:
80848088
- CI_VISIBILITY_ITR_PERCENTAGE
80858089
- CLOUD_SIEM_USAGE
80868090
- CLOUD_SIEM_PERCENTAGE
8091+
- CODE_SECURITY_HOST_USAGE
8092+
- CODE_SECURITY_HOST_PERCENTAGE
80878093
- CONTAINER_EXCL_AGENT_USAGE
80888094
- CONTAINER_EXCL_AGENT_PERCENTAGE
80898095
- CONTAINER_USAGE
@@ -8311,6 +8317,14 @@ components:
83118317
tag(s).
83128318
format: double
83138319
type: number
8320+
code_security_host_percentage:
8321+
description: The percentage of Code Security host usage by tag(s).
8322+
format: double
8323+
type: number
8324+
code_security_host_usage:
8325+
description: The Code Security host usage by tag(s).
8326+
format: double
8327+
type: number
83148328
container_excl_agent_percentage:
83158329
description: The percentage of container usage without the Datadog Agent
83168330
by tag(s).
@@ -19792,6 +19806,11 @@ components:
1979219806
Analysis committers over all hours in the current date for the given org.
1979319807
format: int64
1979419808
type: integer
19809+
code_security_host_top99p:
19810+
description: Shows the 99th percentile of all Code Security hosts over all
19811+
hours in the current date for the given org.
19812+
format: int64
19813+
type: integer
1979519814
container_avg:
1979619815
description: Shows the average of all distinct containers over all hours
1979719816
in the current date for all organizations.
@@ -20557,6 +20576,11 @@ components:
2055720576
Analysis committers over all hours in the current date for the given org.
2055820577
format: int64
2055920578
type: integer
20579+
code_security_host_top99p:
20580+
description: Shows the 99th percentile of all Code Security hosts over all
20581+
hours in the current date for the given org.
20582+
format: int64
20583+
type: integer
2056020584
container_avg:
2056120585
description: Shows the average of all distinct containers over all hours
2056220586
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 tag(s).
97+
attr_accessor :code_security_host_percentage
98+
99+
# The Code Security host usage by tag(s).
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].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].hash
14531473
end
14541474
end
14551475
end

0 commit comments

Comments
 (0)