Skip to content

Commit

Permalink
Autogenerated Update v2.203.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Sep 26, 2023
1 parent aa40aa9 commit 2b7057b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .swagger-codegen/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion .swagger-codegen/config.jsone
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions docs/ApiTokenApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Name | Type | Description | Notes
Delete the specified api token

<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services.


### Example
```python
Expand Down Expand Up @@ -292,7 +292,7 @@ Name | Type | Description | Notes
Get all api tokens for a user

<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services.


### Example
```python
Expand Down Expand Up @@ -500,7 +500,7 @@ Name | Type | Description | Notes
Update the name of the specified api token

<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services.


### Example
```python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions wavefront_api_client/api/api_token_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
<b>Note</b>: 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)
Expand All @@ -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
<b>Note</b>: 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)
Expand Down Expand Up @@ -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
<b>Note</b>: 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)
Expand All @@ -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
<b>Note</b>: 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)
Expand Down Expand Up @@ -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
<b>Note</b>: 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)
Expand All @@ -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
<b>Note</b>: 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)
Expand Down
2 changes: 1 addition & 1 deletion wavefront_api_client/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion wavefront_api_client/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 2b7057b

Please sign in to comment.