Skip to content

Commit

Permalink
Autogenerated Update v2.116.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-jenkins committed Dec 18, 2021
1 parent 957b9d9 commit eebda67
Show file tree
Hide file tree
Showing 38 changed files with 3,730 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .swagger-codegen/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.111.0"
"packageVersion": "2.116.3"
}
2 changes: 1 addition & 1 deletion .swagger-codegen/config.jsone
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"gitUserId": "wavefrontHQ",
"packageName": "wavefront_api_client",
"packageUrl": "https://github.com/wavefrontHQ/python-client",
"packageVersion": "2.110.1"
"packageVersion": "2.111.0"
}
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: v2
- Package version: 2.111.0
- Package version: 2.116.3
- Build package: io.swagger.codegen.languages.PythonClientCodegen

## Requirements.
Expand Down Expand Up @@ -119,6 +119,7 @@ Class | Method | HTTP request | Description
*AlertApi* | [**get_alerts_summary**](docs/AlertApi.md#get_alerts_summary) | **GET** /api/v2/alert/summary | Count alerts of various statuses for a customer
*AlertApi* | [**get_all_alert**](docs/AlertApi.md#get_all_alert) | **GET** /api/v2/alert | Get all alerts for a customer
*AlertApi* | [**hide_alert**](docs/AlertApi.md#hide_alert) | **POST** /api/v2/alert/{id}/uninstall | Hide a specific integration alert
*AlertApi* | [**preview_alert_notification**](docs/AlertApi.md#preview_alert_notification) | **POST** /api/v2/alert/preview | Get all the notification preview for a specific alert
*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
*AlertApi* | [**remove_alert_tag**](docs/AlertApi.md#remove_alert_tag) | **DELETE** /api/v2/alert/{id}/tag/{tagValue} | Remove a tag from a specific alert
*AlertApi* | [**set_alert_acl**](docs/AlertApi.md#set_alert_acl) | **PUT** /api/v2/alert/acl/set | Set ACL for the specified alerts
Expand Down Expand Up @@ -353,6 +354,15 @@ Class | Method | HTTP request | Description
*SourceApi* | [**set_description**](docs/SourceApi.md#set_description) | **POST** /api/v2/source/{id}/description | Set description associated with a specific source
*SourceApi* | [**set_source_tags**](docs/SourceApi.md#set_source_tags) | **POST** /api/v2/source/{id}/tag | Set all tags associated with a specific source
*SourceApi* | [**update_source**](docs/SourceApi.md#update_source) | **PUT** /api/v2/source/{id} | Update metadata (description or tags) for a specific source.
*SpanSamplingPolicyApi* | [**create_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#create_span_sampling_policy) | **POST** /api/v2/spansamplingpolicy | Create a span sampling policy
*SpanSamplingPolicyApi* | [**delete_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#delete_span_sampling_policy) | **DELETE** /api/v2/spansamplingpolicy/{id} | Delete a specific span sampling policy
*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
*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
*SpanSamplingPolicyApi* | [**get_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#get_span_sampling_policy) | **GET** /api/v2/spansamplingpolicy/{id} | Get a specific span sampling policy
*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
*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
*SpanSamplingPolicyApi* | [**undelete_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#undelete_span_sampling_policy) | **POST** /api/v2/spansamplingpolicy/{id}/undelete | Restore a deleted span sampling policy
*SpanSamplingPolicyApi* | [**update_span_sampling_policy**](docs/SpanSamplingPolicyApi.md#update_span_sampling_policy) | **PUT** /api/v2/spansamplingpolicy/{id} | Update a specific span sampling policy
*UsageApi* | [**create_ingestion_policy**](docs/UsageApi.md#create_ingestion_policy) | **POST** /api/v2/usage/ingestionpolicy | Create a specific ingestion policy
*UsageApi* | [**delete_ingestion_policy**](docs/UsageApi.md#delete_ingestion_policy) | **DELETE** /api/v2/usage/ingestionpolicy/{id} | Delete a specific ingestion policy
*UsageApi* | [**export_csv**](docs/UsageApi.md#export_csv) | **GET** /api/v2/usage/exportcsv | Export a CSV report
Expand Down Expand Up @@ -401,8 +411,10 @@ Class | Method | HTTP request | Description
- [AccessPolicyRuleDTO](docs/AccessPolicyRuleDTO.md)
- [Account](docs/Account.md)
- [Alert](docs/Alert.md)
- [AlertDashboard](docs/AlertDashboard.md)
- [AlertMin](docs/AlertMin.md)
- [AlertRoute](docs/AlertRoute.md)
- [AlertSource](docs/AlertSource.md)
- [Annotation](docs/Annotation.md)
- [Anomaly](docs/Anomaly.md)
- [AppDynamicsConfiguration](docs/AppDynamicsConfiguration.md)
Expand Down Expand Up @@ -470,6 +482,7 @@ Class | Method | HTTP request | Description
- [NewRelicConfiguration](docs/NewRelicConfiguration.md)
- [NewRelicMetricFilters](docs/NewRelicMetricFilters.md)
- [Notificant](docs/Notificant.md)
- [NotificationMessages](docs/NotificationMessages.md)
- [Package](docs/Package.md)
- [Paged](docs/Paged.md)
- [PagedAccount](docs/PagedAccount.md)
Expand Down Expand Up @@ -532,6 +545,7 @@ Class | Method | HTTP request | Description
- [ResponseContainerListAccessControlListReadDTO](docs/ResponseContainerListAccessControlListReadDTO.md)
- [ResponseContainerListIntegration](docs/ResponseContainerListIntegration.md)
- [ResponseContainerListIntegrationManifestGroup](docs/ResponseContainerListIntegrationManifestGroup.md)
- [ResponseContainerListNotificationMessages](docs/ResponseContainerListNotificationMessages.md)
- [ResponseContainerListServiceAccount](docs/ResponseContainerListServiceAccount.md)
- [ResponseContainerListString](docs/ResponseContainerListString.md)
- [ResponseContainerListUserApiToken](docs/ResponseContainerListUserApiToken.md)
Expand Down Expand Up @@ -580,11 +594,13 @@ Class | Method | HTTP request | Description
- [ResponseContainerSetBusinessFunction](docs/ResponseContainerSetBusinessFunction.md)
- [ResponseContainerSetSourceLabelPair](docs/ResponseContainerSetSourceLabelPair.md)
- [ResponseContainerSource](docs/ResponseContainerSource.md)
- [ResponseContainerSpanSamplingPolicy](docs/ResponseContainerSpanSamplingPolicy.md)
- [ResponseContainerString](docs/ResponseContainerString.md)
- [ResponseContainerTagsResponse](docs/ResponseContainerTagsResponse.md)
- [ResponseContainerUserApiToken](docs/ResponseContainerUserApiToken.md)
- [ResponseContainerUserGroupModel](docs/ResponseContainerUserGroupModel.md)
- [ResponseContainerValidatedUsersDTO](docs/ResponseContainerValidatedUsersDTO.md)
- [ResponseContainerVoid](docs/ResponseContainerVoid.md)
- [ResponseStatus](docs/ResponseStatus.md)
- [RoleDTO](docs/RoleDTO.md)
- [SavedSearch](docs/SavedSearch.md)
Expand Down Expand Up @@ -621,6 +637,7 @@ Class | Method | HTTP request | Description
- [UserRequestDTO](docs/UserRequestDTO.md)
- [UserToCreate](docs/UserToCreate.md)
- [ValidatedUsersDTO](docs/ValidatedUsersDTO.md)
- [Void](docs/Void.md)
- [VropsConfiguration](docs/VropsConfiguration.md)
- [WFTags](docs/WFTags.md)

Expand Down
6 changes: 5 additions & 1 deletion docs/Alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ Name | Type | Description | Notes
**acl** | [**AccessControlListSimple**](AccessControlListSimple.md) | | [optional]
**active_maintenance_windows** | **list[str]** | The names of the active maintenance windows that are affecting this alert | [optional]
**additional_information** | **str** | User-supplied additional explanatory information for this alert. Useful for linking runbooks, mitigations,, etc | [optional]
**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]
**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]
**alert_type** | **str** | Alert type. | [optional]
**alerts_last_day** | **int** | | [optional]
**alerts_last_month** | **int** | | [optional]
**alerts_last_week** | **int** | | [optional]
**application** | **list[str]** | Lists the applications from the failingHostLabelPair of the alert. | [optional]
**chart_attributes** | [**JsonNode**](JsonNode.md) | Additional chart settings for the alert (e.g. pie chart has its chart settings in this section). | [optional]
**chart_settings** | [**ChartSettings**](ChartSettings.md) | The old chart settings for the alert (e.g. chart type, chart range etc.). | [optional]
**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 |
**condition_qb_enabled** | **bool** | Whether the condition query was created using the Query Builder. Default false | [optional]
**condition_qb_serialization** | **str** | The special serialization of the Query Builder that corresponds to the condition query. Applicable only when conditionQBEnabled is true | [optional]
Expand Down Expand Up @@ -73,7 +77,7 @@ Name | Type | Description | Notes
**target_endpoints** | **list[str]** | | [optional]
**target_info** | [**list[TargetInfo]**](TargetInfo.md) | List of alert targets display information that includes name, id and type. | [optional]
**targets** | **dict(str, str)** | Targets for severity. | [optional]
**triage_dashboards** | [**list[TriageDashboard]**](TriageDashboard.md) | User-supplied dashboard and parameters to create dashboard links | [optional]
**triage_dashboards** | [**list[TriageDashboard]**](TriageDashboard.md) | Deprecated for alertTriageDashboards | [optional]
**update_user_id** | **str** | The user that last updated this alert | [optional]
**updated** | **int** | When the alert was last updated, in epoch millis | [optional]
**updated_epoch_millis** | **int** | | [optional]
Expand Down
Loading

0 comments on commit eebda67

Please sign in to comment.