Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit a9ff87a

Browse files
committed
Autogenerated Update v2.58.13.
1 parent bf7cbf3 commit a9ff87a

34 files changed

+2696
-32
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.57.18"
6+
"packageVersion": "2.58.13"
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.57.10"
6+
"packageVersion": "2.57.18"
77
}

README.md

Lines changed: 10 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.57.18
7+
- Package version: 2.58.13
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -200,6 +200,10 @@ Class | Method | HTTP request | Description
200200
*ExternalLinkApi* | [**get_all_external_link**](docs/ExternalLinkApi.md#get_all_external_link) | **GET** /api/v2/extlink | Get all external links for a customer
201201
*ExternalLinkApi* | [**get_external_link**](docs/ExternalLinkApi.md#get_external_link) | **GET** /api/v2/extlink/{id} | Get a specific external link
202202
*ExternalLinkApi* | [**update_external_link**](docs/ExternalLinkApi.md#update_external_link) | **PUT** /api/v2/extlink/{id} | Update a specific external link
203+
*IngestionSpyApi* | [**spy_on_histograms**](docs/IngestionSpyApi.md#spy_on_histograms) | **GET** /api/spy/histograms | Gets new histograms that are added to existing time series.
204+
*IngestionSpyApi* | [**spy_on_id_creations**](docs/IngestionSpyApi.md#spy_on_id_creations) | **GET** /api/spy/ids | Gets newly allocated IDs that correspond to new metric names, source names, point tags, or span tags. A new ID generally indicates that a new time series has been introduced.
205+
*IngestionSpyApi* | [**spy_on_points**](docs/IngestionSpyApi.md#spy_on_points) | **GET** /api/spy/points | Gets a sampling of new metric data points that are added to existing time series.
206+
*IngestionSpyApi* | [**spy_on_spans**](docs/IngestionSpyApi.md#spy_on_spans) | **GET** /api/spy/spans | Gets new spans with existing source names and span tags.
203207
*IntegrationApi* | [**get_all_integration**](docs/IntegrationApi.md#get_all_integration) | **GET** /api/v2/integration | Gets a flat list of all Wavefront integrations available, along with their status
204208
*IntegrationApi* | [**get_all_integration_in_manifests**](docs/IntegrationApi.md#get_all_integration_in_manifests) | **GET** /api/v2/integration/manifests | Gets all Wavefront integrations as structured in their integration manifests, along with their status and content
205209
*IntegrationApi* | [**get_all_integration_in_manifests_min**](docs/IntegrationApi.md#get_all_integration_in_manifests_min) | **GET** /api/v2/integration/manifests/min | Gets all Wavefront integrations as structured in their integration manifests.
@@ -292,6 +296,7 @@ Class | Method | HTTP request | Description
292296
*SearchApi* | [**search_registered_query_entities**](docs/SearchApi.md#search_registered_query_entities) | **POST** /api/v2/search/derivedmetric | Search over a customer's non-deleted derived metric definitions
293297
*SearchApi* | [**search_registered_query_for_facet**](docs/SearchApi.md#search_registered_query_for_facet) | **POST** /api/v2/search/derivedmetric/{facet} | Lists the values of a specific facet over the customer's non-deleted derived metric definitions
294298
*SearchApi* | [**search_registered_query_for_facets**](docs/SearchApi.md#search_registered_query_for_facets) | **POST** /api/v2/search/derivedmetric/facets | Lists the values of one or more facets over the customer's non-deleted derived metric definition
299+
*SearchApi* | [**search_related_report_event_anomaly_entities**](docs/SearchApi.md#search_related_report_event_anomaly_entities) | **POST** /api/v2/search/event/related/{eventId}/withAnomalies | List the related events and anomalies over a firing event
295300
*SearchApi* | [**search_related_report_event_entities**](docs/SearchApi.md#search_related_report_event_entities) | **POST** /api/v2/search/event/related/{eventId} | List the related events over a firing event
296301
*SearchApi* | [**search_report_event_entities**](docs/SearchApi.md#search_report_event_entities) | **POST** /api/v2/search/event | Search over a customer's events
297302
*SearchApi* | [**search_report_event_for_facet**](docs/SearchApi.md#search_report_event_for_facet) | **POST** /api/v2/search/event/{facet} | Lists the values of a specific facet over the customer's events
@@ -450,6 +455,7 @@ Class | Method | HTTP request | Description
450455
- [PagedNotificant](docs/PagedNotificant.md)
451456
- [PagedProxy](docs/PagedProxy.md)
452457
- [PagedRelatedEvent](docs/PagedRelatedEvent.md)
458+
- [PagedReportEventAnomalyDTO](docs/PagedReportEventAnomalyDTO.md)
453459
- [PagedRoleDTO](docs/PagedRoleDTO.md)
454460
- [PagedSavedSearch](docs/PagedSavedSearch.md)
455461
- [PagedServiceAccount](docs/PagedServiceAccount.md)
@@ -460,8 +466,10 @@ Class | Method | HTTP request | Description
460466
- [QueryEvent](docs/QueryEvent.md)
461467
- [QueryResult](docs/QueryResult.md)
462468
- [RawTimeseries](docs/RawTimeseries.md)
469+
- [RelatedAnomaly](docs/RelatedAnomaly.md)
463470
- [RelatedData](docs/RelatedData.md)
464471
- [RelatedEvent](docs/RelatedEvent.md)
472+
- [ReportEventAnomalyDTO](docs/ReportEventAnomalyDTO.md)
465473
- [ResponseContainer](docs/ResponseContainer.md)
466474
- [ResponseContainerAccount](docs/ResponseContainerAccount.md)
467475
- [ResponseContainerAlert](docs/ResponseContainerAlert.md)
@@ -507,6 +515,7 @@ Class | Method | HTTP request | Description
507515
- [ResponseContainerPagedNotificant](docs/ResponseContainerPagedNotificant.md)
508516
- [ResponseContainerPagedProxy](docs/ResponseContainerPagedProxy.md)
509517
- [ResponseContainerPagedRelatedEvent](docs/ResponseContainerPagedRelatedEvent.md)
518+
- [ResponseContainerPagedReportEventAnomalyDTO](docs/ResponseContainerPagedReportEventAnomalyDTO.md)
510519
- [ResponseContainerPagedRoleDTO](docs/ResponseContainerPagedRoleDTO.md)
511520
- [ResponseContainerPagedSavedSearch](docs/ResponseContainerPagedSavedSearch.md)
512521
- [ResponseContainerPagedServiceAccount](docs/ResponseContainerPagedServiceAccount.md)

docs/ChartSettings.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
66
**auto_column_tags** | **bool** | deprecated | [optional]
7+
**chart_default_color** | **str** | Default color that will be used in any chart rendering. Values should be in \"rgba(<rval>, <gval>, <bval>, <aval>)\" format | [optional]
78
**column_tags** | **str** | deprecated | [optional]
89
**custom_tags** | **list[str]** | For the tabular view, a list of point tags to display when using the \"custom\" tag display mode | [optional]
910
**expected_data_spacing** | **int** | Threshold (in seconds) for time delta between consecutive points in a series above which a dotted line will replace a solid line in line plots. Default: 60s | [optional]
@@ -27,18 +28,18 @@ Name | Type | Description | Notes
2728
**show_raw_values** | **bool** | For the tabular view, whether to display raw values. Default: false | [optional]
2829
**sort_values_descending** | **bool** | For the tabular view, whether to display display values in descending order. Default: false | [optional]
2930
**sparkline_decimal_precision** | **int** | For the single stat view, the decimal precision of the displayed number | [optional]
30-
**sparkline_display_color** | **str** | For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in\"rgba(<rval>, <gval>, <bval>, <aval>\" format | [optional]
31+
**sparkline_display_color** | **str** | For the single stat view, the color of the displayed text (when not dynamically determined). Values should be in \"rgba(<rval>, <gval>, <bval>, <aval>)\" format | [optional]
3132
**sparkline_display_font_size** | **str** | For the single stat view, the font size of the displayed text, in percent | [optional]
3233
**sparkline_display_horizontal_position** | **str** | For the single stat view, the horizontal position of the displayed text | [optional]
3334
**sparkline_display_postfix** | **str** | For the single stat view, a string to append to the displayed text | [optional]
3435
**sparkline_display_prefix** | **str** | For the single stat view, a string to add before the displayed text | [optional]
3536
**sparkline_display_value_type** | **str** | For the single stat view, whether to display the name of the query or the value of query | [optional]
3637
**sparkline_display_vertical_position** | **str** | deprecated | [optional]
37-
**sparkline_fill_color** | **str** | For the single stat view, the color of the background fill. Values should be in\"rgba(<rval>, <gval>, <bval>, <aval>\" format | [optional]
38-
**sparkline_line_color** | **str** | For the single stat view, the color of the line. Values should be in\"rgba(<rval>, <gval>, <bval>, <aval>\" format | [optional]
38+
**sparkline_fill_color** | **str** | For the single stat view, the color of the background fill. Values should be in \"rgba(<rval>, <gval>, <bval>, <aval>)\" format | [optional]
39+
**sparkline_line_color** | **str** | For the single stat view, the color of the line. Values should be in \"rgba(<rval>, <gval>, <bval>, <aval>)\" format | [optional]
3940
**sparkline_size** | **str** | For the single stat view, a misleadingly named property. This determines whether the sparkline of the statistic is displayed in the chart BACKGROUND, BOTTOM, or NONE | [optional]
4041
**sparkline_value_color_map_apply_to** | **str** | For the single stat view, whether to apply dynamic color settings to the displayed TEXT or BACKGROUND | [optional]
41-
**sparkline_value_color_map_colors** | **list[str]** | For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparklineValueColorMapValuesV2. Values should be in\"rgba(<rval>, <gval>, <bval>, <aval>\" format | [optional]
42+
**sparkline_value_color_map_colors** | **list[str]** | For the single stat view, a list of colors that differing query values map to. Must contain one more element than sparklineValueColorMapValuesV2. Values should be in \"rgba(<rval>, <gval>, <bval>, <aval>)\" format | [optional]
4243
**sparkline_value_color_map_values** | **list[int]** | deprecated | [optional]
4344
**sparkline_value_color_map_values_v2** | **list[float]** | For the single stat view, a list of boundaries for mapping different query values to colors. Must contain one less element than sparklineValueColorMapColors | [optional]
4445
**sparkline_value_text_map_text** | **list[str]** | For the single stat view, a list of display text values that different query values map to. Must contain one more element than sparklineValueTextMapThresholds | [optional]

docs/DashboardParameterValue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
1515
**query_value** | **str** | | [optional]
1616
**reverse_dyn_sort** | **bool** | Whether to reverse alphabetically sort the returned result. | [optional]
1717
**tag_key** | **str** | | [optional]
18+
**tags_black_list_regex** | **str** | The regular expression to filter out source tags from the Current Values list. | [optional]
1819
**value_ordering** | **list[str]** | | [optional]
1920
**values_to_readable_strings** | **dict(str, str)** | | [optional]
2021

0 commit comments

Comments
 (0)