Skip to content

Commit 65f5d8f

Browse files
committed
Autogenerated Update v2.83.7.
1 parent a755efd commit 65f5d8f

20 files changed

+1251
-6
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.81.4"
6+
"packageVersion": "2.83.7"
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.79.1"
6+
"packageVersion": "2.81.4"
77
}

README.md

Lines changed: 5 additions & 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.81.4
7+
- Package version: 2.83.7
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -410,6 +410,7 @@ Class | Method | HTTP request | Description
410410
- [CloudIntegration](docs/CloudIntegration.md)
411411
- [CloudTrailConfiguration](docs/CloudTrailConfiguration.md)
412412
- [CloudWatchConfiguration](docs/CloudWatchConfiguration.md)
413+
- [ConversionObject](docs/ConversionObject.md)
413414
- [CustomerFacingUserObject](docs/CustomerFacingUserObject.md)
414415
- [Dashboard](docs/Dashboard.md)
415416
- [DashboardMin](docs/DashboardMin.md)
@@ -427,6 +428,7 @@ Class | Method | HTTP request | Description
427428
- [FacetsResponseContainer](docs/FacetsResponseContainer.md)
428429
- [FacetsSearchRequestContainer](docs/FacetsSearchRequestContainer.md)
429430
- [FastReaderBuilder](docs/FastReaderBuilder.md)
431+
- [Field](docs/Field.md)
430432
- [GCPBillingConfiguration](docs/GCPBillingConfiguration.md)
431433
- [GCPConfiguration](docs/GCPConfiguration.md)
432434
- [HistoryEntry](docs/HistoryEntry.md)
@@ -574,6 +576,7 @@ Class | Method | HTTP request | Description
574576
- [ResponseStatus](docs/ResponseStatus.md)
575577
- [RoleDTO](docs/RoleDTO.md)
576578
- [SavedSearch](docs/SavedSearch.md)
579+
- [Schema](docs/Schema.md)
577580
- [SearchQuery](docs/SearchQuery.md)
578581
- [ServiceAccount](docs/ServiceAccount.md)
579582
- [ServiceAccountWrite](docs/ServiceAccountWrite.md)
@@ -583,6 +586,7 @@ Class | Method | HTTP request | Description
583586
- [SourceLabelPair](docs/SourceLabelPair.md)
584587
- [SourceSearchRequestContainer](docs/SourceSearchRequestContainer.md)
585588
- [Span](docs/Span.md)
589+
- [SpecificData](docs/SpecificData.md)
586590
- [StatsModelInternalUse](docs/StatsModelInternalUse.md)
587591
- [Stripe](docs/Stripe.md)
588592
- [TagsResponse](docs/TagsResponse.md)

docs/ConversionObject.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ConversionObject
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**logical_type_name** | **str** | | [optional]
7+
**recommended_schema** | [**Schema**](Schema.md) | | [optional]
8+
9+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
10+
11+

docs/Field.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Field
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**object_props** | **dict(str, object)** | | [optional]
7+
8+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
9+
10+

docs/Schema.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Schema
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**aliases** | **list[str]** | | [optional]
7+
**doc** | **str** | | [optional]
8+
**element_type** | [**Schema**](Schema.md) | | [optional]
9+
**enum_default** | **str** | | [optional]
10+
**enum_symbols** | **list[str]** | | [optional]
11+
**error** | **bool** | | [optional]
12+
**fields** | [**list[Field]**](Field.md) | | [optional]
13+
**fixed_size** | **int** | | [optional]
14+
**full_name** | **str** | | [optional]
15+
**logical_type** | [**LogicalType**](LogicalType.md) | | [optional]
16+
**name** | **str** | | [optional]
17+
**namespace** | **str** | | [optional]
18+
**nullable** | **bool** | | [optional]
19+
**object_props** | **dict(str, object)** | | [optional]
20+
**type** | **str** | | [optional]
21+
**types** | [**list[Schema]**](Schema.md) | | [optional]
22+
**union** | **bool** | | [optional]
23+
**value_type** | [**Schema**](Schema.md) | | [optional]
24+
25+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
26+
27+

docs/SpecificData.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SpecificData
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**class_loader** | [**ClassLoader**](ClassLoader.md) | | [optional]
7+
**conversions** | [**list[ConversionObject]**](ConversionObject.md) | | [optional]
8+
**fast_reader_builder** | [**FastReaderBuilder**](FastReaderBuilder.md) | | [optional]
9+
**fast_reader_enabled** | **bool** | | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

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.81.4"
17+
VERSION = "2.83.7"
1818
# To install the library, run the following
1919
#
2020
# python setup.py install

