Skip to content

Commit cd13ba9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add code_analysis_sa_committers_hwm and code_analysis_sca_committers_hwm to UsageMetering (#1853)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 92c47f1 commit cd13ba9

File tree

7 files changed

+90
-6
lines changed

7 files changed

+90
-6
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:32:45.858472",
8-
"spec_repo_commit": "f28ad048"
7+
"regenerated": "2024-10-07 14:32:12.782401",
8+
"spec_repo_commit": "ef7c2778"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-04 15:32:45.872975",
13-
"spec_repo_commit": "f28ad048"
12+
"regenerated": "2024-10-07 14:32:12.797123",
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`,

packages/datadog-api-client-v1/models/UsageSummaryDate.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ export class UsageSummaryDate {
123123
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
124124
*/
125125
"cloudSiemEventsSum"?: number;
126+
/**
127+
* Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
128+
*/
129+
"codeAnalysisSaCommittersHwm"?: number;
130+
/**
131+
* Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current date for the given org.
132+
*/
133+
"codeAnalysisScaCommittersHwm"?: number;
126134
/**
127135
* Shows the average of all distinct containers over all hours in the current date for all organizations.
128136
*/
@@ -708,6 +716,16 @@ export class UsageSummaryDate {
708716
type: "number",
709717
format: "int64",
710718
},
719+
codeAnalysisSaCommittersHwm: {
720+
baseName: "code_analysis_sa_committers_hwm",
721+
type: "number",
722+
format: "int64",
723+
},
724+
codeAnalysisScaCommittersHwm: {
725+
baseName: "code_analysis_sca_committers_hwm",
726+
type: "number",
727+
format: "int64",
728+
},
711729
containerAvg: {
712730
baseName: "container_avg",
713731
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,14 @@ export class UsageSummaryDateOrg {
130130
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
131131
*/
132132
"cloudSiemEventsSum"?: number;
133+
/**
134+
* Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
135+
*/
136+
"codeAnalysisSaCommittersHwm"?: number;
137+
/**
138+
* Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current date for the given org.
139+
*/
140+
"codeAnalysisScaCommittersHwm"?: number;
133141
/**
134142
* Shows the average of all distinct containers over all hours in the current date for the given org.
135143
*/
@@ -739,6 +747,16 @@ export class UsageSummaryDateOrg {
739747
type: "number",
740748
format: "int64",
741749
},
750+
codeAnalysisSaCommittersHwm: {
751+
baseName: "code_analysis_sa_committers_hwm",
752+
type: "number",
753+
format: "int64",
754+
},
755+
codeAnalysisScaCommittersHwm: {
756+
baseName: "code_analysis_sca_committers_hwm",
757+
type: "number",
758+
format: "int64",
759+
},
742760
containerAvg: {
743761
baseName: "container_avg",
744762
type: "number",

packages/datadog-api-client-v1/models/UsageSummaryResponse.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@ export class UsageSummaryResponse {
128128
* Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
129129
*/
130130
"cloudSiemEventsAggSum"?: number;
131+
/**
132+
* Shows the high-water mark of all Static Analysis committers over all hours in the current month for all organizations.
133+
*/
134+
"codeAnalysisSaCommittersHwmSum"?: number;
135+
/**
136+
* Shows the high-water mark of all static Software Composition Analysis committers over all hours in the current month for all organizations.
137+
*/
138+
"codeAnalysisScaCommittersHwmSum"?: number;
131139
/**
132140
* Shows the average of all distinct containers over all hours in the current month for all organizations.
133141
*/
@@ -758,6 +766,16 @@ export class UsageSummaryResponse {
758766
type: "number",
759767
format: "int64",
760768
},
769+
codeAnalysisSaCommittersHwmSum: {
770+
baseName: "code_analysis_sa_committers_hwm_sum",
771+
type: "number",
772+
format: "int64",
773+
},
774+
codeAnalysisScaCommittersHwmSum: {
775+
baseName: "code_analysis_sca_committers_hwm_sum",
776+
type: "number",
777+
format: "int64",
778+
},
761779
containerAvgSum: {
762780
baseName: "container_avg_sum",
763781
type: "number",

packages/datadog-api-client-v2/apis/UsageMeteringApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ export interface UsageMeteringApiGetHourlyUsageRequest {
13681368
* `csm_container_enterprise`, `csm_host_enterprise`, `cspm`, `custom_events`, `cws`, `dbm`, `error_tracking`,
13691369
* `fargate`, `infra_hosts`, `incident_management`, `indexed_logs`, `indexed_spans`, `ingested_spans`, `iot`,
13701370
* `lambda_traced_invocations`, `logs`, `network_flows`, `network_hosts`, `network_monitoring`, `observability_pipelines`,
1371-
* `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`,
1371+
* `online_archive`, `profiling`, `rum`, `rum_browser_sessions`, `rum_mobile_sessions`, `sds`, `snmp`, `software_delivery`,
13721372
* `synthetics_api`, `synthetics_browser`, `synthetics_mobile`, `synthetics_parallel_testing`, `timeseries`, `vuln_management`,
13731373
* and `workflow_executions`.
13741374
* The following product family has been **deprecated**: `audit_logs`.

0 commit comments

Comments
 (0)