diff --git a/.apigentools-info b/.apigentools-info index fd62c19a61..d59581ee0c 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-01-05 16:07:37.284367", - "spec_repo_commit": "bafcada7" + "regenerated": "2024-01-08 16:03:17.520602", + "spec_repo_commit": "8b5aed97" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-01-05 16:07:37.299570", - "spec_repo_commit": "bafcada7" + "regenerated": "2024-01-08 16:03:17.535558", + "spec_repo_commit": "8b5aed97" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index d0eb91e2ec..e476025f55 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -18631,6 +18631,11 @@ components: over all hours in the current date all organizations. format: int64 type: integer + apm_devsecops_host_top99p: + description: Shows the 99th percentile of all APM DevSecOps 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 date for all organizations. @@ -19156,6 +19161,11 @@ components: over all hours in the current date for the given org. format: int64 type: integer + apm_devsecops_host_top99p: + description: Shows the 99th percentile of all APM DevSecOps 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 months for the given org. @@ -19694,6 +19704,11 @@ components: over all hours in the current months all organizations. format: int64 type: integer + apm_devsecops_host_top99p_sum: + description: Shows the 99th percentile of all APM DevSecOps hosts over all + hours in the current months 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 months for all organizations. diff --git a/src/datadog_api_client/v1/model/usage_summary_date.py b/src/datadog_api_client/v1/model/usage_summary_date.py index b0ca38bd0e..a326f443fe 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -26,6 +26,7 @@ def openapi_types(_): return { "agent_host_top99p": (int,), "apm_azure_app_service_host_top99p": (int,), + "apm_devsecops_host_top99p": (int,), "apm_fargate_count_avg": (int,), "apm_host_top99p": (int,), "appsec_fargate_count_avg": (int,), @@ -131,6 +132,7 @@ def openapi_types(_): attribute_map = { "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_fargate_count_avg": "apm_fargate_count_avg", "apm_host_top99p": "apm_host_top99p", "appsec_fargate_count_avg": "appsec_fargate_count_avg", @@ -237,6 +239,7 @@ def __init__( self_, 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_fargate_count_avg: Union[int, UnsetType] = unset, apm_host_top99p: Union[int, UnsetType] = unset, appsec_fargate_count_avg: Union[int, UnsetType] = unset, @@ -348,6 +351,9 @@ def __init__( :param apm_azure_app_service_host_top99p: Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations. :type apm_azure_app_service_host_top99p: int, optional + :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_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 @@ -652,6 +658,8 @@ def __init__( kwargs["agent_host_top99p"] = agent_host_top99p if apm_azure_app_service_host_top99p is not unset: 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_fargate_count_avg is not unset: kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg if apm_host_top99p is not unset: diff --git a/src/datadog_api_client/v1/model/usage_summary_date_org.py b/src/datadog_api_client/v1/model/usage_summary_date_org.py index 5d6a8aa866..423be7d742 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date_org.py +++ b/src/datadog_api_client/v1/model/usage_summary_date_org.py @@ -19,6 +19,7 @@ def openapi_types(_): return { "agent_host_top99p": (int,), "apm_azure_app_service_host_top99p": (int,), + "apm_devsecops_host_top99p": (int,), "apm_fargate_count_avg": (int,), "apm_host_top99p": (int,), "appsec_fargate_count_avg": (int,), @@ -128,6 +129,7 @@ def openapi_types(_): attribute_map = { "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_fargate_count_avg": "apm_fargate_count_avg", "apm_host_top99p": "apm_host_top99p", "appsec_fargate_count_avg": "appsec_fargate_count_avg", @@ -238,6 +240,7 @@ def __init__( self_, 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_fargate_count_avg: Union[int, UnsetType] = unset, apm_host_top99p: Union[int, UnsetType] = unset, appsec_fargate_count_avg: Union[int, UnsetType] = unset, @@ -353,6 +356,9 @@ def __init__( :param apm_azure_app_service_host_top99p: Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org. :type apm_azure_app_service_host_top99p: int, optional + :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_fargate_count_avg: Shows the average of all APM ECS Fargate tasks over all hours in the current months for the given org. :type apm_fargate_count_avg: int, optional @@ -669,6 +675,8 @@ def __init__( kwargs["agent_host_top99p"] = agent_host_top99p if apm_azure_app_service_host_top99p is not unset: 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_fargate_count_avg is not unset: kwargs["apm_fargate_count_avg"] = apm_fargate_count_avg if apm_host_top99p is not unset: diff --git a/src/datadog_api_client/v1/model/usage_summary_response.py b/src/datadog_api_client/v1/model/usage_summary_response.py index 3b755bf82a..e858772faf 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -28,6 +28,7 @@ def openapi_types(_): return { "agent_host_top99p_sum": (int,), "apm_azure_app_service_host_top99p_sum": (int,), + "apm_devsecops_host_top99p_sum": (int,), "apm_fargate_count_avg_sum": (int,), "apm_host_top99p_sum": (int,), "appsec_fargate_count_avg_sum": (int,), @@ -144,6 +145,7 @@ def openapi_types(_): attribute_map = { "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_fargate_count_avg_sum": "apm_fargate_count_avg_sum", "apm_host_top99p_sum": "apm_host_top99p_sum", "appsec_fargate_count_avg_sum": "appsec_fargate_count_avg_sum", @@ -261,6 +263,7 @@ def __init__( self_, 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_fargate_count_avg_sum: Union[int, UnsetType] = unset, apm_host_top99p_sum: Union[int, UnsetType] = unset, appsec_fargate_count_avg_sum: Union[int, UnsetType] = unset, @@ -383,6 +386,9 @@ def __init__( :param apm_azure_app_service_host_top99p_sum: Shows the 99th percentile of all Azure app services using APM over all hours in the current months all organizations. :type apm_azure_app_service_host_top99p_sum: int, optional + :param apm_devsecops_host_top99p_sum: Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current months for all organizations. + :type apm_devsecops_host_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 months for all organizations. :type apm_fargate_count_avg_sum: int, optional @@ -720,6 +726,8 @@ def __init__( kwargs["agent_host_top99p_sum"] = agent_host_top99p_sum if apm_azure_app_service_host_top99p_sum is not unset: 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_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: