|
52 | 52 | $ref: '#/components/schemas/SiemErrorResponse' |
53 | 53 | description: Internal server error |
54 | 54 | summary: Create an endpoint exception list |
| 55 | + tags: |
| 56 | + - Security Solution Endpoint Exceptions API |
55 | 57 | /api/endpoint_list/items: |
56 | 58 | delete: |
57 | 59 | description: >- |
@@ -111,6 +113,8 @@ paths: |
111 | 113 | $ref: '#/components/schemas/SiemErrorResponse' |
112 | 114 | description: Internal server error |
113 | 115 | summary: Delete an endpoint exception list item |
| 116 | + tags: |
| 117 | + - Security Solution Endpoint Exceptions API |
114 | 118 | get: |
115 | 119 | description: >- |
116 | 120 | Get the details of an endpoint exception list item using the `id` or |
@@ -171,6 +175,8 @@ paths: |
171 | 175 | $ref: '#/components/schemas/SiemErrorResponse' |
172 | 176 | description: Internal server error |
173 | 177 | summary: Get an endpoint exception list item |
| 178 | + tags: |
| 179 | + - Security Solution Endpoint Exceptions API |
174 | 180 | post: |
175 | 181 | description: >- |
176 | 182 | Create an endpoint exception list item, and associate it with the |
@@ -250,6 +256,8 @@ paths: |
250 | 256 | $ref: '#/components/schemas/SiemErrorResponse' |
251 | 257 | description: Internal server error |
252 | 258 | summary: Create an endpoint exception list item |
| 259 | + tags: |
| 260 | + - Security Solution Endpoint Exceptions API |
253 | 261 | put: |
254 | 262 | description: >- |
255 | 263 | Update an endpoint exception list item using the `id` or `item_id` |
@@ -334,6 +342,8 @@ paths: |
334 | 342 | $ref: '#/components/schemas/SiemErrorResponse' |
335 | 343 | description: Internal server error |
336 | 344 | summary: Update an endpoint exception list item |
| 345 | + tags: |
| 346 | + - Security Solution Endpoint Exceptions API |
337 | 347 | /api/endpoint_list/items/_find: |
338 | 348 | get: |
339 | 349 | description: Get a list of all endpoint exception list items. |
@@ -439,6 +449,8 @@ paths: |
439 | 449 | $ref: '#/components/schemas/SiemErrorResponse' |
440 | 450 | description: Internal server error |
441 | 451 | summary: Get endpoint exception list items |
| 452 | + tags: |
| 453 | + - Security Solution Endpoint Exceptions API |
442 | 454 | components: |
443 | 455 | schemas: |
444 | 456 | EndpointList: |
@@ -867,3 +879,9 @@ components: |
867 | 879 | type: http |
868 | 880 | security: |
869 | 881 | - BasicAuth: [] |
| 882 | +tags: |
| 883 | + - description: >- |
| 884 | + Endpoint Exceptions API allows you to manage detection rule endpoint |
| 885 | + exceptions to prevent a rule from generating an alert from incoming events |
| 886 | + even when the rule's other criteria are met. |
| 887 | + name: Security Solution Endpoint Exceptions API |
0 commit comments