You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 16, 2026. It is now read-only.
*ExternalLinkApi* | [**get_all_external_link**](docs/ExternalLinkApi.md#get_all_external_link) | **GET** /api/v2/extlink | Get all external links for a customer
201
201
*ExternalLinkApi* | [**get_external_link**](docs/ExternalLinkApi.md#get_external_link) | **GET** /api/v2/extlink/{id} | Get a specific external link
202
202
*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.
203
207
*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
204
208
*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
205
209
*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.
*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
293
297
*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
294
298
*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
295
300
*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
296
301
*SearchApi* | [**search_report_event_entities**](docs/SearchApi.md#search_report_event_entities) | **POST** /api/v2/search/event | Search over a customer's events
297
302
*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
**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]
**custom_tags** | **list[str]** | For the tabular view, a list of point tags to display when using the \"custom\" tag display mode | [optional]
9
10
**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
27
28
**show_raw_values** | **bool** | For the tabular view, whether to display raw values. Default: false | [optional]
28
29
**sort_values_descending** | **bool** | For the tabular view, whether to display display values in descending order. Default: false | [optional]
29
30
**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(&lt;rval&gt;, &lt;gval&gt;, &lt;bval&gt;, &lt;aval&gt;)\" format | [optional]
31
32
**sparkline_display_font_size** | **str** | For the single stat view, the font size of the displayed text, in percent | [optional]
32
33
**sparkline_display_horizontal_position** | **str** | For the single stat view, the horizontal position of the displayed text | [optional]
33
34
**sparkline_display_postfix** | **str** | For the single stat view, a string to append to the displayed text | [optional]
34
35
**sparkline_display_prefix** | **str** | For the single stat view, a string to add before the displayed text | [optional]
35
36
**sparkline_display_value_type** | **str** | For the single stat view, whether to display the name of the query or the value of query | [optional]
**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(&lt;rval&gt;, &lt;gval&gt;, &lt;bval&gt;, &lt;aval&gt;)\" format | [optional]
39
+
**sparkline_line_color** | **str** | For the single stat view, the color of the line. Values should be in\"rgba(&lt;rval&gt;, &lt;gval&gt;, &lt;bval&gt;, &lt;aval&gt;)\" format | [optional]
39
40
**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]
40
41
**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(&lt;rval&gt;, &lt;gval&gt;, &lt;bval&gt;, &lt;aval&gt;)\" format | [optional]
**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]
44
45
**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]
0 commit comments