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
**groups** | **list[str]** | The list of account's permissions. | [optional]
7
7
**identifier** | **str** | The unique identifier of an account. |
8
+
**ingestion_policy_id** | **str** | The identifier of the ingestion policy linked with account. | [optional]
8
9
**user_groups** | **list[str]** | The list of account's user groups. | [optional]
9
10
10
11
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/AlertApi.md
+34-34
Original file line number
Diff line number
Diff line change
@@ -4,22 +4,22 @@ All URIs are relative to *https://YOUR_INSTANCE.wavefront.com*
4
4
5
5
Method | HTTP request | Description
6
6
------------- | ------------- | -------------
7
-
[**add_access**](AlertApi.md#add_access) | **POST** /api/v2/alert/acl/add | Adds the specified ids to the given alerts' ACL
7
+
[**add_alert_access**](AlertApi.md#add_alert_access) | **POST** /api/v2/alert/acl/add | Adds the specified ids to the given alerts' ACL
8
8
[**add_alert_tag**](AlertApi.md#add_alert_tag) | **PUT** /api/v2/alert/{id}/tag/{tagValue} | Add a tag to a specific alert
9
9
[**clone_alert**](AlertApi.md#clone_alert) | **POST** /api/v2/alert/{id}/clone | Clones the specified alert
10
10
[**create_alert**](AlertApi.md#create_alert) | **POST** /api/v2/alert | Create a specific alert
11
11
[**delete_alert**](AlertApi.md#delete_alert) | **DELETE** /api/v2/alert/{id} | Delete a specific alert
12
-
[**get_access_control_list**](AlertApi.md#get_access_control_list) | **GET** /api/v2/alert/acl | Get Access Control Lists' union for the specified alerts
13
12
[**get_alert**](AlertApi.md#get_alert) | **GET** /api/v2/alert/{id} | Get a specific alert
13
+
[**get_alert_access_control_list**](AlertApi.md#get_alert_access_control_list) | **GET** /api/v2/alert/acl | Get Access Control Lists' union for the specified alerts
14
14
[**get_alert_history**](AlertApi.md#get_alert_history) | **GET** /api/v2/alert/{id}/history | Get the version history of a specific alert
15
15
[**get_alert_tags**](AlertApi.md#get_alert_tags) | **GET** /api/v2/alert/{id}/tag | Get all tags associated with a specific alert
16
16
[**get_alert_version**](AlertApi.md#get_alert_version) | **GET** /api/v2/alert/{id}/history/{version} | Get a specific historical version of a specific alert
17
17
[**get_alerts_summary**](AlertApi.md#get_alerts_summary) | **GET** /api/v2/alert/summary | Count alerts of various statuses for a customer
18
18
[**get_all_alert**](AlertApi.md#get_all_alert) | **GET** /api/v2/alert | Get all alerts for a customer
19
19
[**hide_alert**](AlertApi.md#hide_alert) | **POST** /api/v2/alert/{id}/uninstall | Hide a specific integration alert
20
-
[**remove_access**](AlertApi.md#remove_access) | **POST** /api/v2/alert/acl/remove | Removes the specified ids from the given alerts' ACL
20
+
[**remove_alert_access**](AlertApi.md#remove_alert_access) | **POST** /api/v2/alert/acl/remove | Removes the specified ids from the given alerts' ACL
21
21
[**remove_alert_tag**](AlertApi.md#remove_alert_tag) | **DELETE** /api/v2/alert/{id}/tag/{tagValue} | Remove a tag from a specific alert
22
-
[**set_acl**](AlertApi.md#set_acl) | **PUT** /api/v2/alert/acl/set | Set ACL for the specified alerts
22
+
[**set_alert_acl**](AlertApi.md#set_alert_acl) | **PUT** /api/v2/alert/acl/set | Set ACL for the specified alerts
23
23
[**set_alert_tags**](AlertApi.md#set_alert_tags) | **POST** /api/v2/alert/{id}/tag | Set all tags associated with a specific alert
24
24
[**snooze_alert**](AlertApi.md#snooze_alert) | **POST** /api/v2/alert/{id}/snooze | Snooze a specific alert for some number of seconds
25
25
[**undelete_alert**](AlertApi.md#undelete_alert) | **POST** /api/v2/alert/{id}/undelete | Undelete a specific alert
[**update_alert**](AlertApi.md#update_alert) | **PUT** /api/v2/alert/{id} | Update a specific alert
29
29
30
30
31
-
# **add_access**
32
-
> add_access(body=body)
31
+
# **add_alert_access**
32
+
> add_alert_access(body=body)
33
33
34
34
Adds the specified ids to the given alerts' ACL
35
35
@@ -55,9 +55,9 @@ body = [wavefront_api_client.AccessControlListWriteDTO()] # list[AccessControlLi
55
55
56
56
try:
57
57
# Adds the specified ids to the given alerts' ACL
58
-
api_instance.add_access(body=body)
58
+
api_instance.add_alert_access(body=body)
59
59
except ApiException as e:
60
-
print("Exception when calling AlertApi->add_access: %s\n"% e)
60
+
print("Exception when calling AlertApi->add_alert_access: %s\n"% e)
61
61
```
62
62
63
63
### Parameters
@@ -303,10 +303,10 @@ Name | Type | Description | Notes
303
303
304
304
[[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)
@@ -357,10 +357,10 @@ Name | Type | Description | Notes
357
357
358
358
[[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)
@@ -739,8 +739,8 @@ Name | Type | Description | Notes
739
739
740
740
[[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)
741
741
742
-
# **remove_access**
743
-
> remove_access(body=body)
742
+
# **remove_alert_access**
743
+
> remove_alert_access(body=body)
744
744
745
745
Removes the specified ids from the given alerts' ACL
746
746
@@ -766,9 +766,9 @@ body = [wavefront_api_client.AccessControlListWriteDTO()] # list[AccessControlLi
766
766
767
767
try:
768
768
# Removes the specified ids from the given alerts' ACL
769
-
api_instance.remove_access(body=body)
769
+
api_instance.remove_alert_access(body=body)
770
770
except ApiException as e:
771
-
print("Exception when calling AlertApi->remove_access: %s\n"% e)
771
+
print("Exception when calling AlertApi->remove_alert_access: %s\n"% e)
772
772
```
773
773
774
774
### Parameters
@@ -848,8 +848,8 @@ Name | Type | Description | Notes
848
848
849
849
[[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)
850
850
851
-
# **set_acl**
852
-
> set_acl(body=body)
851
+
# **set_alert_acl**
852
+
> set_alert_acl(body=body)
853
853
854
854
Set ACL for the specified alerts
855
855
@@ -875,9 +875,9 @@ body = [wavefront_api_client.AccessControlListWriteDTO()] # list[AccessControlLi
875
875
876
876
try:
877
877
# Set ACL for the specified alerts
878
-
api_instance.set_acl(body=body)
878
+
api_instance.set_alert_acl(body=body)
879
879
except ApiException as e:
880
-
print("Exception when calling AlertApi->set_acl: %s\n"% e)
880
+
print("Exception when calling AlertApi->set_alert_acl: %s\n"% e)
**id** | **str** | Unique identifier, also created epoch millis, of the alert | [optional]
7
+
**name** | **str** | Name of the alert | [optional]
8
+
9
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments