From 2b7057b63465639fad3c3fbb454bca4a38276420 Mon Sep 17 00:00:00 2001 From: wf-jenkins Date: Tue, 26 Sep 2023 08:16:19 -0700 Subject: [PATCH] Autogenerated Update v2.203.2. --- .swagger-codegen/config.json | 2 +- .swagger-codegen/config.jsone | 2 +- README.md | 2 +- docs/ApiTokenApi.md | 6 +++--- setup.py | 2 +- wavefront_api_client/api/api_token_api.py | 12 ++++++------ wavefront_api_client/api_client.py | 2 +- wavefront_api_client/configuration.py | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.swagger-codegen/config.json b/.swagger-codegen/config.json index 9b50fe2..6edb882 100644 --- a/.swagger-codegen/config.json +++ b/.swagger-codegen/config.json @@ -3,5 +3,5 @@ "gitUserId": "wavefrontHQ", "packageName": "wavefront_api_client", "packageUrl": "https://github.com/wavefrontHQ/python-client", - "packageVersion": "2.202.0" + "packageVersion": "2.203.2" } diff --git a/.swagger-codegen/config.jsone b/.swagger-codegen/config.jsone index 9d1014b..9b50fe2 100644 --- a/.swagger-codegen/config.jsone +++ b/.swagger-codegen/config.jsone @@ -3,5 +3,5 @@ "gitUserId": "wavefrontHQ", "packageName": "wavefront_api_client", "packageUrl": "https://github.com/wavefrontHQ/python-client", - "packageVersion": "2.201.1" + "packageVersion": "2.202.0" } diff --git a/README.md b/README.md index 9b24411..00116f0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: - API version: v2 -- Package version: 2.202.2 +- Package version: 2.203.2 - Build package: io.swagger.codegen.languages.PythonClientCodegen ## Requirements. diff --git a/docs/ApiTokenApi.md b/docs/ApiTokenApi.md index f160d05..bfea904 100644 --- a/docs/ApiTokenApi.md +++ b/docs/ApiTokenApi.md @@ -126,7 +126,7 @@ Name | Type | Description | Notes Delete the specified api token -Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. + ### Example ```python @@ -292,7 +292,7 @@ Name | Type | Description | Notes Get all api tokens for a user -Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. + ### Example ```python @@ -500,7 +500,7 @@ Name | Type | Description | Notes Update the name of the specified api token -Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. + ### Example ```python diff --git a/setup.py b/setup.py index 399bde7..bfa58be 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "wavefront-api-client" -VERSION = "2.202.2" +VERSION = "2.203.2" # To install the library, run the following # # python setup.py install diff --git a/wavefront_api_client/api/api_token_api.py b/wavefront_api_client/api/api_token_api.py index 75f26d9..77f50d5 100644 --- a/wavefront_api_client/api/api_token_api.py +++ b/wavefront_api_client/api/api_token_api.py @@ -218,7 +218,7 @@ def delete_customer_token_with_http_info(self, **kwargs): # noqa: E501 def delete_token(self, id, **kwargs): # noqa: E501 """Delete the specified api token # noqa: E501 - Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501 + # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.delete_token(id, async_req=True) @@ -240,7 +240,7 @@ def delete_token(self, id, **kwargs): # noqa: E501 def delete_token_with_http_info(self, id, **kwargs): # noqa: E501 """Delete the specified api token # noqa: E501 - Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501 + # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.delete_token_with_http_info(id, async_req=True) @@ -515,7 +515,7 @@ def generate_token_service_account_with_http_info(self, id, **kwargs): # noqa: def get_all_tokens(self, **kwargs): # noqa: E501 """Get all api tokens for a user # noqa: E501 - Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501 + # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.get_all_tokens(async_req=True) @@ -536,7 +536,7 @@ def get_all_tokens(self, **kwargs): # noqa: E501 def get_all_tokens_with_http_info(self, **kwargs): # noqa: E501 """Get all api tokens for a user # noqa: E501 - Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501 + # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.get_all_tokens_with_http_info(async_req=True) @@ -879,7 +879,7 @@ def get_tokens_service_account_with_http_info(self, id, **kwargs): # noqa: E501 def update_token_name(self, id, **kwargs): # noqa: E501 """Update the name of the specified api token # noqa: E501 - Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501 + # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.update_token_name(id, async_req=True) @@ -902,7 +902,7 @@ def update_token_name(self, id, **kwargs): # noqa: E501 def update_token_name_with_http_info(self, id, **kwargs): # noqa: E501 """Update the name of the specified api token # noqa: E501 - Note: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501 + # noqa: E501 This method makes a synchronous HTTP request by default. To make an asynchronous HTTP request, please pass async_req=True >>> thread = api.update_token_name_with_http_info(id, async_req=True) diff --git a/wavefront_api_client/api_client.py b/wavefront_api_client/api_client.py index fc081fc..b4452c4 100644 --- a/wavefront_api_client/api_client.py +++ b/wavefront_api_client/api_client.py @@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/2.202.2/python' + self.user_agent = 'Swagger-Codegen/2.203.2/python' self.client_side_validation = configuration.client_side_validation def __del__(self): diff --git a/wavefront_api_client/configuration.py b/wavefront_api_client/configuration.py index e1912da..06302bb 100644 --- a/wavefront_api_client/configuration.py +++ b/wavefront_api_client/configuration.py @@ -251,5 +251,5 @@ def to_debug_report(self): "OS: {env}\n"\ "Python Version: {pyversion}\n"\ "Version of the API: v2\n"\ - "SDK Package Version: 2.202.2".\ + "SDK Package Version: 2.203.2".\ format(env=sys.platform, pyversion=sys.version)