diff --git a/.apigentools-info b/.apigentools-info index 78abd0c630..a8f9ccbbad 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.5", - "regenerated": "2023-07-25 21:17:49.776052", - "spec_repo_commit": "91969c8e" + "regenerated": "2023-07-26 14:18:05.895117", + "spec_repo_commit": "835cb6df" }, "v2": { "apigentools_version": "1.6.5", - "regenerated": "2023-07-25 21:17:49.794940", - "spec_repo_commit": "91969c8e" + "regenerated": "2023-07-26 14:18:05.974104", + "spec_repo_commit": "835cb6df" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index c8174dc5a6..73706f55a7 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -17879,6 +17879,11 @@ components: Management hosts over all hours in the current date for the given org. format: int64 type: integer + workflow_executions_usage_sum: + description: Sum of all workflows executed over all hours in the current + date for all organizations. + format: int64 + type: integer type: object UsageSummaryDateOrg: description: Global hourly report of all data billed by Datadog for a given @@ -18304,6 +18309,11 @@ components: Management hosts over all hours in the current date for the given org. format: int64 type: integer + workflow_executions_usage_sum: + description: Sum of all workflows executed over all hours in the current + date for the given org. + format: int64 + type: integer type: object UsageSummaryResponse: description: Response summarizing all usage aggregated across the months in @@ -18777,6 +18787,11 @@ components: Management hosts over all hours in the current months for all organizations. format: int64 type: integer + workflow_executions_usage_agg_sum: + description: Sum of all workflows executed over all hours in the current + months for all organizations. + format: int64 + type: integer type: object UsageSyntheticsAPIHour: description: Number of Synthetics API tests run for each hour for a given organization. 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 ef19a5da27..d186b176fd 100644 --- a/src/datadog_api_client/v1/model/usage_summary_date.py +++ b/src/datadog_api_client/v1/model/usage_summary_date.py @@ -107,6 +107,7 @@ def openapi_types(_): "universal_service_monitoring_host_top99p": (int,), "vsphere_host_top99p": (int,), "vuln_management_host_count_top99p": (int,), + "workflow_executions_usage_sum": (int,), } attribute_map = { @@ -193,6 +194,7 @@ def openapi_types(_): "universal_service_monitoring_host_top99p": "universal_service_monitoring_host_top99p", "vsphere_host_top99p": "vsphere_host_top99p", "vuln_management_host_count_top99p": "vuln_management_host_count_top99p", + "workflow_executions_usage_sum": "workflow_executions_usage_sum", } def __init__( @@ -280,6 +282,7 @@ def __init__( universal_service_monitoring_host_top99p: Union[int, UnsetType] = unset, vsphere_host_top99p: Union[int, UnsetType] = unset, vuln_management_host_count_top99p: Union[int, UnsetType] = unset, + workflow_executions_usage_sum: Union[int, UnsetType] = unset, **kwargs, ): """ @@ -533,6 +536,9 @@ def __init__( :param vuln_management_host_count_top99p: Shows the 99th percentile of all Application Vulnerability Management hosts over all hours in the current date for the given org. :type vuln_management_host_count_top99p: int, optional + + :param workflow_executions_usage_sum: Sum of all workflows executed over all hours in the current date for all organizations. + :type workflow_executions_usage_sum: int, optional """ if agent_host_top99p is not unset: kwargs["agent_host_top99p"] = agent_host_top99p @@ -700,4 +706,6 @@ def __init__( kwargs["vsphere_host_top99p"] = vsphere_host_top99p if vuln_management_host_count_top99p is not unset: kwargs["vuln_management_host_count_top99p"] = vuln_management_host_count_top99p + if workflow_executions_usage_sum is not unset: + kwargs["workflow_executions_usage_sum"] = workflow_executions_usage_sum super().__init__(kwargs) 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 148f747266..393e2f32ba 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 @@ -102,6 +102,7 @@ def openapi_types(_): "universal_service_monitoring_host_top99p": (int,), "vsphere_host_top99p": (int,), "vuln_management_host_count_top99p": (int,), + "workflow_executions_usage_sum": (int,), } attribute_map = { @@ -190,6 +191,7 @@ def openapi_types(_): "universal_service_monitoring_host_top99p": "universal_service_monitoring_host_top99p", "vsphere_host_top99p": "vsphere_host_top99p", "vuln_management_host_count_top99p": "vuln_management_host_count_top99p", + "workflow_executions_usage_sum": "workflow_executions_usage_sum", } def __init__( @@ -279,6 +281,7 @@ def __init__( universal_service_monitoring_host_top99p: Union[int, UnsetType] = unset, vsphere_host_top99p: Union[int, UnsetType] = unset, vuln_management_host_count_top99p: Union[int, UnsetType] = unset, + workflow_executions_usage_sum: Union[int, UnsetType] = unset, **kwargs, ): """ @@ -538,6 +541,9 @@ def __init__( :param vuln_management_host_count_top99p: Shows the 99th percentile of all Application Vulnerability Management hosts over all hours in the current date for the given org. :type vuln_management_host_count_top99p: int, optional + + :param workflow_executions_usage_sum: Sum of all workflows executed over all hours in the current date for the given org. + :type workflow_executions_usage_sum: int, optional """ if agent_host_top99p is not unset: kwargs["agent_host_top99p"] = agent_host_top99p @@ -709,4 +715,6 @@ def __init__( kwargs["vsphere_host_top99p"] = vsphere_host_top99p if vuln_management_host_count_top99p is not unset: kwargs["vuln_management_host_count_top99p"] = vuln_management_host_count_top99p + if workflow_executions_usage_sum is not unset: + kwargs["workflow_executions_usage_sum"] = workflow_executions_usage_sum super().__init__(kwargs) 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 3dee331ba7..3d44d1cc11 100644 --- a/src/datadog_api_client/v1/model/usage_summary_response.py +++ b/src/datadog_api_client/v1/model/usage_summary_response.py @@ -118,6 +118,7 @@ def openapi_types(_): "usage": ([UsageSummaryDate],), "vsphere_host_top99p_sum": (int,), "vuln_management_host_count_top99p_sum": (int,), + "workflow_executions_usage_agg_sum": (int,), } attribute_map = { @@ -213,6 +214,7 @@ def openapi_types(_): "usage": "usage", "vsphere_host_top99p_sum": "vsphere_host_top99p_sum", "vuln_management_host_count_top99p_sum": "vuln_management_host_count_top99p_sum", + "workflow_executions_usage_agg_sum": "workflow_executions_usage_agg_sum", } def __init__( @@ -309,6 +311,7 @@ def __init__( usage: Union[List[UsageSummaryDate], UnsetType] = unset, vsphere_host_top99p_sum: Union[int, UnsetType] = unset, vuln_management_host_count_top99p_sum: Union[int, UnsetType] = unset, + workflow_executions_usage_agg_sum: Union[int, UnsetType] = unset, **kwargs, ): """ @@ -589,6 +592,9 @@ def __init__( :param vuln_management_host_count_top99p_sum: Shows the 99th percentile of all Application Vulnerability Management hosts over all hours in the current months for all organizations. :type vuln_management_host_count_top99p_sum: int, optional + + :param workflow_executions_usage_agg_sum: Sum of all workflows executed over all hours in the current months for all organizations. + :type workflow_executions_usage_agg_sum: int, optional """ if agent_host_top99p_sum is not unset: kwargs["agent_host_top99p_sum"] = agent_host_top99p_sum @@ -776,4 +782,6 @@ def __init__( kwargs["vsphere_host_top99p_sum"] = vsphere_host_top99p_sum if vuln_management_host_count_top99p_sum is not unset: kwargs["vuln_management_host_count_top99p_sum"] = vuln_management_host_count_top99p_sum + if workflow_executions_usage_agg_sum is not unset: + kwargs["workflow_executions_usage_agg_sum"] = workflow_executions_usage_agg_sum super().__init__(kwargs)