|
1 | | -# purity_fb_1dot9.AlertWatchersApi |
| 1 | +# purity_fb_1dot10.AlertWatchersApi |
2 | 2 |
|
3 | 3 | All URIs are relative to *https://purity_fb_server/api* |
4 | 4 |
|
5 | 5 | Method | HTTP request | Description |
6 | 6 | ------------- | ------------- | ------------- |
7 | | -[**create_alert_watchers**](AlertWatchersApi.md#create_alert_watchers) | **POST** /1.9/alert-watchers | |
8 | | -[**delete_alert_watchers**](AlertWatchersApi.md#delete_alert_watchers) | **DELETE** /1.9/alert-watchers | |
9 | | -[**list_alert_watchers**](AlertWatchersApi.md#list_alert_watchers) | **GET** /1.9/alert-watchers | |
10 | | -[**test_alert_watchers**](AlertWatchersApi.md#test_alert_watchers) | **GET** /1.9/alert-watchers/test | |
11 | | -[**update_alert_watchers**](AlertWatchersApi.md#update_alert_watchers) | **PATCH** /1.9/alert-watchers | |
| 7 | +[**create_alert_watchers**](AlertWatchersApi.md#create_alert_watchers) | **POST** /1.10/alert-watchers | |
| 8 | +[**delete_alert_watchers**](AlertWatchersApi.md#delete_alert_watchers) | **DELETE** /1.10/alert-watchers | |
| 9 | +[**list_alert_watchers**](AlertWatchersApi.md#list_alert_watchers) | **GET** /1.10/alert-watchers | |
| 10 | +[**test_alert_watchers**](AlertWatchersApi.md#test_alert_watchers) | **GET** /1.10/alert-watchers/test | |
| 11 | +[**update_alert_watchers**](AlertWatchersApi.md#update_alert_watchers) | **PATCH** /1.10/alert-watchers | |
12 | 12 |
|
13 | 13 |
|
14 | 14 | # **create_alert_watchers** |
@@ -49,7 +49,7 @@ if res: |
49 | 49 |
|
50 | 50 | Name | Type | Description | Notes |
51 | 51 | ------------- | ------------- | ------------- | ------------- |
52 | | - **names** | [**list[str]**](str.md)| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
| 52 | + **names** | **list[str]**| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
53 | 53 | **watcher_settings** | [**AlertWatcherPost**](AlertWatcherPost.md)| | [optional] |
54 | 54 |
|
55 | 55 | ### Return type |
@@ -98,7 +98,7 @@ if res: |
98 | 98 |
|
99 | 99 | Name | Type | Description | Notes |
100 | 100 | ------------- | ------------- | ------------- | ------------- |
101 | | - **names** | [**list[str]**](str.md)| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
| 101 | + **names** | **list[str]**| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
102 | 102 |
|
103 | 103 | ### Return type |
104 | 104 |
|
@@ -149,12 +149,12 @@ if res: |
149 | 149 | Name | Type | Description | Notes |
150 | 150 | ------------- | ------------- | ------------- | ------------- |
151 | 151 | **filter** | **str**| The filter to be used for query. | [optional] |
152 | | - **ids** | [**list[str]**](str.md)| A comma-separated list of resource IDs. This cannot be provided together with the name or names query parameters. | [optional] |
| 152 | + **ids** | **list[str]**| A comma-separated list of resource IDs. This cannot be provided together with the name or names query parameters. | [optional] |
153 | 153 | **limit** | **int**| limit, should be >= 0 | [optional] |
154 | | - **names** | [**list[str]**](str.md)| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
155 | | - **sort** | **str**| The way to order the results. | [optional] |
156 | | - **start** | **int**| start | [optional] |
157 | | - **token** | **str**| token | [optional] |
| 154 | + **names** | **list[str]**| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
| 155 | + **sort** | **str**| Sort the response by the specified fields (in descending order if '-' is appended to the field name). | [optional] |
| 156 | + **start** | **int**| The offset of the first resource to return from a collection. | [optional] |
| 157 | + **token** | **str**| An opaque token used to iterate over a collection. The token to use on the next request is returned in the `continuation_token` field of the result. | [optional] |
158 | 158 |
|
159 | 159 | ### Return type |
160 | 160 |
|
@@ -202,7 +202,7 @@ if res: |
202 | 202 |
|
203 | 203 | Name | Type | Description | Notes |
204 | 204 | ------------- | ------------- | ------------- | ------------- |
205 | | - **names** | [**list[str]**](str.md)| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
| 205 | + **names** | **list[str]**| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
206 | 206 |
|
207 | 207 | ### Return type |
208 | 208 |
|
@@ -262,8 +262,8 @@ if res: |
262 | 262 | Name | Type | Description | Notes |
263 | 263 | ------------- | ------------- | ------------- | ------------- |
264 | 264 | **watcher_settings** | [**AlertWatcher**](AlertWatcher.md)| | |
265 | | - **ids** | [**list[str]**](str.md)| A comma-separated list of resource IDs. This cannot be provided together with the name or names query parameters. | [optional] |
266 | | - **names** | [**list[str]**](str.md)| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
| 265 | + **ids** | **list[str]**| A comma-separated list of resource IDs. This cannot be provided together with the name or names query parameters. | [optional] |
| 266 | + **names** | **list[str]**| A comma-separated list of resource names. This cannot be provided together with the ids query parameters. | [optional] |
267 | 267 |
|
268 | 268 | ### Return type |
269 | 269 |
|
|
0 commit comments