Skip to content

Commit 9709df8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 13ee92e3 of spec repo
1 parent 91995d0 commit 9709df8

9 files changed

+171
-4
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": "2023-09-25 12:12:23.639338",
8-
"spec_repo_commit": "5d002e79"
7+
"regenerated": "2023-09-25 21:06:58.119822",
8+
"spec_repo_commit": "13ee92e3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-09-25 12:12:23.655830",
13-
"spec_repo_commit": "5d002e79"
12+
"regenerated": "2023-09-25 21:06:58.140162",
13+
"spec_repo_commit": "13ee92e3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3931,6 +3931,7 @@ components:
39313931
- universal_service_monitoring_usage
39323932
- vuln_management_hosts_usage
39333933
- sds_scanned_bytes_usage
3934+
- severeless_apps_usage
39343935
type: string
39353936
x-enum-varnames:
39363937
- API_USAGE
@@ -3970,6 +3971,7 @@ components:
39703971
- UNIVERSAL_SERVICE_MONITORING_USAGE
39713972
- VULN_MANAGEMENT_HOSTS_USAGE
39723973
- SDS_SCANNED_BYTES_USAGE
3974+
- SEVERELESS_APPS_USAGE
39733975
IFrameWidgetDefinition:
39743976
description: The iframe widget allows you to embed a portion of any other web
39753977
page on your dashboard. Only available on FREE layout dashboards.
@@ -7503,6 +7505,8 @@ components:
75037505
- profiled_fargate_percentage
75047506
- profiled_host_usage
75057507
- profiled_host_percentage
7508+
- serverless_apps_usage
7509+
- serverless_apps_percentage
75067510
- snmp_usage
75077511
- snmp_percentage
75087512
- estimated_rum_sessions_usage
@@ -7580,6 +7584,8 @@ components:
75807584
- PROFILED_FARGATE_PERCENTAGE
75817585
- PROFILED_HOST_USAGE
75827586
- PROFILED_HOST_PERCENTAGE
7587+
- SERVERLESS_APPS_USAGE
7588+
- SERVERLESS_APPS_PERCENTAGE
75837589
- SNMP_USAGE
75847590
- SNMP_PERCENTAGE
75857591
- ESTIMATED_RUM_SESSIONS_USAGE
@@ -7876,6 +7882,14 @@ components:
78767882
description: The total Sensitive Data Scanner usage by tag(s).
78777883
format: double
78787884
type: number
7885+
severeless_apps_percentage:
7886+
description: The percentage of Serverless Apps usage by tag(s).
7887+
format: double
7888+
type: number
7889+
severeless_apps_usage:
7890+
description: The total Serverless Apps usage by tag(s).
7891+
format: double
7892+
type: number
78797893
snmp_percentage:
78807894
description: The percentage of network device usage by tag(s).
78817895
format: double
@@ -18192,6 +18206,21 @@ components:
1819218206
organizations.
1819318207
format: int64
1819418208
type: integer
18209+
serverless_apps_azure_count_avg:
18210+
description: Shows the average of the number of Serverless Apps for Azure
18211+
for the given date and given org.
18212+
format: int64
18213+
type: integer
18214+
serverless_apps_google_count_avg:
18215+
description: Shows the average of the number of Serverless Apps for Google
18216+
Cloud for the given date and given org.
18217+
format: int64
18218+
type: integer
18219+
serverless_apps_total_count_avg:
18220+
description: Shows the average of the number of Serverless Apps for Azure
18221+
and Google Cloud for the given date and given org.
18222+
format: int64
18223+
type: integer
1819518224
synthetics_browser_check_calls_count_sum:
1819618225
description: Shows the sum of all Synthetic browser tests over all hours
1819718226
in the current date for all organizations.
@@ -18695,6 +18724,21 @@ components:
1869518724
given org.
1869618725
format: int64
1869718726
type: integer
18727+
serverless_apps_azure_count_avg:
18728+
description: Shows the average of the number of Serverless Apps for Azure
18729+
for the given date and given org.
18730+
format: int64
18731+
type: integer
18732+
serverless_apps_google_count_avg:
18733+
description: Shows the average of the number of Serverless Apps for Google
18734+
Cloud for the given date and given org.
18735+
format: int64
18736+
type: integer
18737+
serverless_apps_total_count_avg:
18738+
description: Shows the average of the number of Serverless Apps for Azure
18739+
and Google Cloud for the given date and given org.
18740+
format: int64
18741+
type: integer
1869818742
synthetics_browser_check_calls_count_sum:
1869918743
description: Shows the sum of all Synthetic browser tests over all hours
1870018744
in the current date for the given org.
@@ -19232,6 +19276,21 @@ components:
1923219276
organizations.
1923319277
format: int64
1923419278
type: integer
19279+
serverless_apps_azure_count_avg_sum:
19280+
description: Sum of the average number of Serverless Apps for Azure in the
19281+
current months for all organizations.
19282+
format: int64
19283+
type: integer
19284+
serverless_apps_google_count_avg_sum:
19285+
description: Sum of the average number of Serverless Apps for Google Cloud
19286+
in the current months for all organizations.
19287+
format: int64
19288+
type: integer
19289+
serverless_apps_total_count_avg_sum:
19290+
description: Sum of the average number of Serverless Apps for Azure and
19291+
Google Cloud in the current months for all organizations.
19292+
format: int64
19293+
type: integer
1923519294
start_date:
1923619295
description: Shows the first date of usage in the current months for all
1923719296
organizations.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export type HourlyUsageAttributionUsageType =
4848
| typeof UNIVERSAL_SERVICE_MONITORING_USAGE
4949
| typeof VULN_MANAGEMENT_HOSTS_USAGE
5050
| typeof SDS_SCANNED_BYTES_USAGE
51+
| typeof SEVERELESS_APPS_USAGE
5152
| UnparsedObject;
5253
export const API_USAGE = "api_usage";
5354
export const APM_FARGATE_USAGE = "apm_fargate_usage";
@@ -88,3 +89,4 @@ export const UNIVERSAL_SERVICE_MONITORING_USAGE =
8889
"universal_service_monitoring_usage";
8990
export const VULN_MANAGEMENT_HOSTS_USAGE = "vuln_management_hosts_usage";
9091
export const SDS_SCANNED_BYTES_USAGE = "sds_scanned_bytes_usage";
92+
export const SEVERELESS_APPS_USAGE = "severeless_apps_usage";

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ export type MonthlyUsageAttributionSupportedMetrics =
7575
| typeof PROFILED_FARGATE_PERCENTAGE
7676
| typeof PROFILED_HOST_USAGE
7777
| typeof PROFILED_HOST_PERCENTAGE
78+
| typeof SERVERLESS_APPS_USAGE
79+
| typeof SERVERLESS_APPS_PERCENTAGE
7880
| typeof SNMP_USAGE
7981
| typeof SNMP_PERCENTAGE
8082
| typeof ESTIMATED_RUM_SESSIONS_USAGE
@@ -158,6 +160,8 @@ export const PROFILED_FARGATE_USAGE = "profiled_fargate_usage";
158160
export const PROFILED_FARGATE_PERCENTAGE = "profiled_fargate_percentage";
159161
export const PROFILED_HOST_USAGE = "profiled_host_usage";
160162
export const PROFILED_HOST_PERCENTAGE = "profiled_host_percentage";
163+
export const SERVERLESS_APPS_USAGE = "serverless_apps_usage";
164+
export const SERVERLESS_APPS_PERCENTAGE = "serverless_apps_percentage";
161165
export const SNMP_USAGE = "snmp_usage";
162166
export const SNMP_PERCENTAGE = "snmp_percentage";
163167
export const ESTIMATED_RUM_SESSIONS_USAGE = "estimated_rum_sessions_usage";

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,14 @@ export class MonthlyUsageAttributionValues {
282282
* The total Sensitive Data Scanner usage by tag(s).
283283
*/
284284
"sdsScannedBytesUsage"?: number;
285+
/**
286+
* The percentage of Serverless Apps usage by tag(s).
287+
*/
288+
"severelessAppsPercentage"?: number;
289+
/**
290+
* The total Serverless Apps usage by tag(s).
291+
*/
292+
"severelessAppsUsage"?: number;
285293
/**
286294
* The percentage of network device usage by tag(s).
287295
*/
@@ -656,6 +664,16 @@ export class MonthlyUsageAttributionValues {
656664
type: "number",
657665
format: "double",
658666
},
667+
severelessAppsPercentage: {
668+
baseName: "severeless_apps_percentage",
669+
type: "number",
670+
format: "double",
671+
},
672+
severelessAppsUsage: {
673+
baseName: "severeless_apps_usage",
674+
type: "number",
675+
format: "double",
676+
},
659677
snmpPercentage: {
660678
baseName: "snmp_percentage",
661679
type: "number",

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,7 @@ const enumsMap: { [key: string]: any[] } = {
774774
"universal_service_monitoring_usage",
775775
"vuln_management_hosts_usage",
776776
"sds_scanned_bytes_usage",
777+
"severeless_apps_usage",
777778
],
778779
IFrameWidgetDefinitionType: ["iframe"],
779780
ImageWidgetDefinitionType: ["image"],
@@ -963,6 +964,8 @@ const enumsMap: { [key: string]: any[] } = {
963964
"profiled_fargate_percentage",
964965
"profiled_host_usage",
965966
"profiled_host_percentage",
967+
"serverless_apps_usage",
968+
"serverless_apps_percentage",
966969
"snmp_usage",
967970
"snmp_percentage",
968971
"estimated_rum_sessions_usage",

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,18 @@ export class UsageSummaryDate {
359359
* Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations.
360360
*/
361361
"sdsTotalScannedBytesSum"?: number;
362+
/**
363+
* Shows the average of the number of Serverless Apps for Azure for the given date and given org.
364+
*/
365+
"serverlessAppsAzureCountAvg"?: number;
366+
/**
367+
* Shows the average of the number of Serverless Apps for Google Cloud for the given date and given org.
368+
*/
369+
"serverlessAppsGoogleCountAvg"?: number;
370+
/**
371+
* Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
372+
*/
373+
"serverlessAppsTotalCountAvg"?: number;
362374
/**
363375
* Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
364376
*/
@@ -843,6 +855,21 @@ export class UsageSummaryDate {
843855
type: "number",
844856
format: "int64",
845857
},
858+
serverlessAppsAzureCountAvg: {
859+
baseName: "serverless_apps_azure_count_avg",
860+
type: "number",
861+
format: "int64",
862+
},
863+
serverlessAppsGoogleCountAvg: {
864+
baseName: "serverless_apps_google_count_avg",
865+
type: "number",
866+
format: "int64",
867+
},
868+
serverlessAppsTotalCountAvg: {
869+
baseName: "serverless_apps_total_count_avg",
870+
type: "number",
871+
format: "int64",
872+
},
846873
syntheticsBrowserCheckCallsCountSum: {
847874
baseName: "synthetics_browser_check_calls_count_sum",
848875
type: "number",

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,18 @@ export class UsageSummaryDateOrg {
366366
* Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for the given org.
367367
*/
368368
"sdsTotalScannedBytesSum"?: number;
369+
/**
370+
* Shows the average of the number of Serverless Apps for Azure for the given date and given org.
371+
*/
372+
"serverlessAppsAzureCountAvg"?: number;
373+
/**
374+
* Shows the average of the number of Serverless Apps for Google Cloud for the given date and given org.
375+
*/
376+
"serverlessAppsGoogleCountAvg"?: number;
377+
/**
378+
* Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
379+
*/
380+
"serverlessAppsTotalCountAvg"?: number;
369381
/**
370382
* Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
371383
*/
@@ -857,6 +869,21 @@ export class UsageSummaryDateOrg {
857869
type: "number",
858870
format: "int64",
859871
},
872+
serverlessAppsAzureCountAvg: {
873+
baseName: "serverless_apps_azure_count_avg",
874+
type: "number",
875+
format: "int64",
876+
},
877+
serverlessAppsGoogleCountAvg: {
878+
baseName: "serverless_apps_google_count_avg",
879+
type: "number",
880+
format: "int64",
881+
},
882+
serverlessAppsTotalCountAvg: {
883+
baseName: "serverless_apps_total_count_avg",
884+
type: "number",
885+
format: "int64",
886+
},
860887
syntheticsBrowserCheckCallsCountSum: {
861888
baseName: "synthetics_browser_check_calls_count_sum",
862889
type: "number",

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,18 @@ export class UsageSummaryResponse {
388388
* Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations.
389389
*/
390390
"sdsTotalScannedBytesSum"?: number;
391+
/**
392+
* Sum of the average number of Serverless Apps for Azure in the current months for all organizations.
393+
*/
394+
"serverlessAppsAzureCountAvgSum"?: number;
395+
/**
396+
* Sum of the average number of Serverless Apps for Google Cloud in the current months for all organizations.
397+
*/
398+
"serverlessAppsGoogleCountAvgSum"?: number;
399+
/**
400+
* Sum of the average number of Serverless Apps for Azure and Google Cloud in the current months for all organizations.
401+
*/
402+
"serverlessAppsTotalCountAvgSum"?: number;
391403
/**
392404
* Shows the first date of usage in the current months for all organizations.
393405
*/
@@ -915,6 +927,21 @@ export class UsageSummaryResponse {
915927
type: "number",
916928
format: "int64",
917929
},
930+
serverlessAppsAzureCountAvgSum: {
931+
baseName: "serverless_apps_azure_count_avg_sum",
932+
type: "number",
933+
format: "int64",
934+
},
935+
serverlessAppsGoogleCountAvgSum: {
936+
baseName: "serverless_apps_google_count_avg_sum",
937+
type: "number",
938+
format: "int64",
939+
},
940+
serverlessAppsTotalCountAvgSum: {
941+
baseName: "serverless_apps_total_count_avg_sum",
942+
type: "number",
943+
format: "int64",
944+
},
918945
startDate: {
919946
baseName: "start_date",
920947
type: "Date",

0 commit comments

Comments
 (0)