Skip to content

Commit 3313bef

Browse files
committed
Autogenerated Update v2.61.7.
1 parent d9cbd1a commit 3313bef

31 files changed

+1827
-19
lines changed

.swagger-codegen/config.json

+1-1
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.60.15"
6+
"packageVersion": "2.61.7"
77
}

.swagger-codegen/config.jsone

+1-1
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.58.20"
6+
"packageVersion": "2.60.15"
77
}

README.md

+8-5
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.60.15
7+
- Package version: 2.61.7
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -378,6 +378,7 @@ Class | Method | HTTP request | Description
378378
- [Alert](docs/Alert.md)
379379
- [AlertMin](docs/AlertMin.md)
380380
- [AlertRoute](docs/AlertRoute.md)
381+
- [Annotation](docs/Annotation.md)
381382
- [Anomaly](docs/Anomaly.md)
382383
- [AppDynamicsConfiguration](docs/AppDynamicsConfiguration.md)
383384
- [AvroBackedStandardizedDTO](docs/AvroBackedStandardizedDTO.md)
@@ -387,6 +388,7 @@ Class | Method | HTTP request | Description
387388
- [Chart](docs/Chart.md)
388389
- [ChartSettings](docs/ChartSettings.md)
389390
- [ChartSourceQuery](docs/ChartSourceQuery.md)
391+
- [ClassLoader](docs/ClassLoader.md)
390392
- [CloudIntegration](docs/CloudIntegration.md)
391393
- [CloudTrailConfiguration](docs/CloudTrailConfiguration.md)
392394
- [CloudWatchConfiguration](docs/CloudWatchConfiguration.md)
@@ -406,6 +408,7 @@ Class | Method | HTTP request | Description
406408
- [FacetSearchRequestContainer](docs/FacetSearchRequestContainer.md)
407409
- [FacetsResponseContainer](docs/FacetsResponseContainer.md)
408410
- [FacetsSearchRequestContainer](docs/FacetsSearchRequestContainer.md)
411+
- [FastReaderBuilder](docs/FastReaderBuilder.md)
409412
- [GCPBillingConfiguration](docs/GCPBillingConfiguration.md)
410413
- [GCPConfiguration](docs/GCPConfiguration.md)
411414
- [HistoryEntry](docs/HistoryEntry.md)
@@ -420,9 +423,6 @@ Class | Method | HTTP request | Description
420423
- [IntegrationManifestGroup](docs/IntegrationManifestGroup.md)
421424
- [IntegrationMetrics](docs/IntegrationMetrics.md)
422425
- [IntegrationStatus](docs/IntegrationStatus.md)
423-
- [IteratorEntryStringJsonNode](docs/IteratorEntryStringJsonNode.md)
424-
- [IteratorJsonNode](docs/IteratorJsonNode.md)
425-
- [IteratorString](docs/IteratorString.md)
426426
- [JsonNode](docs/JsonNode.md)
427427
- [KubernetesComponent](docs/KubernetesComponent.md)
428428
- [LogicalType](docs/LogicalType.md)
@@ -431,11 +431,14 @@ Class | Method | HTTP request | Description
431431
- [MetricDetails](docs/MetricDetails.md)
432432
- [MetricDetailsResponse](docs/MetricDetailsResponse.md)
433433
- [MetricStatus](docs/MetricStatus.md)
434+
- [Module](docs/Module.md)
435+
- [ModuleDescriptor](docs/ModuleDescriptor.md)
436+
- [ModuleLayer](docs/ModuleLayer.md)
434437
- [MonitoredCluster](docs/MonitoredCluster.md)
435438
- [NewRelicConfiguration](docs/NewRelicConfiguration.md)
436439
- [NewRelicMetricFilters](docs/NewRelicMetricFilters.md)
437440
- [Notificant](docs/Notificant.md)
438-
- [Number](docs/Number.md)
441+
- [Package](docs/Package.md)
439442
- [PagedAccount](docs/PagedAccount.md)
440443
- [PagedAlert](docs/PagedAlert.md)
441444
- [PagedAlertWithStats](docs/PagedAlertWithStats.md)

docs/Annotation.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Annotation
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/ClassLoader.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ClassLoader
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**defined_packages** | [**list[Package]**](Package.md) | | [optional]
7+
**name** | **str** | | [optional]
8+
**parent** | [**ClassLoader**](ClassLoader.md) | | [optional]
9+
**registered_as_parallel_capable** | **bool** | | [optional]
10+
**unnamed_module** | [**Module**](Module.md) | | [optional]
11+
12+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
13+
14+

