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

Commit eebda67

Browse files
committed
Autogenerated Update v2.116.3.
1 parent 957b9d9 commit eebda67

38 files changed

+3730
-48
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.111.0"
6+
"packageVersion": "2.116.3"
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.110.1"
6+
"packageVersion": "2.111.0"
77
}

README.md

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

1010
## Requirements.
@@ -119,6 +119,7 @@ Class | Method | HTTP request | Description
119119
*AlertApi* | [**get_alerts_summary**](docs/AlertApi.md#get_alerts_summary) | **GET** /api/v2/alert/summary | Count alerts of various statuses for a customer
120120
*AlertApi* | [**get_all_alert**](docs/AlertApi.md#get_all_alert) | **GET** /api/v2/alert | Get all alerts for a customer
121121
*AlertApi* | [**hide_alert**](docs/AlertApi.md#hide_alert) | **POST** /api/v2/alert/{id}/uninstall | Hide a specific integration alert
122+
*AlertApi* | [**preview_alert_notification**](docs/AlertApi.md#preview_alert_notification) | **POST** /api/v2/alert/preview | Get all the notification preview for a specific alert
122123
*AlertApi* | [**remove_alert_access**](docs/AlertApi.md#remove_alert_access) | **POST** /api/v2/alert/acl/remove | Removes the specified ids from the given alerts' ACL
123124
*AlertApi* | [**remove_alert_tag**](docs/AlertApi.md#remove_alert_tag) | **DELETE** /api/v2/alert/{id}/tag/{tagValue} | Remove a tag from a specific alert
124125
*AlertApi* | [**set_alert_acl**](docs/AlertApi.md#set_alert_acl) | **PUT** /api/v2/alert/acl/set | Set ACL for the specified alerts
@@ -353,6 +354,15 @@ Class | Method | HTTP request | Description
353354
*SourceApi* | [**set_description**](docs/SourceApi.md#set_description) | **POST** /api/v2/source/{id}/description | Set description associated with a specific source
354355
*SourceApi* | [**set_source_tags**](docs/SourceApi.md#set_source_tags) | **POST** /api/v2/source/{id}/tag | Set all tags associated with a specific source
355356
*SourceApi* | [**update_source**](docs/SourceApi.md#update_source) | **PUT** /api/v2/source/{id} | Update metadata (description or tags) for a specific source.
357+
*SpanSamplingPolicyApi* | [**create_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#create_span_sampling_policy) | **POST** /api/v2/spansamplingpolicy | Create a span sampling policy
358+
*SpanSamplingPolicyApi* | [**delete_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#delete_span_sampling_policy) | **DELETE** /api/v2/spansamplingpolicy/{id} | Delete a specific span sampling policy
359+
*SpanSamplingPolicyApi* | [**get_all_deleted_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_all_deleted_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy/deleted | Get all deleted sampling policies for a customer
360+
*SpanSamplingPolicyApi* | [**get_all_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_all_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy | Get all sampling policies for a customer
361+
*SpanSamplingPolicyApi* | [**get_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy/{id} | Get a specific span sampling policy
362+
*SpanSamplingPolicyApi* | [**get_span_sampling_policy_history**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy_history) | **GET** /api/v2/spansamplingpolicy/{id}/history | Get the version history of a specific sampling policy
363+
*SpanSamplingPolicyApi* | [**get_span_sampling_policy_version**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy_version) | **GET** /api/v2/spansamplingpolicy/{id}/history/{version} | Get a specific historical version of a specific sampling policy
364+
*SpanSamplingPolicyApi* | [**undelete_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#undelete_span_sampling_policy) | **POST** /api/v2/spansamplingpolicy/{id}/undelete | Restore a deleted span sampling policy
365+
*SpanSamplingPolicyApi* | [**update_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#update_span_sampling_policy) | **PUT** /api/v2/spansamplingpolicy/{id} | Update a specific span sampling policy
356366
*UsageApi* | [**create_ingestion_policy**](docs/UsageApi.md#create_ingestion_policy) | **POST** /api/v2/usage/ingestionpolicy | Create a specific ingestion policy
357367
*UsageApi* | [**delete_ingestion_policy**](docs/UsageApi.md#delete_ingestion_policy) | **DELETE** /api/v2/usage/ingestionpolicy/{id} | Delete a specific ingestion policy
358368
*UsageApi* | [**export_csv**](docs/UsageApi.md#export_csv) | **GET** /api/v2/usage/exportcsv | Export a CSV report
@@ -401,8 +411,10 @@ Class | Method | HTTP request | Description
401411
- [AccessPolicyRuleDTO](docs/AccessPolicyRuleDTO.md)
402412
- [Account](docs/Account.md)
403413
- [Alert](docs/Alert.md)
414+
- [AlertDashboard](docs/AlertDashboard.md)
404415
- [AlertMin](docs/AlertMin.md)
405416
- [AlertRoute](docs/AlertRoute.md)
417+
- [AlertSource](docs/AlertSource.md)
406418
- [Annotation](docs/Annotation.md)
407419
- [Anomaly](docs/Anomaly.md)
408420
- [AppDynamicsConfiguration](docs/AppDynamicsConfiguration.md)
@@ -470,6 +482,7 @@ Class | Method | HTTP request | Description
470482
- [NewRelicConfiguration](docs/NewRelicConfiguration.md)
471483
- [NewRelicMetricFilters](docs/NewRelicMetricFilters.md)
472484
- [Notificant](docs/Notificant.md)
485+
- [NotificationMessages](docs/NotificationMessages.md)
473486
- [Package](docs/Package.md)
474487
- [Paged](docs/Paged.md)
475488
- [PagedAccount](docs/PagedAccount.md)
@@ -532,6 +545,7 @@ Class | Method | HTTP request | Description
532545
- [ResponseContainerListAccessControlListReadDTO](docs/ResponseContainerListAccessControlListReadDTO.md)
533546
- [ResponseContainerListIntegration](docs/ResponseContainerListIntegration.md)
534547
- [ResponseContainerListIntegrationManifestGroup](docs/ResponseContainerListIntegrationManifestGroup.md)
548+
- [ResponseContainerListNotificationMessages](docs/ResponseContainerListNotificationMessages.md)
535549
- [ResponseContainerListServiceAccount](docs/ResponseContainerListServiceAccount.md)
536550
- [ResponseContainerListString](docs/ResponseContainerListString.md)
537551
- [ResponseContainerListUserApiToken](docs/ResponseContainerListUserApiToken.md)
@@ -580,11 +594,13 @@ Class | Method | HTTP request | Description
580594
- [ResponseContainerSetBusinessFunction](docs/ResponseContainerSetBusinessFunction.md)
581595
- [ResponseContainerSetSourceLabelPair](docs/ResponseContainerSetSourceLabelPair.md)
582596
- [ResponseContainerSource](docs/ResponseContainerSource.md)
597+
- [ResponseContainerSpanSamplingPolicy](docs/ResponseContainerSpanSamplingPolicy.md)
583598
- [ResponseContainerString](docs/ResponseContainerString.md)
584599
- [ResponseContainerTagsResponse](docs/ResponseContainerTagsResponse.md)
585600
- [ResponseContainerUserApiToken](docs/ResponseContainerUserApiToken.md)
586601
- [ResponseContainerUserGroupModel](docs/ResponseContainerUserGroupModel.md)
587602
- [ResponseContainerValidatedUsersDTO](docs/ResponseContainerValidatedUsersDTO.md)
603+
- [ResponseContainerVoid](docs/ResponseContainerVoid.md)
588604
- [ResponseStatus](docs/ResponseStatus.md)
589605
- [RoleDTO](docs/RoleDTO.md)
590606
- [SavedSearch](docs/SavedSearch.md)
@@ -621,6 +637,7 @@ Class | Method | HTTP request | Description
621637
- [UserRequestDTO](docs/UserRequestDTO.md)
622638
- [UserToCreate](docs/UserToCreate.md)
623639
- [ValidatedUsersDTO](docs/ValidatedUsersDTO.md)
640+
- [Void](docs/Void.md)
624641
- [VropsConfiguration](docs/VropsConfiguration.md)
625642
- [WFTags](docs/WFTags.md)
626643

docs/Alert.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ Name | Type | Description | Notes
66
**acl** | [**AccessControlListSimple**](AccessControlListSimple.md) | | [optional]
77
**active_maintenance_windows** | **list[str]** | The names of the active maintenance windows that are affecting this alert | [optional]
88
**additional_information** | **str** | User-supplied additional explanatory information for this alert. Useful for linking runbooks, mitigations,, etc | [optional]
9+
**alert_sources** | [**list[AlertSource]**](AlertSource.md) | A list of queries represent multiple queries in alert. It must contains at least one query with AlertSourceType as CONDITION. | [optional]
10+
**alert_triage_dashboards** | [**list[AlertDashboard]**](AlertDashboard.md) | User-supplied dashboard and parameters to create dashboard links. Parameters must be specified as constants or variables. Constant parameters currently only supported | [optional]
911
**alert_type** | **str** | Alert type. | [optional]
1012
**alerts_last_day** | **int** | | [optional]
1113
**alerts_last_month** | **int** | | [optional]
1214
**alerts_last_week** | **int** | | [optional]
1315
**application** | **list[str]** | Lists the applications from the failingHostLabelPair of the alert. | [optional]
16+
**chart_attributes** | [**JsonNode**](JsonNode.md) | Additional chart settings for the alert (e.g. pie chart has its chart settings in this section). | [optional]
17+
**chart_settings** | [**ChartSettings**](ChartSettings.md) | The old chart settings for the alert (e.g. chart type, chart range etc.). | [optional]
1418
**condition** | **str** | A Wavefront query that is evaluated at regular intervals (default 1m). The alert fires and notifications are triggered when a data series matching this query evaluates to a non-zero value for a set number of consecutive minutes |
1519
**condition_qb_enabled** | **bool** | Whether the condition query was created using the Query Builder. Default false | [optional]
1620
**condition_qb_serialization** | **str** | The special serialization of the Query Builder that corresponds to the condition query. Applicable only when conditionQBEnabled is true | [optional]
@@ -73,7 +77,7 @@ Name | Type | Description | Notes
7377
**target_endpoints** | **list[str]** | | [optional]
7478
**target_info** | [**list[TargetInfo]**](TargetInfo.md) | List of alert targets display information that includes name, id and type. | [optional]
7579
**targets** | **dict(str, str)** | Targets for severity. | [optional]
76-
**triage_dashboards** | [**list[TriageDashboard]**](TriageDashboard.md) | User-supplied dashboard and parameters to create dashboard links | [optional]
80+
**triage_dashboards** | [**list[TriageDashboard]**](TriageDashboard.md) | Deprecated for alertTriageDashboards | [optional]
7781
**update_user_id** | **str** | The user that last updated this alert | [optional]
7882
**updated** | **int** | When the alert was last updated, in epoch millis | [optional]
7983
**updated_epoch_millis** | **int** | | [optional]

0 commit comments

Comments
 (0)