From 620df08f5e40179a52ad25f21a96cc25d30d1187 Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 09:52:46 +0000 Subject: [PATCH] Regenerate client from commit a499a64 of spec repo (#518) Co-authored-by: ci.datadog-api-spec --- .apigentools-info | 8 ++++---- docs/v1/UsageAttributionValues.md | 4 ++++ .../v1/model/usage_attribution_values.py | 12 ++++++++++++ src/datadog_api_client/v1/openapi.yaml | 18 ++++++++++++++++++ 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 1095d6ee7f..227535112c 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.4.1.dev11", - "regenerated": "2021-07-16 07:35:29.024585", - "spec_repo_commit": "3333df2" + "regenerated": "2021-07-16 09:09:54.190870", + "spec_repo_commit": "a499a64" }, "v2": { "apigentools_version": "1.4.1.dev11", - "regenerated": "2021-07-16 07:35:56.451726", - "spec_repo_commit": "3333df2" + "regenerated": "2021-07-16 09:10:19.594082", + "spec_repo_commit": "a499a64" } } } \ No newline at end of file diff --git a/docs/v1/UsageAttributionValues.md b/docs/v1/UsageAttributionValues.md index f5374f4dd5..2e2489d099 100644 --- a/docs/v1/UsageAttributionValues.md +++ b/docs/v1/UsageAttributionValues.md @@ -13,6 +13,10 @@ Name | Type | Description | Notes **browser_usage** | **float** | The synthetic browser test usage by tag(s). | [optional] **container_percentage** | **float** | The percentage of container usage by tag(s). | [optional] **container_usage** | **float** | The container usage by tag(s). | [optional] +**cspm_container_percentage** | **float** | The percentage of Cloud Security Posture Management container usage by tag(s) | [optional] +**cspm_container_usage** | **float** | The Cloud Security Posture Management container usage by tag(s) | [optional] +**cspm_host_percentage** | **float** | The percentage of Cloud Security Posture Management host usage by tag(s) | [optional] +**cspm_host_usage** | **float** | The Cloud Security Posture Management host usage by tag(s) | [optional] **custom_timeseries_percentage** | **float** | The percentage of custom metrics usage by tag(s). | [optional] **custom_timeseries_usage** | **float** | The custom metrics usage by tag(s). | [optional] **cws_container_percentage** | **float** | The percentage of Cloud Workload Security container usage by tag(s) | [optional] diff --git a/src/datadog_api_client/v1/model/usage_attribution_values.py b/src/datadog_api_client/v1/model/usage_attribution_values.py index 770e732db0..4773a68074 100644 --- a/src/datadog_api_client/v1/model/usage_attribution_values.py +++ b/src/datadog_api_client/v1/model/usage_attribution_values.py @@ -73,6 +73,10 @@ def openapi_types(): "browser_usage": (float,), # noqa: E501 "container_percentage": (float,), # noqa: E501 "container_usage": (float,), # noqa: E501 + "cspm_container_percentage": (float,), # noqa: E501 + "cspm_container_usage": (float,), # noqa: E501 + "cspm_host_percentage": (float,), # noqa: E501 + "cspm_host_usage": (float,), # noqa: E501 "custom_timeseries_percentage": (float,), # noqa: E501 "custom_timeseries_usage": (float,), # noqa: E501 "cws_container_percentage": (float,), # noqa: E501 @@ -110,6 +114,10 @@ def discriminator(): "browser_usage": "browser_usage", # noqa: E501 "container_percentage": "container_percentage", # noqa: E501 "container_usage": "container_usage", # noqa: E501 + "cspm_container_percentage": "cspm_container_percentage", # noqa: E501 + "cspm_container_usage": "cspm_container_usage", # noqa: E501 + "cspm_host_percentage": "cspm_host_percentage", # noqa: E501 + "cspm_host_usage": "cspm_host_usage", # noqa: E501 "custom_timeseries_percentage": "custom_timeseries_percentage", # noqa: E501 "custom_timeseries_usage": "custom_timeseries_usage", # noqa: E501 "cws_container_percentage": "cws_container_percentage", # noqa: E501 @@ -190,6 +198,10 @@ def __init__(self, *args, **kwargs): # noqa: E501 browser_usage (float): The synthetic browser test usage by tag(s).. [optional] # noqa: E501 container_percentage (float): The percentage of container usage by tag(s).. [optional] # noqa: E501 container_usage (float): The container usage by tag(s).. [optional] # noqa: E501 + cspm_container_percentage (float): The percentage of Cloud Security Posture Management container usage by tag(s). [optional] # noqa: E501 + cspm_container_usage (float): The Cloud Security Posture Management container usage by tag(s). [optional] # noqa: E501 + cspm_host_percentage (float): The percentage of Cloud Security Posture Management host usage by tag(s). [optional] # noqa: E501 + cspm_host_usage (float): The Cloud Security Posture Management host usage by tag(s). [optional] # noqa: E501 custom_timeseries_percentage (float): The percentage of custom metrics usage by tag(s).. [optional] # noqa: E501 custom_timeseries_usage (float): The custom metrics usage by tag(s).. [optional] # noqa: E501 cws_container_percentage (float): The percentage of Cloud Workload Security container usage by tag(s). [optional] # noqa: E501 diff --git a/src/datadog_api_client/v1/openapi.yaml b/src/datadog_api_client/v1/openapi.yaml index 751bd51c3b..821d5436c5 100644 --- a/src/datadog_api_client/v1/openapi.yaml +++ b/src/datadog_api_client/v1/openapi.yaml @@ -10926,6 +10926,24 @@ components: description: The container usage by tag(s). format: double type: number + cspm_container_percentage: + description: The percentage of Cloud Security Posture Management container + usage by tag(s) + format: double + type: number + cspm_container_usage: + description: The Cloud Security Posture Management container usage by tag(s) + format: double + type: number + cspm_host_percentage: + description: The percentage of Cloud Security Posture Management host usage + by tag(s) + format: double + type: number + cspm_host_usage: + description: The Cloud Security Posture Management host usage by tag(s) + format: double + type: number custom_timeseries_percentage: description: The percentage of custom metrics usage by tag(s). format: double