Skip to content

Commit 3466654

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 807acb0d of spec repo
1 parent 3f2d351 commit 3466654

9 files changed

+133
-4
lines changed

.apigentools-info

+4-4
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-07-23 18:14:06.803860",
8-
"spec_repo_commit": "9e027051"
7+
"regenerated": "2024-07-24 12:49:55.365421",
8+
"spec_repo_commit": "807acb0d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-07-23 18:14:06.822753",
13-
"spec_repo_commit": "9e027051"
12+
"regenerated": "2024-07-24 12:49:55.383281",
13+
"spec_repo_commit": "807acb0d"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+48
Original file line numberDiff line numberDiff line change
@@ -4216,6 +4216,7 @@ components:
42164216
- profiled_host_usage
42174217
- rum_browser_mobile_sessions_usage
42184218
- rum_replay_sessions_usage
4219+
- sca_fargate_usage
42194220
- sds_scanned_bytes_usage
42204221
- serverless_apps_usage
42214222
- siem_ingested_bytes_usage
@@ -4287,6 +4288,7 @@ components:
42874288
- PROFILED_HOST_USAGE
42884289
- RUM_BROWSER_MOBILE_SESSIONS_USAGE
42894290
- RUM_REPLAY_SESSIONS_USAGE
4291+
- SCA_FARGATE_USAGE
42904292
- SDS_SCANNED_BYTES_USAGE
42914293
- SERVERLESS_APPS_USAGE
42924294
- SIEM_INGESTED_BYTES_USAGE
@@ -7987,6 +7989,8 @@ components:
79877989
- siem_ingested_bytes_percentage
79887990
- workflow_executions_usage
79897991
- workflow_executions_percentage
7992+
- sca_fargate_usage
7993+
- sca_fargate_percentage
79907994
- '*'
79917995
type: string
79927996
x-enum-varnames:
@@ -8124,6 +8128,8 @@ components:
81248128
- SIEM_INGESTED_BYTES_PERCENTAGE
81258129
- WORKFLOW_EXECUTIONS_USAGE
81268130
- WORKFLOW_EXECUTIONS_PERCENTAGE
8131+
- SCA_FARGATE_USAGE
8132+
- SCA_FARGATE_PERCENTAGE
81278133
- ALL
81288134
MonthlyUsageAttributionValues:
81298135
description: Fields in Usage Summary by tag(s).
@@ -8633,6 +8639,16 @@ components:
86338639
description: The total RUM Session Replay usage by tag(s).
86348640
format: double
86358641
type: number
8642+
sca_fargate_percentage:
8643+
description: The percentage of Software Composition Analysis Fargate task
8644+
usage by tag(s).
8645+
format: double
8646+
type: number
8647+
sca_fargate_usage:
8648+
description: The total Software Composition Analysis Fargate task usage
8649+
by tag(s).
8650+
format: double
8651+
type: number
86368652
sds_scanned_bytes_percentage:
86378653
description: The percentage of Sensitive Data Scanner usage by tag(s).
86388654
format: double
@@ -19241,6 +19257,17 @@ components:
1924119257
1st, 2024).
1924219258
format: int64
1924319259
type: integer
19260+
sca_fargate_count_avg:
19261+
description: Shows the average of all Software Composition Analysis Fargate
19262+
tasks over all hours in the current date for the given org.
19263+
format: int64
19264+
type: integer
19265+
sca_fargate_count_hwm:
19266+
description: Shows the sum of the high-water marks of all Software Composition
19267+
Analysis Fargate tasks over all hours in the current date for the given
19268+
org.
19269+
format: int64
19270+
type: integer
1924419271
sds_apm_scanned_bytes_sum:
1924519272
description: Sum of all APM bytes scanned with sensitive data scanner over
1924619273
all hours in the current date for all organizations.
@@ -19944,6 +19971,17 @@ components:
1994419971
1st, 2024).
1994519972
format: int64
1994619973
type: integer
19974+
sca_fargate_count_avg:
19975+
description: Shows the average of all Software Composition Analysis Fargate
19976+
tasks over all hours in the current date for the given org.
19977+
format: int64
19978+
type: integer
19979+
sca_fargate_count_hwm:
19980+
description: Shows the sum of the high-water marks of all Software Composition
19981+
Analysis Fargate tasks over all hours in the current date for the given
19982+
org.
19983+
format: int64
19984+
type: integer
1994719985
sds_apm_scanned_bytes_sum:
1994819986
description: Sum of all APM bytes scanned with sensitive data scanner over
1994919987
all hours in the current date for the given org.
@@ -20682,6 +20720,16 @@ components:
2068220720
October 1st, 2024).
2068320721
format: int64
2068420722
type: integer
20723+
sca_fargate_count_avg_sum:
20724+
description: Shows the average of all Software Composition Analysis Fargate
20725+
tasks over all hours in the current months for all organizations.
20726+
format: int64
20727+
type: integer
20728+
sca_fargate_count_hwm_sum:
20729+
description: Shows the sum of the high-water marks of all Software Composition
20730+
Analysis Fargate tasks over all hours in the current months for all organizations.
20731+
format: int64
20732+
type: integer
2068520733
sds_apm_scanned_bytes_sum:
2068620734
description: Sum of all APM bytes scanned with sensitive data scanner in
2068720735
the current month for all organizations.

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

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export type HourlyUsageAttributionUsageType =
7373
| typeof PROFILED_HOST_USAGE
7474
| typeof RUM_BROWSER_MOBILE_SESSIONS_USAGE
7575
| typeof RUM_REPLAY_SESSIONS_USAGE
76+
| typeof SCA_FARGATE_USAGE
7677
| typeof SDS_SCANNED_BYTES_USAGE
7778
| typeof SERVERLESS_APPS_USAGE
7879
| typeof SIEM_INGESTED_BYTES_USAGE
@@ -151,6 +152,7 @@ export const PROFILED_HOST_USAGE = "profiled_host_usage";
151152
export const RUM_BROWSER_MOBILE_SESSIONS_USAGE =
152153
"rum_browser_mobile_sessions_usage";
153154
export const RUM_REPLAY_SESSIONS_USAGE = "rum_replay_sessions_usage";
155+
export const SCA_FARGATE_USAGE = "sca_fargate_usage";
154156
export const SDS_SCANNED_BYTES_USAGE = "sds_scanned_bytes_usage";
155157
export const SERVERLESS_APPS_USAGE = "serverless_apps_usage";
156158
export const SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage";

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

