Skip to content

Commit 2b7057b

Browse files
author
wf-jenkins
committed
Autogenerated Update v2.203.2.
1 parent aa40aa9 commit 2b7057b

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.swagger-codegen/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.202.0"
6+
"packageVersion": "2.203.2"
77
}

.swagger-codegen/config.jsone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"gitUserId": "wavefrontHQ",
44
"packageName": "wavefront_api_client",
55
"packageUrl": "https://github.com/wavefrontHQ/python-client",
6-
"packageVersion": "2.201.1"
6+
"packageVersion": "2.202.0"
77
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
55

66
- API version: v2
7-
- Package version: 2.202.2
7+
- Package version: 2.203.2
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.

docs/ApiTokenApi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Name | Type | Description | Notes
126126
127127
Delete the specified api token
128128

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

131131
### Example
132132
```python
@@ -292,7 +292,7 @@ Name | Type | Description | Notes
292292
293293
Get all api tokens for a user
294294

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

297297
### Example
298298
```python
@@ -500,7 +500,7 @@ Name | Type | Description | Notes
500500
501501
Update the name of the specified api token
502502

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

505505
### Example
506506
```python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "wavefront-api-client"
17-
VERSION = "2.202.2"
17+
VERSION = "2.203.2"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

wavefront_api_client/api/api_token_api.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def delete_customer_token_with_http_info(self, **kwargs): # noqa: E501
218218
def delete_token(self, id, **kwargs): # noqa: E501
219219
"""Delete the specified api token # noqa: E501
220220
221-
<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
221+
# noqa: E501
222222
This method makes a synchronous HTTP request by default. To make an
223223
asynchronous HTTP request, please pass async_req=True
224224
>>> thread = api.delete_token(id, async_req=True)
@@ -240,7 +240,7 @@ def delete_token(self, id, **kwargs): # noqa: E501
240240
def delete_token_with_http_info(self, id, **kwargs): # noqa: E501
241241
"""Delete the specified api token # noqa: E501
242242
243-
<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
243+
# noqa: E501
244244
This method makes a synchronous HTTP request by default. To make an
245245
asynchronous HTTP request, please pass async_req=True
246246
>>> 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:
515515
def get_all_tokens(self, **kwargs): # noqa: E501
516516
"""Get all api tokens for a user # noqa: E501
517517
518-
<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
518+
# noqa: E501
519519
This method makes a synchronous HTTP request by default. To make an
520520
asynchronous HTTP request, please pass async_req=True
521521
>>> thread = api.get_all_tokens(async_req=True)
@@ -536,7 +536,7 @@ def get_all_tokens(self, **kwargs): # noqa: E501
536536
def get_all_tokens_with_http_info(self, **kwargs): # noqa: E501
537537
"""Get all api tokens for a user # noqa: E501
538538
539-
<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
539+
# noqa: E501
540540
This method makes a synchronous HTTP request by default. To make an
541541
asynchronous HTTP request, please pass async_req=True
542542
>>> 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
879879
def update_token_name(self, id, **kwargs): # noqa: E501
880880
"""Update the name of the specified api token # noqa: E501
881881
882-
<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
882+
# noqa: E501
883883
This method makes a synchronous HTTP request by default. To make an
884884
asynchronous HTTP request, please pass async_req=True
885885
>>> thread = api.update_token_name(id, async_req=True)
@@ -902,7 +902,7 @@ def update_token_name(self, id, **kwargs): # noqa: E501
902902
def update_token_name_with_http_info(self, id, **kwargs): # noqa: E501
903903
"""Update the name of the specified api token # noqa: E501
904904
905-
<b>Note</b>: Applies only to original Operations for Applications instances that are not onboarded to VMware Cloud services. # noqa: E501
905+
# noqa: E501
906906
This method makes a synchronous HTTP request by default. To make an
907907
asynchronous HTTP request, please pass async_req=True
908908
>>> thread = api.update_token_name_with_http_info(id, async_req=True)

wavefront_api_client/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7474
self.default_headers[header_name] = header_value
7575
self.cookie = cookie
7676
# Set default User-Agent.
77-
self.user_agent = 'Swagger-Codegen/2.202.2/python'
77+
self.user_agent = 'Swagger-Codegen/2.203.2/python'
7878
self.client_side_validation = configuration.client_side_validation
7979

8080
def __del__(self):

wavefront_api_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,5 @@ def to_debug_report(self):
251251
"OS: {env}\n"\
252252
"Python Version: {pyversion}\n"\
253253
"Version of the API: v2\n"\
254-
"SDK Package Version: 2.202.2".\
254+
"SDK Package Version: 2.203.2".\
255255
format(env=sys.platform, pyversion=sys.version)

0 commit comments

Comments
 (0)