test/test_conversion_object.py

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# coding: utf-8
2+
3+
"""
4+
Wavefront REST API
5+
6+
<p>The Wavefront REST API enables you to interact with Wavefront servers using standard REST API tools. You can use the REST API to automate commonly executed operations such as automatically tagging sources.</p><p>When you make REST API calls outside the Wavefront REST API documentation you must add the header \"Authorization: Bearer &lt;&lt;API-TOKEN&gt;&gt;\" to your HTTP requests.</p> # noqa: E501
7+
8+
OpenAPI spec version: v2
9+
10+
Generated by: https://github.com/swagger-api/swagger-codegen.git
11+
"""
12+
13+
14+
from __future__ import absolute_import
15+
16+
import unittest
17+
18+
import wavefront_api_client
19+
from wavefront_api_client.models.conversion_object import ConversionObject # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestConversionObject(unittest.TestCase):
24+
"""ConversionObject unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testConversionObject(self):
33+
"""Test ConversionObject"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.conversion_object.ConversionObject() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

test/test_field.py

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# coding: utf-8
2+
3+
"""
4+
Wavefront REST API
5+
6+
<p>The Wavefront REST API enables you to interact with Wavefront servers using standard REST API tools. You can use the REST API to automate commonly executed operations such as automatically tagging sources.</p><p>When you make REST API calls outside the Wavefront REST API documentation you must add the header \"Authorization: Bearer &lt;&lt;API-TOKEN&gt;&gt;\" to your HTTP requests.</p> # noqa: E501
7+
8+
OpenAPI spec version: v2
9+
10+
Generated by: https://github.com/swagger-api/swagger-codegen.git
11+
"""
12+
13+
14+
from __future__ import absolute_import
15+
16+
import unittest
17+
18+
import wavefront_api_client
19+
from wavefront_api_client.models.field import Field # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestField(unittest.TestCase):
24+
"""Field unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testField(self):
33+
"""Test Field"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.field.Field() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

test/test_schema.py

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# coding: utf-8
2+
3+
"""
4+
Wavefront REST API
5+
6+
<p>The Wavefront REST API enables you to interact with Wavefront servers using standard REST API tools. You can use the REST API to automate commonly executed operations such as automatically tagging sources.</p><p>When you make REST API calls outside the Wavefront REST API documentation you must add the header \"Authorization: Bearer &lt;&lt;API-TOKEN&gt;&gt;\" to your HTTP requests.</p> # noqa: E501
7+
8+
OpenAPI spec version: v2
9+
10+
Generated by: https://github.com/swagger-api/swagger-codegen.git
11+
"""
12+
13+
14+
from __future__ import absolute_import
15+
16+
import unittest
17+
18+
import wavefront_api_client
19+
from wavefront_api_client.models.schema import Schema # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestSchema(unittest.TestCase):
24+
"""Schema unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testSchema(self):
33+
"""Test Schema"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.schema.Schema() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

test/test_specific_data.py

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# coding: utf-8
2+
3+
"""
4+
Wavefront REST API
5+
6+
<p>The Wavefront REST API enables you to interact with Wavefront servers using standard REST API tools. You can use the REST API to automate commonly executed operations such as automatically tagging sources.</p><p>When you make REST API calls outside the Wavefront REST API documentation you must add the header \"Authorization: Bearer &lt;&lt;API-TOKEN&gt;&gt;\" to your HTTP requests.</p> # noqa: E501
7+
8+
OpenAPI spec version: v2
9+
10+
Generated by: https://github.com/swagger-api/swagger-codegen.git
11+
"""
12+
13+
14+
from __future__ import absolute_import
15+
16+
import unittest
17+
18+
import wavefront_api_client
19+
from wavefront_api_client.models.specific_data import SpecificData # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestSpecificData(unittest.TestCase):
24+
"""SpecificData unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testSpecificData(self):
33+
"""Test SpecificData"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.specific_data.SpecificData() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