docs/FastReaderBuilder.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# FastReaderBuilder
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**class_prop_enabled** | **bool** | | [optional]
7+
**key_class_enabled** | **bool** | | [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/Module.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Module
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**annotations** | [**list[Annotation]**](Annotation.md) | | [optional]
7+
**class_loader** | [**ClassLoader**](ClassLoader.md) | | [optional]
8+
**declared_annotations** | [**list[Annotation]**](Annotation.md) | | [optional]
9+
**descriptor** | [**ModuleDescriptor**](ModuleDescriptor.md) | | [optional]
10+
**layer** | [**ModuleLayer**](ModuleLayer.md) | | [optional]
11+
**name** | **str** | | [optional]
12+
**named** | **bool** | | [optional]
13+
**packages** | **list[str]** | | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+
17+

docs/ModuleDescriptor.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ModuleDescriptor
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**automatic** | **bool** | | [optional]
7+
**open** | **bool** | | [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/ModuleLayer.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ModuleLayer
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
7+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
8+
9+

docs/Package.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Package
2+
3+
## Properties
4+
Name | Type | Description | Notes
5+
------------ | ------------- | ------------- | -------------
6+
**annotations** | [**list[Annotation]**](Annotation.md) | | [optional]
7+
**declared_annotations** | [**list[Annotation]**](Annotation.md) | | [optional]
8+
**implementation_title** | **str** | | [optional]
9+
**implementation_vendor** | **str** | | [optional]
10+
**implementation_version** | **str** | | [optional]
11+
**name** | **str** | | [optional]
12+
**sealed** | **bool** | | [optional]
13+
**specification_title** | **str** | | [optional]
14+
**specification_vendor** | **str** | | [optional]
15+
**specification_version** | **str** | | [optional]
16+
17+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
18+
19+

docs/StatsModelInternalUse.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,19 @@ Name | Type | Description | Notes
88
**compacted_keys** | **int** | | [optional]
99
**compacted_points** | **int** | | [optional]
1010
**cpu_ns** | **int** | | [optional]
11+
**distributions** | **int** | | [optional]
12+
**edges** | **int** | | [optional]
1113
**hosts_used** | **int** | | [optional]
1214
**keys** | **int** | | [optional]
1315
**latency** | **int** | | [optional]
16+
**metrics** | **int** | | [optional]
1417
**metrics_used** | **int** | | [optional]
1518
**points** | **int** | | [optional]
1619
**queries** | **int** | | [optional]
1720
**query_tasks** | **int** | | [optional]
1821
**s3_keys** | **int** | | [optional]
1922
**skipped_compacted_keys** | **int** | | [optional]
23+
**spans** | **int** | | [optional]
2024
**summaries** | **int** | | [optional]
2125

2226
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

setup.py

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

test/test_annotation.py

+40
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+
Contact: chitimba@wavefront.com
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.annotation import Annotation # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestAnnotation(unittest.TestCase):
24+
"""Annotation unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testAnnotation(self):
33+
"""Test Annotation"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.annotation.Annotation() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

test/test_class_loader.py

+40
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+
Contact: chitimba@wavefront.com
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.class_loader import ClassLoader # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestClassLoader(unittest.TestCase):
24+
"""ClassLoader unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testClassLoader(self):
33+
"""Test ClassLoader"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.class_loader.ClassLoader() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

test/test_fast_reader_builder.py

+40
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+
Contact: chitimba@wavefront.com
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.fast_reader_builder import FastReaderBuilder # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestFastReaderBuilder(unittest.TestCase):
24+
"""FastReaderBuilder unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testFastReaderBuilder(self):
33+
"""Test FastReaderBuilder"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.fast_reader_builder.FastReaderBuilder() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

test/test_module.py

+40
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+
Contact: chitimba@wavefront.com
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.module import Module # noqa: E501
20+
from wavefront_api_client.rest import ApiException
21+
22+
23+
class TestModule(unittest.TestCase):
24+
"""Module unit test stubs"""
25+
26+
def setUp(self):
27+
pass
28+
29+
def tearDown(self):
30+
pass
31+
32+
def testModule(self):
33+
"""Test Module"""
34+
# FIXME: construct object with mandatory attributes with example values
35+
# model = wavefront_api_client.models.module.Module() # noqa: E501
36+
pass
37+
38+
39+
if __name__ == '__main__':
40+
unittest.main()

0 commit comments

Comments
 (0)