Skip to content

Commit 169cbe3

Browse files
committed
Autogenerated Update v2.110.1.
1 parent e77b6fd commit 169cbe3

File tree

10 files changed

+95
-66
lines changed

10 files changed

+95
-66
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.108.0"
6+
"packageVersion": "2.110.1"
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.107.0"
6+
"packageVersion": "2.108.0"
77
}

README.md

+4-4
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.108.0
7+
- Package version: 2.110.1
88
- Build package: io.swagger.codegen.languages.PythonClientCodegen
99

1010
## Requirements.
@@ -179,9 +179,9 @@ Class | Method | HTTP request | Description
179179
*DerivedMetricApi* | [**update_derived_metric**](docs/DerivedMetricApi.md#update_derived_metric) | **PUT** /api/v2/derivedmetric/{id} | Update a specific derived metric definition
180180
*DirectIngestionApi* | [**report**](docs/DirectIngestionApi.md#report) | **POST** /report | Directly ingest data/data stream with specified format
181181
*EventApi* | [**add_event_tag**](docs/EventApi.md#add_event_tag) | **PUT** /api/v2/event/{id}/tag/{tagValue} | Add a tag to a specific event
182-
*EventApi* | [**close_event**](docs/EventApi.md#close_event) | **POST** /api/v2/event/{id}/close | Close a specific event
182+
*EventApi* | [**close_user_event**](docs/EventApi.md#close_user_event) | **POST** /api/v2/event/{id}/close | Close a specific event
183183
*EventApi* | [**create_event**](docs/EventApi.md#create_event) | **POST** /api/v2/event | Create a specific event
184-
*EventApi* | [**delete_event**](docs/EventApi.md#delete_event) | **DELETE** /api/v2/event/{id} | Delete a specific event
184+
*EventApi* | [**delete_user_event**](docs/EventApi.md#delete_user_event) | **DELETE** /api/v2/event/{id} | Delete a specific user event
185185
*EventApi* | [**get_alert_event_queries_slug**](docs/EventApi.md#get_alert_event_queries_slug) | **GET** /api/v2/event/{id}/alertQueriesSlug | If the specified event is associated with an alert, returns a slug encoding the queries having to do with that alert firing or resolution
186186
*EventApi* | [**get_alert_firing_details**](docs/EventApi.md#get_alert_firing_details) | **GET** /api/v2/event/{id}/alertFiringDetails | Return details of a particular alert firing, including all the series that fired during the referred alert firing
187187
*EventApi* | [**get_alert_firing_events**](docs/EventApi.md#get_alert_firing_events) | **GET** /api/v2/event/alertFirings | Get firings events of an alert within a time range
@@ -191,7 +191,7 @@ Class | Method | HTTP request | Description
191191
*EventApi* | [**get_related_events_with_time_span**](docs/EventApi.md#get_related_events_with_time_span) | **GET** /api/v2/event/{id}/events | List all related events for a specific firing event with a time span of one hour
192192
*EventApi* | [**remove_event_tag**](docs/EventApi.md#remove_event_tag) | **DELETE** /api/v2/event/{id}/tag/{tagValue} | Remove a tag from a specific event
193193
*EventApi* | [**set_event_tags**](docs/EventApi.md#set_event_tags) | **POST** /api/v2/event/{id}/tag | Set all tags associated with a specific event
194-
*EventApi* | [**update_event**](docs/EventApi.md#update_event) | **PUT** /api/v2/event/{id} | Update a specific event
194+
*EventApi* | [**update_user_event**](docs/EventApi.md#update_user_event) | **PUT** /api/v2/event/{id} | Update a specific user event.
195195
*ExternalLinkApi* | [**create_external_link**](docs/ExternalLinkApi.md#create_external_link) | **POST** /api/v2/extlink | Create a specific external link
196196
*ExternalLinkApi* | [**delete_external_link**](docs/ExternalLinkApi.md#delete_external_link) | **DELETE** /api/v2/extlink/{id} | Delete a specific external link
197197
*ExternalLinkApi* | [**get_all_external_link**](docs/ExternalLinkApi.md#get_all_external_link) | **GET** /api/v2/extlink | Get all external links for a customer

docs/DashboardSection.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Properties
44
Name | Type | Description | Notes
55
------------ | ------------- | ------------- | -------------
6+
**id** | **str** | Id of this section | [optional]
67
**name** | **str** | Name of this section |
78
**rows** | [**list[DashboardSectionRow]**](DashboardSectionRow.md) | Rows of this section |
89
**section_filter** | [**JsonNode**](JsonNode.md) | Display filter for conditional dashboard section | [optional]

docs/EventApi.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All URIs are relative to *https://YOUR_INSTANCE.wavefront.com*
55
Method | HTTP request | Description
66
------------- | ------------- | -------------
77
[**add_event_tag**](EventApi.md#add_event_tag) | **PUT** /api/v2/event/{id}/tag/{tagValue} | Add a tag to a specific event
8-
[**close_event**](EventApi.md#close_event) | **POST** /api/v2/event/{id}/close | Close a specific event
8+
[**close_user_event**](EventApi.md#close_user_event) | **POST** /api/v2/event/{id}/close | Close a specific event
99
[**create_event**](EventApi.md#create_event) | **POST** /api/v2/event | Create a specific event
10-
[**delete_event**](EventApi.md#delete_event) | **DELETE** /api/v2/event/{id} | Delete a specific event
10+
[**delete_user_event**](EventApi.md#delete_user_event) | **DELETE** /api/v2/event/{id} | Delete a specific user event
1111
[**get_alert_event_queries_slug**](EventApi.md#get_alert_event_queries_slug) | **GET** /api/v2/event/{id}/alertQueriesSlug | If the specified event is associated with an alert, returns a slug encoding the queries having to do with that alert firing or resolution
1212
[**get_alert_firing_details**](EventApi.md#get_alert_firing_details) | **GET** /api/v2/event/{id}/alertFiringDetails | Return details of a particular alert firing, including all the series that fired during the referred alert firing
1313
[**get_alert_firing_events**](EventApi.md#get_alert_firing_events) | **GET** /api/v2/event/alertFirings | Get firings events of an alert within a time range
@@ -17,7 +17,7 @@ Method | HTTP request | Description
1717
[**get_related_events_with_time_span**](EventApi.md#get_related_events_with_time_span) | **GET** /api/v2/event/{id}/events | List all related events for a specific firing event with a time span of one hour
1818
[**remove_event_tag**](EventApi.md#remove_event_tag) | **DELETE** /api/v2/event/{id}/tag/{tagValue} | Remove a tag from a specific event
1919
[**set_event_tags**](EventApi.md#set_event_tags) | **POST** /api/v2/event/{id}/tag | Set all tags associated with a specific event
20-
[**update_event**](EventApi.md#update_event) | **PUT** /api/v2/event/{id} | Update a specific event
20+
[**update_user_event**](EventApi.md#update_user_event) | **PUT** /api/v2/event/{id} | Update a specific user event.
2121

2222

2323
# **add_event_tag**
@@ -76,12 +76,12 @@ Name | Type | Description | Notes
7676

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

79-
# **close_event**
80-
> ResponseContainerEvent close_event(id)
79+
# **close_user_event**
80+
> ResponseContainerEvent close_user_event(id)
8181
8282
Close a specific event
8383

84-
84+
This API supports only user events. The API does <strong>not</strong> support close of system events (e.g. alert events).
8585

8686
### Example
8787
```python
@@ -103,10 +103,10 @@ id = 'id_example' # str |
103103

104104
try:
105105
# Close a specific event
106-
api_response = api_instance.close_event(id)
106+
api_response = api_instance.close_user_event(id)
107107
pprint(api_response)
108108
except ApiException as e:
109-
print("Exception when calling EventApi->close_event: %s\n" % e)
109+
print("Exception when calling EventApi->close_user_event: %s\n" % e)
110110
```
111111

112112
### Parameters
@@ -184,12 +184,12 @@ Name | Type | Description | Notes
184184

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

187-
# **delete_event**
188-
> ResponseContainerEvent delete_event(id)
189-
190-
Delete a specific event
187+
# **delete_user_event**
188+
> ResponseContainerEvent delete_user_event(id)
191189
190+
Delete a specific user event
192191

192+
This API supports only user events. The API does <strong>not</strong> support deletion of system events (e.g. alert events).
193193

194194
### Example
195195
```python
@@ -210,11 +210,11 @@ api_instance = wavefront_api_client.EventApi(wavefront_api_client.ApiClient(conf
210210
id = 'id_example' # str |
211211

212212
try:
213-
# Delete a specific event
214-
api_response = api_instance.delete_event(id)
213+
# Delete a specific user event
214+
api_response = api_instance.delete_user_event(id)
215215
pprint(api_response)
216216
except ApiException as e:
217-
print("Exception when calling EventApi->delete_event: %s\n" % e)
217+
print("Exception when calling EventApi->delete_user_event: %s\n" % e)
218218
```
219219

220220
### Parameters
@@ -748,12 +748,12 @@ Name | Type | Description | Notes
748748

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

751-
# **update_event**
752-
> ResponseContainerEvent update_event(id, body=body)
751+
# **update_user_event**
752+
> ResponseContainerEvent update_user_event(id, body=body)
753753
754-
Update a specific event
754+
Update a specific user event.
755755

756-
The following fields are readonly and will be ignored when passed in the request: <code>id</code>, <code>isEphemeral</code>, <code>isUserEvent</code>, <code>runningState</code>, <code>canDelete</code>, <code>canClose</code>, <code>creatorType</code>, <code>createdAt</code>, <code>updatedAt</code>, <code>createdEpochMillis</code>, <code>updatedEpochMillis</code>, <code>updaterId</code>, <code>creatorId</code>, and <code>summarizedEvents</code>
756+
This API supports only user events. The API does <strong>not</strong> support update of system events (e.g. alert events). The following fields are readonly and will be ignored when passed in the request: <code>id</code>, <code>isEphemeral</code>, <code>isUserEvent</code>, <code>runningState</code>, <code>canDelete</code>, <code>canClose</code>, <code>creatorType</code>, <code>createdAt</code>, <code>updatedAt</code>, <code>createdEpochMillis</code>, <code>updatedEpochMillis</code>, <code>updaterId</code>, <code>creatorId</code>, and <code>summarizedEvents</code>
757757

758758
### Example
759759
```python
@@ -775,11 +775,11 @@ id = 'id_example' # str |
775775
body = wavefront_api_client.Event() # Event | Example Body: <pre>{ \"name\": \"Event API Example\", \"annotations\": { \"severity\": \"info\", \"type\": \"event type\", \"details\": \"description\" }, \"tags\" : [ \"eventTag1\" ], \"startTime\": 1490000000000, \"endTime\": 1490000000001 }</pre> (optional)
776776

777777
try:
778-
# Update a specific event
779-
api_response = api_instance.update_event(id, body=body)
778+
# Update a specific user event.
779+
api_response = api_instance.update_user_event(id, body=body)
780780
pprint(api_response)
781781
except ApiException as e:
782-
print("Exception when calling EventApi->update_event: %s\n" % e)
782+
print("Exception when calling EventApi->update_user_event: %s\n" % e)
783783
```
784784

785785
### Parameters

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

0 commit comments

Comments
 (0)