wavefront_api_client/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
from wavefront_api_client.models.cloud_integration import CloudIntegration
7676
from wavefront_api_client.models.cloud_trail_configuration import CloudTrailConfiguration
7777
from wavefront_api_client.models.cloud_watch_configuration import CloudWatchConfiguration
78+
from wavefront_api_client.models.conversion_object import ConversionObject
7879
from wavefront_api_client.models.customer_facing_user_object import CustomerFacingUserObject
7980
from wavefront_api_client.models.dashboard import Dashboard
8081
from wavefront_api_client.models.dashboard_min import DashboardMin
@@ -92,6 +93,7 @@
9293
from wavefront_api_client.models.facets_response_container import FacetsResponseContainer
9394
from wavefront_api_client.models.facets_search_request_container import FacetsSearchRequestContainer
9495
from wavefront_api_client.models.fast_reader_builder import FastReaderBuilder
96+
from wavefront_api_client.models.field import Field
9597
from wavefront_api_client.models.gcp_billing_configuration import GCPBillingConfiguration
9698
from wavefront_api_client.models.gcp_configuration import GCPConfiguration
9799
from wavefront_api_client.models.history_entry import HistoryEntry
@@ -239,6 +241,7 @@
239241
from wavefront_api_client.models.response_status import ResponseStatus
240242
from wavefront_api_client.models.role_dto import RoleDTO
241243
from wavefront_api_client.models.saved_search import SavedSearch
244+
from wavefront_api_client.models.schema import Schema
242245
from wavefront_api_client.models.search_query import SearchQuery
243246
from wavefront_api_client.models.service_account import ServiceAccount
244247
from wavefront_api_client.models.service_account_write import ServiceAccountWrite
@@ -248,6 +251,7 @@
248251
from wavefront_api_client.models.source_label_pair import SourceLabelPair
249252
from wavefront_api_client.models.source_search_request_container import SourceSearchRequestContainer
250253
from wavefront_api_client.models.span import Span
254+
from wavefront_api_client.models.specific_data import SpecificData
251255
from wavefront_api_client.models.stats_model_internal_use import StatsModelInternalUse
252256
from wavefront_api_client.models.stripe import Stripe
253257
from wavefront_api_client.models.tags_response import TagsResponse

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.81.4/python'
77+
self.user_agent = 'Swagger-Codegen/2.83.7/python'
7878

7979
def __del__(self):
8080
if self._pool is not None:

wavefront_api_client/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,5 +248,5 @@ def to_debug_report(self):
248248
"OS: {env}\n"\
249249
"Python Version: {pyversion}\n"\
250250
"Version of the API: v2\n"\
251-
"SDK Package Version: 2.81.4".\
251+
"SDK Package Version: 2.83.7".\
252252
format(env=sys.platform, pyversion=sys.version)

wavefront_api_client/models/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
from wavefront_api_client.models.cloud_integration import CloudIntegration
4141
from wavefront_api_client.models.cloud_trail_configuration import CloudTrailConfiguration
4242
from wavefront_api_client.models.cloud_watch_configuration import CloudWatchConfiguration
43+
from wavefront_api_client.models.conversion_object import ConversionObject
4344
from wavefront_api_client.models.customer_facing_user_object import CustomerFacingUserObject
4445
from wavefront_api_client.models.dashboard import Dashboard
4546
from wavefront_api_client.models.dashboard_min import DashboardMin
@@ -57,6 +58,7 @@
5758
from wavefront_api_client.models.facets_response_container import FacetsResponseContainer
5859
from wavefront_api_client.models.facets_search_request_container import FacetsSearchRequestContainer
5960
from wavefront_api_client.models.fast_reader_builder import FastReaderBuilder
61+
from wavefront_api_client.models.field import Field
6062
from wavefront_api_client.models.gcp_billing_configuration import GCPBillingConfiguration
6163
from wavefront_api_client.models.gcp_configuration import GCPConfiguration
6264
from wavefront_api_client.models.history_entry import HistoryEntry
@@ -204,6 +206,7 @@
204206
from wavefront_api_client.models.response_status import ResponseStatus
205207
from wavefront_api_client.models.role_dto import RoleDTO
206208
from wavefront_api_client.models.saved_search import SavedSearch
209+
from wavefront_api_client.models.schema import Schema
207210
from wavefront_api_client.models.search_query import SearchQuery
208211
from wavefront_api_client.models.service_account import ServiceAccount
209212
from wavefront_api_client.models.service_account_write import ServiceAccountWrite
@@ -213,6 +216,7 @@
213216
from wavefront_api_client.models.source_label_pair import SourceLabelPair
214217
from wavefront_api_client.models.source_search_request_container import SourceSearchRequestContainer
215218
from wavefront_api_client.models.span import Span
219+
from wavefront_api_client.models.specific_data import SpecificData
216220
from wavefront_api_client.models.stats_model_internal_use import StatsModelInternalUse
217221
from wavefront_api_client.models.stripe import Stripe
218222
from wavefront_api_client.models.tags_response import TagsResponse

0 commit comments

Comments
 (0)