Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20700,6 +20700,11 @@ components:
hours in the current date for the given org.
format: int64
type: integer
apm_enterprise_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Enterprise
hosts over all hours in the current date for all organizations.
format: int64
type: integer
apm_fargate_count_avg:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current date for all organizations.
Expand All @@ -20710,6 +20715,11 @@ components:
hours in the current date for all organizations.
format: int64
type: integer
apm_pro_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Pro hosts
over all hours in the current date for all organizations.
format: int64
type: integer
appsec_fargate_count_avg:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current date for all organizations.
Expand Down Expand Up @@ -21798,6 +21808,11 @@ components:
hours in the current date for the given org.
format: int64
type: integer
apm_enterprise_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Enterprise
hosts over all hours in the current date for the given org.
format: int64
type: integer
apm_fargate_count_avg:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current month for the given org.
Expand All @@ -21808,6 +21823,11 @@ components:
hours in the current date for the given org.
format: int64
type: integer
apm_pro_standalone_hosts_top99p:
description: Shows the 99th percentile of all distinct standalone Pro hosts
over all hours in the current date for the given org.
format: int64
type: integer
appsec_fargate_count_avg:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current month for the given org.
Expand Down Expand Up @@ -22900,6 +22920,11 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
apm_enterprise_standalone_hosts_top99p_sum:
description: Shows the sum of the 99th percentile of all distinct standalone
Enterprise hosts over all hours in the current month for all organizations.
format: int64
type: integer
apm_fargate_count_avg_sum:
description: Shows the average of all APM ECS Fargate tasks over all hours
in the current month for all organizations.
Expand All @@ -22910,6 +22935,11 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
apm_pro_standalone_hosts_top99p_sum:
description: Shows the sum of the 99th percentile of all distinct standalone
Pro hosts over all hours in the current month for all organizations.
format: int64
type: integer
appsec_fargate_count_avg_sum:
description: Shows the average of all Application Security Monitoring ECS
Fargate tasks over all hours in the current month for all organizations.
Expand Down
16 changes: 16 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ def openapi_types(_):
"agent_host_top99p": (int,),
"apm_azure_app_service_host_top99p": (int,),
"apm_devsecops_host_top99p": (int,),
"apm_enterprise_standalone_hosts_top99p": (int,),
"apm_fargate_count_avg": (int,),
"apm_host_top99p": (int,),
"apm_pro_standalone_hosts_top99p": (int,),
"appsec_fargate_count_avg": (int,),
"asm_serverless_sum": (int,),
"audit_logs_lines_indexed_sum": (int,),
Expand Down Expand Up @@ -233,8 +235,10 @@ def openapi_types(_):
"agent_host_top99p": "agent_host_top99p",
"apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p",
"apm_devsecops_host_top99p": "apm_devsecops_host_top99p",
"apm_enterprise_standalone_hosts_top99p": "apm_enterprise_standalone_hosts_top99p",
"apm_fargate_count_avg": "apm_fargate_count_avg",
"apm_host_top99p": "apm_host_top99p",
"apm_pro_standalone_hosts_top99p": "apm_pro_standalone_hosts_top99p",
"appsec_fargate_count_avg": "appsec_fargate_count_avg",
"asm_serverless_sum": "asm_serverless_sum",
"audit_logs_lines_indexed_sum": "audit_logs_lines_indexed_sum",
Expand Down Expand Up @@ -440,8 +444,10 @@ def __init__(
agent_host_top99p: Union[int, UnsetType] = unset,
apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset,
apm_devsecops_host_top99p: Union[int, UnsetType] = unset,
apm_enterprise_standalone_hosts_top99p: Union[int, UnsetType] = unset,
apm_fargate_count_avg: Union[int, UnsetType] = unset,
apm_host_top99p: Union[int, UnsetType] = unset,
apm_pro_standalone_hosts_top99p: Union[int, UnsetType] = unset,
appsec_fargate_count_avg: Union[int, UnsetType] = unset,
asm_serverless_sum: Union[int, UnsetType] = unset,
audit_logs_lines_indexed_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -654,12 +660,18 @@ def __init__(
: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.
:type apm_devsecops_host_top99p: int, optional

: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.
:type apm_enterprise_standalone_hosts_top99p: int, optional

:param apm_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations.
:type apm_fargate_count_avg: int, optional

:param apm_host_top99p: Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations.
:type apm_host_top99p: int, optional

: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.
:type apm_pro_standalone_hosts_top99p: int, optional

: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.
:type appsec_fargate_count_avg: int, optional

Expand Down Expand Up @@ -1260,10 +1272,14 @@ def __init__(
kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p
if apm_devsecops_host_top99p is not unset:
kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p
if apm_enterprise_standalone_hosts_top99p is not unset:
kwargs["apm_enterprise_standalone_hosts_top99p"] = apm_enterprise_standalone_hosts_top99p
if apm_fargate_count_avg is not unset:
kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg
if apm_host_top99p is not unset:
kwargs["apm_host_top99p"] = apm_host_top99p
if apm_pro_standalone_hosts_top99p is not unset:
kwargs["apm_pro_standalone_hosts_top99p"] = apm_pro_standalone_hosts_top99p
if appsec_fargate_count_avg is not unset:
kwargs["appsec_fargate_count_avg"] = appsec_fargate_count_avg
if asm_serverless_sum is not unset:
Expand Down
16 changes: 16 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_date_org.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ def openapi_types(_):
"agent_host_top99p": (int,),
"apm_azure_app_service_host_top99p": (int,),
"apm_devsecops_host_top99p": (int,),
"apm_enterprise_standalone_hosts_top99p": (int,),
"apm_fargate_count_avg": (int,),
"apm_host_top99p": (int,),
"apm_pro_standalone_hosts_top99p": (int,),
"appsec_fargate_count_avg": (int,),
"asm_serverless_sum": (int,),
"audit_logs_lines_indexed_sum": (int,),
Expand Down Expand Up @@ -234,8 +236,10 @@ def openapi_types(_):
"agent_host_top99p": "agent_host_top99p",
"apm_azure_app_service_host_top99p": "apm_azure_app_service_host_top99p",
"apm_devsecops_host_top99p": "apm_devsecops_host_top99p",
"apm_enterprise_standalone_hosts_top99p": "apm_enterprise_standalone_hosts_top99p",
"apm_fargate_count_avg": "apm_fargate_count_avg",
"apm_host_top99p": "apm_host_top99p",
"apm_pro_standalone_hosts_top99p": "apm_pro_standalone_hosts_top99p",
"appsec_fargate_count_avg": "appsec_fargate_count_avg",
"asm_serverless_sum": "asm_serverless_sum",
"audit_logs_lines_indexed_sum": "audit_logs_lines_indexed_sum",
Expand Down Expand Up @@ -447,8 +451,10 @@ def __init__(
agent_host_top99p: Union[int, UnsetType] = unset,
apm_azure_app_service_host_top99p: Union[int, UnsetType] = unset,
apm_devsecops_host_top99p: Union[int, UnsetType] = unset,
apm_enterprise_standalone_hosts_top99p: Union[int, UnsetType] = unset,
apm_fargate_count_avg: Union[int, UnsetType] = unset,
apm_host_top99p: Union[int, UnsetType] = unset,
apm_pro_standalone_hosts_top99p: Union[int, UnsetType] = unset,
appsec_fargate_count_avg: Union[int, UnsetType] = unset,
asm_serverless_sum: Union[int, UnsetType] = unset,
audit_logs_lines_indexed_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -671,12 +677,18 @@ def __init__(
: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.
:type apm_devsecops_host_top99p: int, optional

: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.
:type apm_enterprise_standalone_hosts_top99p: int, optional

: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.
:type apm_fargate_count_avg: int, optional

:param apm_host_top99p: Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org.
:type apm_host_top99p: int, optional

: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.
:type apm_pro_standalone_hosts_top99p: int, optional

: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.
:type appsec_fargate_count_avg: int, optional

Expand Down Expand Up @@ -1293,10 +1305,14 @@ def __init__(
kwargs["apm_azure_app_service_host_top99p"] = apm_azure_app_service_host_top99p
if apm_devsecops_host_top99p is not unset:
kwargs["apm_devsecops_host_top99p"] = apm_devsecops_host_top99p
if apm_enterprise_standalone_hosts_top99p is not unset:
kwargs["apm_enterprise_standalone_hosts_top99p"] = apm_enterprise_standalone_hosts_top99p
if apm_fargate_count_avg is not unset:
kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg
if apm_host_top99p is not unset:
kwargs["apm_host_top99p"] = apm_host_top99p
if apm_pro_standalone_hosts_top99p is not unset:
kwargs["apm_pro_standalone_hosts_top99p"] = apm_pro_standalone_hosts_top99p
if appsec_fargate_count_avg is not unset:
kwargs["appsec_fargate_count_avg"] = appsec_fargate_count_avg
if asm_serverless_sum is not unset:
Expand Down
16 changes: 16 additions & 0 deletions src/datadog_api_client/v1/model/usage_summary_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ def openapi_types(_):
"agent_host_top99p_sum": (int,),
"apm_azure_app_service_host_top99p_sum": (int,),
"apm_devsecops_host_top99p_sum": (int,),
"apm_enterprise_standalone_hosts_top99p_sum": (int,),
"apm_fargate_count_avg_sum": (int,),
"apm_host_top99p_sum": (int,),
"apm_pro_standalone_hosts_top99p_sum": (int,),
"appsec_fargate_count_avg_sum": (int,),
"asm_serverless_agg_sum": (int,),
"audit_logs_lines_indexed_agg_sum": (int,),
Expand Down Expand Up @@ -246,8 +248,10 @@ def openapi_types(_):
"agent_host_top99p_sum": "agent_host_top99p_sum",
"apm_azure_app_service_host_top99p_sum": "apm_azure_app_service_host_top99p_sum",
"apm_devsecops_host_top99p_sum": "apm_devsecops_host_top99p_sum",
"apm_enterprise_standalone_hosts_top99p_sum": "apm_enterprise_standalone_hosts_top99p_sum",
"apm_fargate_count_avg_sum": "apm_fargate_count_avg_sum",
"apm_host_top99p_sum": "apm_host_top99p_sum",
"apm_pro_standalone_hosts_top99p_sum": "apm_pro_standalone_hosts_top99p_sum",
"appsec_fargate_count_avg_sum": "appsec_fargate_count_avg_sum",
"asm_serverless_agg_sum": "asm_serverless_agg_sum",
"audit_logs_lines_indexed_agg_sum": "audit_logs_lines_indexed_agg_sum",
Expand Down Expand Up @@ -464,8 +468,10 @@ def __init__(
agent_host_top99p_sum: Union[int, UnsetType] = unset,
apm_azure_app_service_host_top99p_sum: Union[int, UnsetType] = unset,
apm_devsecops_host_top99p_sum: Union[int, UnsetType] = unset,
apm_enterprise_standalone_hosts_top99p_sum: Union[int, UnsetType] = unset,
apm_fargate_count_avg_sum: Union[int, UnsetType] = unset,
apm_host_top99p_sum: Union[int, UnsetType] = unset,
apm_pro_standalone_hosts_top99p_sum: Union[int, UnsetType] = unset,
appsec_fargate_count_avg_sum: Union[int, UnsetType] = unset,
asm_serverless_agg_sum: Union[int, UnsetType] = unset,
audit_logs_lines_indexed_agg_sum: Union[int, UnsetType] = unset,
Expand Down Expand Up @@ -689,12 +695,18 @@ def __init__(
: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.
:type apm_devsecops_host_top99p_sum: int, optional

: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.
:type apm_enterprise_standalone_hosts_top99p_sum: int, optional

: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.
:type apm_fargate_count_avg_sum: int, optional

:param apm_host_top99p_sum: Shows the 99th percentile of all distinct APM hosts over all hours in the current month for all organizations.
:type apm_host_top99p_sum: int, optional

: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.
:type apm_pro_standalone_hosts_top99p_sum: int, optional

: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.
:type appsec_fargate_count_avg_sum: int, optional

Expand Down Expand Up @@ -1328,10 +1340,14 @@ def __init__(
kwargs["apm_azure_app_service_host_top99p_sum"] = apm_azure_app_service_host_top99p_sum
if apm_devsecops_host_top99p_sum is not unset:
kwargs["apm_devsecops_host_top99p_sum"] = apm_devsecops_host_top99p_sum
if apm_enterprise_standalone_hosts_top99p_sum is not unset:
kwargs["apm_enterprise_standalone_hosts_top99p_sum"] = apm_enterprise_standalone_hosts_top99p_sum
if apm_fargate_count_avg_sum is not unset:
kwargs["apm_fargate_count_avg_sum"] = apm_fargate_count_avg_sum
if apm_host_top99p_sum is not unset:
kwargs["apm_host_top99p_sum"] = apm_host_top99p_sum
if apm_pro_standalone_hosts_top99p_sum is not unset:
kwargs["apm_pro_standalone_hosts_top99p_sum"] = apm_pro_standalone_hosts_top99p_sum
if appsec_fargate_count_avg_sum is not unset:
kwargs["appsec_fargate_count_avg_sum"] = appsec_fargate_count_avg_sum
if asm_serverless_agg_sum is not unset:
Expand Down
Loading