+4
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
145145
| typeof SIEM_INGESTED_BYTES_PERCENTAGE
146146
| typeof WORKFLOW_EXECUTIONS_USAGE
147147
| typeof WORKFLOW_EXECUTIONS_PERCENTAGE
148+
| typeof SCA_FARGATE_USAGE
149+
| typeof SCA_FARGATE_PERCENTAGE
148150
| typeof ALL
149151
| UnparsedObject;
150152
export const API_USAGE = "api_usage";
@@ -306,4 +308,6 @@ export const SIEM_INGESTED_BYTES_USAGE = "siem_ingested_bytes_usage";
306308
export const SIEM_INGESTED_BYTES_PERCENTAGE = "siem_ingested_bytes_percentage";
307309
export const WORKFLOW_EXECUTIONS_USAGE = "workflow_executions_usage";
308310
export const WORKFLOW_EXECUTIONS_PERCENTAGE = "workflow_executions_percentage";
311+
export const SCA_FARGATE_USAGE = "sca_fargate_usage";
312+
export const SCA_FARGATE_PERCENTAGE = "sca_fargate_percentage";
309313
export const ALL = "*";

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

+18
Original file line numberDiff line numberDiff line change
@@ -490,6 +490,14 @@ export class MonthlyUsageAttributionValues {
490490
* The total RUM Session Replay usage by tag(s).
491491
*/
492492
"rumReplaySessionsUsage"?: number;
493+
/**
494+
* The percentage of Software Composition Analysis Fargate task usage by tag(s).
495+
*/
496+
"scaFargatePercentage"?: number;
497+
/**
498+
* The total Software Composition Analysis Fargate task usage by tag(s).
499+
*/
500+
"scaFargateUsage"?: number;
493501
/**
494502
* The percentage of Sensitive Data Scanner usage by tag(s).
495503
*/
@@ -1163,6 +1171,16 @@ export class MonthlyUsageAttributionValues {
11631171
type: "number",
11641172
format: "double",
11651173
},
1174+
scaFargatePercentage: {
1175+
baseName: "sca_fargate_percentage",
1176+
type: "number",
1177+
format: "double",
1178+
},
1179+
scaFargateUsage: {
1180+
baseName: "sca_fargate_usage",
1181+
type: "number",
1182+
format: "double",
1183+
},
11661184
sdsScannedBytesPercentage: {
11671185
baseName: "sds_scanned_bytes_percentage",
11681186
type: "number",

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

+3
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,7 @@ const enumsMap: { [key: string]: any[] } = {
831831
"profiled_host_usage",
832832
"rum_browser_mobile_sessions_usage",
833833
"rum_replay_sessions_usage",
834+
"sca_fargate_usage",
834835
"sds_scanned_bytes_usage",
835836
"serverless_apps_usage",
836837
"siem_ingested_bytes_usage",
@@ -1101,6 +1102,8 @@ const enumsMap: { [key: string]: any[] } = {
11011102
"siem_ingested_bytes_percentage",
11021103
"workflow_executions_usage",
11031104
"workflow_executions_percentage",
1105+
"sca_fargate_usage",
1106+
"sca_fargate_percentage",
11041107
"*",
11051108
],
11061109
NoteWidgetDefinitionType: ["note"],

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

+18
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,14 @@ export class UsageSummaryDate {
443443
* Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
444444
*/
445445
"rumUnitsSum"?: number;
446+
/**
447+
* Shows the average of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
448+
*/
449+
"scaFargateCountAvg"?: number;
450+
/**
451+
* Shows the sum of the high-water marks of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
452+
*/
453+
"scaFargateCountHwm"?: number;
446454
/**
447455
* Sum of all APM bytes scanned with sensitive data scanner over all hours in the current date for all organizations.
448456
*/
@@ -1071,6 +1079,16 @@ export class UsageSummaryDate {
10711079
type: "number",
10721080
format: "int64",
10731081
},
1082+
scaFargateCountAvg: {
1083+
baseName: "sca_fargate_count_avg",
1084+
type: "number",
1085+
format: "int64",
1086+
},
1087+
scaFargateCountHwm: {
1088+
baseName: "sca_fargate_count_hwm",
1089+
type: "number",
1090+
format: "int64",
1091+
},
10741092
sdsApmScannedBytesSum: {
10751093
baseName: "sds_apm_scanned_bytes_sum",
10761094
type: "number",

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

+18
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,14 @@ export class UsageSummaryDateOrg {
466466
* Shows the sum of all browser and mobile RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
467467
*/
468468
"rumUnitsSum"?: number;
469+
/**
470+
* Shows the average of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
471+
*/
472+
"scaFargateCountAvg"?: number;
473+
/**
474+
* Shows the sum of the high-water marks of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
475+
*/
476+
"scaFargateCountHwm"?: number;
469477
/**
470478
* Sum of all APM bytes scanned with sensitive data scanner over all hours in the current date for the given org.
471479
*/
@@ -1119,6 +1127,16 @@ export class UsageSummaryDateOrg {
11191127
type: "number",
11201128
format: "int64",
11211129
},
1130+
scaFargateCountAvg: {
1131+
baseName: "sca_fargate_count_avg",
1132+
type: "number",
1133+
format: "int64",
1134+
},
1135+
scaFargateCountHwm: {
1136+
baseName: "sca_fargate_count_hwm",
1137+
type: "number",
1138+
format: "int64",
1139+
},
11221140
sdsApmScannedBytesSum: {
11231141
baseName: "sds_apm_scanned_bytes_sum",
11241142
type: "number",

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

+18
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,14 @@ export class UsageSummaryResponse {
480480
* Shows the sum of all browser and mobile RUM units over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
481481
*/
482482
"rumUnitsAggSum"?: number;
483+
/**
484+
* Shows the average of all Software Composition Analysis Fargate tasks over all hours in the current months for all organizations.
485+
*/
486+
"scaFargateCountAvgSum"?: number;
487+
/**
488+
* Shows the sum of the high-water marks of all Software Composition Analysis Fargate tasks over all hours in the current months for all organizations.
489+
*/
490+
"scaFargateCountHwmSum"?: number;
483491
/**
484492
* Sum of all APM bytes scanned with sensitive data scanner in the current month for all organizations.
485493
*/
@@ -1161,6 +1169,16 @@ export class UsageSummaryResponse {
11611169
type: "number",
11621170
format: "int64",
11631171
},
1172+
scaFargateCountAvgSum: {
1173+
baseName: "sca_fargate_count_avg_sum",
1174+
type: "number",
1175+
format: "int64",
1176+
},
1177+
scaFargateCountHwmSum: {
1178+
baseName: "sca_fargate_count_hwm_sum",
1179+
type: "number",
1180+
format: "int64",
1181+
},
11641182
sdsApmScannedBytesSum: {
11651183
baseName: "sds_apm_scanned_bytes_sum",
11661184
type: "number",

0 commit comments

Comments
 (0)