From 9bd822dff8d1ed5dfd4792d0f6e2800cab6b9a88 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 27 Sep 2021 08:07:45 +0000 Subject: [PATCH] Regenerate client from commit c7fa062 of spec repo --- .apigentools-info | 8 ++++---- docs/v1/UsageAttributionValues.md | 4 ++-- .../v1/model/usage_attribution_values.py | 12 ++++++------ src/datadog_api_client/v1/openapi.yaml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 2d41d4cd16..7b94cf52cb 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2021-09-22 07:08:47.417819", - "spec_repo_commit": "10d22b2" + "regenerated": "2021-09-27 08:07:16.823132", + "spec_repo_commit": "c7fa062" }, "v2": { "apigentools_version": "1.5.1.dev2", - "regenerated": "2021-09-22 07:09:10.040143", - "spec_repo_commit": "10d22b2" + "regenerated": "2021-09-27 08:07:43.516306", + "spec_repo_commit": "c7fa062" } } } \ No newline at end of file diff --git a/docs/v1/UsageAttributionValues.md b/docs/v1/UsageAttributionValues.md index 6ec6508e11..2c5f5bc31e 100644 --- a/docs/v1/UsageAttributionValues.md +++ b/docs/v1/UsageAttributionValues.md @@ -37,8 +37,8 @@ Name | Type | Description | Notes **lambda_usage** | **float** | The Lambda function usage by tag(s). **Note** this field is deprecated. Use lambda_functions_usage instead. | [optional] **npm_host_percentage** | **float** | The percentage of network host usage by tag(s). | [optional] **npm_host_usage** | **float** | The network host usage by tag(s). | [optional] -**profiled_containers_percentage** | **float** | The percentage of profiled containers usage by tag(s). | [optional] -**profiled_containers_usage** | **float** | The profiled container usage by tag(s). | [optional] +**profiled_container_percentage** | **float** | The percentage of profiled containers usage by tag(s). | [optional] +**profiled_container_usage** | **float** | The profiled container usage by tag(s). | [optional] **profiled_hosts_percentage** | **float** | The percentage of profiled hosts usage by tag(s). | [optional] **profiled_hosts_usage** | **float** | The profiled host usage by tag(s). | [optional] **snmp_percentage** | **float** | The percentage of network device 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 efc6e346ed..490e33d44f 100644 --- a/src/datadog_api_client/v1/model/usage_attribution_values.py +++ b/src/datadog_api_client/v1/model/usage_attribution_values.py @@ -93,8 +93,8 @@ def openapi_types(): "lambda_usage": (float,), # noqa: E501 "npm_host_percentage": (float,), # noqa: E501 "npm_host_usage": (float,), # noqa: E501 - "profiled_containers_percentage": (float,), # noqa: E501 - "profiled_containers_usage": (float,), # noqa: E501 + "profiled_container_percentage": (float,), # noqa: E501 + "profiled_container_usage": (float,), # noqa: E501 "profiled_hosts_percentage": (float,), # noqa: E501 "profiled_hosts_usage": (float,), # noqa: E501 "snmp_percentage": (float,), # noqa: E501 @@ -136,8 +136,8 @@ def openapi_types(): "lambda_usage": "lambda_usage", # noqa: E501 "npm_host_percentage": "npm_host_percentage", # noqa: E501 "npm_host_usage": "npm_host_usage", # noqa: E501 - "profiled_containers_percentage": "profiled_containers_percentage", # noqa: E501 - "profiled_containers_usage": "profiled_containers_usage", # noqa: E501 + "profiled_container_percentage": "profiled_container_percentage", # noqa: E501 + "profiled_container_usage": "profiled_container_usage", # noqa: E501 "profiled_hosts_percentage": "profiled_hosts_percentage", # noqa: E501 "profiled_hosts_usage": "profiled_hosts_usage", # noqa: E501 "snmp_percentage": "snmp_percentage", # noqa: E501 @@ -215,8 +215,8 @@ def __init__(self, *args, **kwargs): # noqa: E501 lambda_usage (float): The Lambda function usage by tag(s). **Note** this field is deprecated. Use lambda_functions_usage instead.. [optional] # noqa: E501 npm_host_percentage (float): The percentage of network host usage by tag(s).. [optional] # noqa: E501 npm_host_usage (float): The network host usage by tag(s).. [optional] # noqa: E501 - profiled_containers_percentage (float): The percentage of profiled containers usage by tag(s).. [optional] # noqa: E501 - profiled_containers_usage (float): The profiled container usage by tag(s).. [optional] # noqa: E501 + profiled_container_percentage (float): The percentage of profiled containers usage by tag(s).. [optional] # noqa: E501 + profiled_container_usage (float): The profiled container usage by tag(s).. [optional] # noqa: E501 profiled_hosts_percentage (float): The percentage of profiled hosts usage by tag(s).. [optional] # noqa: E501 profiled_hosts_usage (float): The profiled host usage by tag(s).. [optional] # noqa: E501 snmp_percentage (float): The percentage of network device 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 e075c1fe33..fd4e05981f 100644 --- a/src/datadog_api_client/v1/openapi.yaml +++ b/src/datadog_api_client/v1/openapi.yaml @@ -11680,11 +11680,11 @@ components: description: The network host usage by tag(s). format: double type: number - profiled_containers_percentage: + profiled_container_percentage: description: The percentage of profiled containers usage by tag(s). format: double type: number - profiled_containers_usage: + profiled_container_usage: description: The profiled container usage by tag(s). format: double type: number