Skip to content

Commit 36da41d

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e470158 of spec repo
1 parent 9346373 commit 36da41d

File tree

4 files changed

+78
-0
lines changed

4 files changed

+78
-0
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20700,6 +20700,11 @@ components:
2070020700
hours in the current date for the given org.
2070120701
format: int64
2070220702
type: integer
20703+
apm_enterprise_standalone_hosts_top99p:
20704+
description: Shows the 99th percentile of all distinct standalone Enterprise
20705+
hosts over all hours in the current date for all organizations.
20706+
format: int64
20707+
type: integer
2070320708
apm_fargate_count_avg:
2070420709
description: Shows the average of all APM ECS Fargate tasks over all hours
2070520710
in the current date for all organizations.
@@ -20710,6 +20715,11 @@ components:
2071020715
hours in the current date for all organizations.
2071120716
format: int64
2071220717
type: integer
20718+
apm_pro_standalone_hosts_top99p:
20719+
description: Shows the 99th percentile of all distinct standalone Pro hosts
20720+
over all hours in the current date for all organizations.
20721+
format: int64
20722+
type: integer
2071320723
appsec_fargate_count_avg:
2071420724
description: Shows the average of all Application Security Monitoring ECS
2071520725
Fargate tasks over all hours in the current date for all organizations.
@@ -21798,6 +21808,11 @@ components:
2179821808
hours in the current date for the given org.
2179921809
format: int64
2180021810
type: integer
21811+
apm_enterprise_standalone_hosts_top99p:
21812+
description: Shows the 99th percentile of all distinct standalone Enterprise
21813+
hosts over all hours in the current date for the given org.
21814+
format: int64
21815+
type: integer
2180121816
apm_fargate_count_avg:
2180221817
description: Shows the average of all APM ECS Fargate tasks over all hours
2180321818
in the current month for the given org.
@@ -21808,6 +21823,11 @@ components:
2180821823
hours in the current date for the given org.
2180921824
format: int64
2181021825
type: integer
21826+
apm_pro_standalone_hosts_top99p:
21827+
description: Shows the 99th percentile of all distinct standalone Pro hosts
21828+
over all hours in the current date for the given org.
21829+
format: int64
21830+
type: integer
2181121831
appsec_fargate_count_avg:
2181221832
description: Shows the average of all Application Security Monitoring ECS
2181321833
Fargate tasks over all hours in the current month for the given org.
@@ -22900,6 +22920,11 @@ components:
2290022920
hours in the current month for all organizations.
2290122921
format: int64
2290222922
type: integer
22923+
apm_enterprise_standalone_hosts_top99p_sum:
22924+
description: Shows the sum of the 99th percentile of all distinct standalone
22925+
Enterprise hosts over all hours in the current month for all organizations.
22926+
format: int64
22927+
type: integer
2290322928
apm_fargate_count_avg_sum:
2290422929
description: Shows the average of all APM ECS Fargate tasks over all hours
2290522930
in the current month for all organizations.
@@ -22910,6 +22935,11 @@ components:
2291022935
hours in the current month for all organizations.
2291122936
format: int64
2291222937
type: integer
22938+
apm_pro_standalone_hosts_top99p_sum:
22939+
description: Shows the sum of the 99th percentile of all distinct standalone
22940+
Pro hosts over all hours in the current month for all organizations.
22941+
format: int64
22942+
type: integer
2291322943
appsec_fargate_count_avg_sum:
2291422944
description: Shows the average of all Application Security Monitoring ECS
2291522945
Fargate tasks over all hours in the current month for all organizations.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ def openapi_types(_):
2727
"agent_host_top99p": (int,),
2828
"apm_azure_app_service_host_top99p": (int,),
2929
"apm_devsecops_host_top99p": (int,),
30+
"apm_enterprise_standalone_hosts_top99p": (int,),
3031
"apm_fargate_count_avg": (int,),
3132
"apm_host_top99p": (int,),
33+
"apm_pro_standalone_hosts_top99p": (int,),
3234
"appsec_fargate_count_avg": (int,),
3335
"asm_serverless_sum": (int,),
3436
"audit_logs_lines_indexed_sum": (int,),
@@ -233,8 +235,10 @@ def openapi_types(_):
233235
"agent_host_top99p": "agent_host_top99p",
234236
"apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p",
235237
"apm_devsecops_host_top99p": "apm_devsecops_host_top99p",
238+
"apm_enterprise_standalone_hosts_top99p": "apm_enterprise_standalone_hosts_top99p",
236239
"apm_fargate_count_avg": "apm_fargate_count_avg",
237240
"apm_host_top99p": "apm_host_top99p",
241+
"apm_pro_standalone_hosts_top99p": "apm_pro_standalone_hosts_top99p",
238242
"appsec_fargate_count_avg": "appsec_fargate_count_avg",
239243
"asm_serverless_sum": "asm_serverless_sum",
240244
"audit_logs_lines_indexed_sum": "audit_logs_lines_indexed_sum",
@@ -440,8 +444,10 @@ def __init__(
440444
agent_host_top99p: Union[int, UnsetType] = unset,
441445
apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset,
442446
apm_devsecops_host_top99p: Union[int, UnsetType] = unset,
447+
apm_enterprise_standalone_hosts_top99p: Union[int, UnsetType] = unset,
443448
apm_fargate_count_avg: Union[int, UnsetType] = unset,
444449
apm_host_top99p: Union[int, UnsetType] = unset,
450+
apm_pro_standalone_hosts_top99p: Union[int, UnsetType] = unset,
445451
appsec_fargate_count_avg: Union[int, UnsetType] = unset,
446452
asm_serverless_sum: Union[int, UnsetType] = unset,
447453
audit_logs_lines_indexed_sum: Union[int, UnsetType] = unset,
@@ -654,12 +660,18 @@ def __init__(
654660
:param apm_devsecops_host_top99p: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.
655661
:type apm_devsecops_host_top99p: int, optional
656662
663+
:param apm_enterprise_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for all organizations.
664+
:type apm_enterprise_standalone_hosts_top99p: int, optional
665+
657666
:param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations.
658667
:type apm_fargate_count_avg: int, optional
659668
660669
:param apm_host_top99p: Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations.
661670
:type apm_host_top99p: int, optional
662671
672+
:param apm_pro_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for all organizations.
673+
:type apm_pro_standalone_hosts_top99p: int, optional
674+
663675
:param appsec_fargate_count_avg: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations.
664676
:type appsec_fargate_count_avg: int, optional
665677
@@ -1260,10 +1272,14 @@ def __init__(
12601272
kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p
12611273
if apm_devsecops_host_top99p is not unset:
12621274
kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p
1275+
if apm_enterprise_standalone_hosts_top99p is not unset:
1276+
kwargs["apm_enterprise_standalone_hosts_top99p"] = apm_enterprise_standalone_hosts_top99p
12631277
if apm_fargate_count_avg is not unset:
12641278
kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg
12651279
if apm_host_top99p is not unset:
12661280
kwargs["apm_host_top99p"] = apm_host_top99p
1281+
if apm_pro_standalone_hosts_top99p is not unset:
1282+
kwargs["apm_pro_standalone_hosts_top99p"] = apm_pro_standalone_hosts_top99p
12671283
if appsec_fargate_count_avg is not unset:
12681284
kwargs["appsec_fargate_count_avg"] = appsec_fargate_count_avg
12691285
if asm_serverless_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ def openapi_types(_):
2222
"agent_host_top99p": (int,),
2323
"apm_azure_app_service_host_top99p": (int,),
2424
"apm_devsecops_host_top99p": (int,),
25+
"apm_enterprise_standalone_hosts_top99p": (int,),
2526
"apm_fargate_count_avg": (int,),
2627
"apm_host_top99p": (int,),
28+
"apm_pro_standalone_hosts_top99p": (int,),
2729
"appsec_fargate_count_avg": (int,),
2830
"asm_serverless_sum": (int,),
2931
"audit_logs_lines_indexed_sum": (int,),
@@ -234,8 +236,10 @@ def openapi_types(_):
234236
"agent_host_top99p": "agent_host_top99p",
235237
"apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p",
236238
"apm_devsecops_host_top99p": "apm_devsecops_host_top99p",
239+
"apm_enterprise_standalone_hosts_top99p": "apm_enterprise_standalone_hosts_top99p",
237240
"apm_fargate_count_avg": "apm_fargate_count_avg",
238241
"apm_host_top99p": "apm_host_top99p",
242+
"apm_pro_standalone_hosts_top99p": "apm_pro_standalone_hosts_top99p",
239243
"appsec_fargate_count_avg": "appsec_fargate_count_avg",
240244
"asm_serverless_sum": "asm_serverless_sum",
241245
"audit_logs_lines_indexed_sum": "audit_logs_lines_indexed_sum",
@@ -447,8 +451,10 @@ def __init__(
447451
agent_host_top99p: Union[int, UnsetType] = unset,
448452
apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset,
449453
apm_devsecops_host_top99p: Union[int, UnsetType] = unset,
454+
apm_enterprise_standalone_hosts_top99p: Union[int, UnsetType] = unset,
450455
apm_fargate_count_avg: Union[int, UnsetType] = unset,
451456
apm_host_top99p: Union[int, UnsetType] = unset,
457+
apm_pro_standalone_hosts_top99p: Union[int, UnsetType] = unset,
452458
appsec_fargate_count_avg: Union[int, UnsetType] = unset,
453459
asm_serverless_sum: Union[int, UnsetType] = unset,
454460
audit_logs_lines_indexed_sum: Union[int, UnsetType] = unset,
@@ -671,12 +677,18 @@ def __init__(
671677
:param apm_devsecops_host_top99p: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.
672678
:type apm_devsecops_host_top99p: int, optional
673679
680+
:param apm_enterprise_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for the given org.
681+
:type apm_enterprise_standalone_hosts_top99p: int, optional
682+
674683
:param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current month for the given org.
675684
:type apm_fargate_count_avg: int, optional
676685
677686
:param apm_host_top99p: Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org.
678687
:type apm_host_top99p: int, optional
679688
689+
:param apm_pro_standalone_hosts_top99p: Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for the given org.
690+
:type apm_pro_standalone_hosts_top99p: int, optional
691+
680692
:param appsec_fargate_count_avg: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for the given org.
681693
:type appsec_fargate_count_avg: int, optional
682694
@@ -1293,10 +1305,14 @@ def __init__(
12931305
kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p
12941306
if apm_devsecops_host_top99p is not unset:
12951307
kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p
1308+
if apm_enterprise_standalone_hosts_top99p is not unset:
1309+
kwargs["apm_enterprise_standalone_hosts_top99p"] = apm_enterprise_standalone_hosts_top99p
12961310
if apm_fargate_count_avg is not unset:
12971311
kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg
12981312
if apm_host_top99p is not unset:
12991313
kwargs["apm_host_top99p"] = apm_host_top99p
1314+
if apm_pro_standalone_hosts_top99p is not unset:
1315+
kwargs["apm_pro_standalone_hosts_top99p"] = apm_pro_standalone_hosts_top99p
13001316
if appsec_fargate_count_avg is not unset:
13011317
kwargs["appsec_fargate_count_avg"] = appsec_fargate_count_avg
13021318
if asm_serverless_sum is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ def openapi_types(_):
2929
"agent_host_top99p_sum": (int,),
3030
"apm_azure_app_service_host_top99p_sum": (int,),
3131
"apm_devsecops_host_top99p_sum": (int,),
32+
"apm_enterprise_standalone_hosts_top99p_sum": (int,),
3233
"apm_fargate_count_avg_sum": (int,),
3334
"apm_host_top99p_sum": (int,),
35+
"apm_pro_standalone_hosts_top99p_sum": (int,),
3436
"appsec_fargate_count_avg_sum": (int,),
3537
"asm_serverless_agg_sum": (int,),
3638
"audit_logs_lines_indexed_agg_sum": (int,),
@@ -246,8 +248,10 @@ def openapi_types(_):
246248
"agent_host_top99p_sum": "agent_host_top99p_sum",
247249
"apm_azure_app_service_host_top99p_sum": "apm_azure_app_service_host_top99p_sum",
248250
"apm_devsecops_host_top99p_sum": "apm_devsecops_host_top99p_sum",
251+
"apm_enterprise_standalone_hosts_top99p_sum": "apm_enterprise_standalone_hosts_top99p_sum",
249252
"apm_fargate_count_avg_sum": "apm_fargate_count_avg_sum",
250253
"apm_host_top99p_sum": "apm_host_top99p_sum",
254+
"apm_pro_standalone_hosts_top99p_sum": "apm_pro_standalone_hosts_top99p_sum",
251255
"appsec_fargate_count_avg_sum": "appsec_fargate_count_avg_sum",
252256
"asm_serverless_agg_sum": "asm_serverless_agg_sum",
253257
"audit_logs_lines_indexed_agg_sum": "audit_logs_lines_indexed_agg_sum",
@@ -464,8 +468,10 @@ def __init__(
464468
agent_host_top99p_sum: Union[int, UnsetType] = unset,
465469
apm_azure_app_service_host_top99p_sum: Union[int, UnsetType] = unset,
466470
apm_devsecops_host_top99p_sum: Union[int, UnsetType] = unset,
471+
apm_enterprise_standalone_hosts_top99p_sum: Union[int, UnsetType] = unset,
467472
apm_fargate_count_avg_sum: Union[int, UnsetType] = unset,
468473
apm_host_top99p_sum: Union[int, UnsetType] = unset,
474+
apm_pro_standalone_hosts_top99p_sum: Union[int, UnsetType] = unset,
469475
appsec_fargate_count_avg_sum: Union[int, UnsetType] = unset,
470476
asm_serverless_agg_sum: Union[int, UnsetType] = unset,
471477
audit_logs_lines_indexed_agg_sum: Union[int, UnsetType] = unset,
@@ -689,12 +695,18 @@ def __init__(
689695
:param apm_devsecops_host_top99p_sum: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current month for all organizations.
690696
:type apm_devsecops_host_top99p_sum: int, optional
691697
698+
:param apm_enterprise_standalone_hosts_top99p_sum: Shows the sum of the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current month for all organizations.
699+
:type apm_enterprise_standalone_hosts_top99p_sum: int, optional
700+
692701
:param apm_fargate_count_avg_sum: Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations.
693702
:type apm_fargate_count_avg_sum: int, optional
694703
695704
:param apm_host_top99p_sum: Shows the 99th percentile of all distinct APM hosts over all hours in the current month for all organizations.
696705
:type apm_host_top99p_sum: int, optional
697706
707+
:param apm_pro_standalone_hosts_top99p_sum: Shows the sum of the 99th percentile of all distinct standalone Pro hosts over all hours in the current month for all organizations.
708+
:type apm_pro_standalone_hosts_top99p_sum: int, optional
709+
698710
:param appsec_fargate_count_avg_sum: Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations.
699711
:type appsec_fargate_count_avg_sum: int, optional
700712
@@ -1328,10 +1340,14 @@ def __init__(
13281340
kwargs["apm_azure_app_service_host_top99p_sum"] = apm_azure_app_service_host_top99p_sum
13291341
if apm_devsecops_host_top99p_sum is not unset:
13301342
kwargs["apm_devsecops_host_top99p_sum"] = apm_devsecops_host_top99p_sum
1343+
if apm_enterprise_standalone_hosts_top99p_sum is not unset:
1344+
kwargs["apm_enterprise_standalone_hosts_top99p_sum"] = apm_enterprise_standalone_hosts_top99p_sum
13311345
if apm_fargate_count_avg_sum is not unset:
13321346
kwargs["apm_fargate_count_avg_sum"] = apm_fargate_count_avg_sum
13331347
if apm_host_top99p_sum is not unset:
13341348
kwargs["apm_host_top99p_sum"] = apm_host_top99p_sum
1349+
if apm_pro_standalone_hosts_top99p_sum is not unset:
1350+
kwargs["apm_pro_standalone_hosts_top99p_sum"] = apm_pro_standalone_hosts_top99p_sum
13351351
if appsec_fargate_count_avg_sum is not unset:
13361352
kwargs["appsec_fargate_count_avg_sum"] = appsec_fargate_count_avg_sum
13371353
if asm_serverless_agg_sum is not unset:

0 commit comments

Comments
 (0)