Auditlogging: add docs about dsquery (#87218)

* add docs for dsquery

* update the generic actions
This commit is contained in:
Eric Leijonmarck 2024-05-03 11:11:46 +01:00 committed by GitHub
parent b3f173f153
commit a98328b092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,6 +269,12 @@ external group.
\* `resources` may also contain a third item with `"type":` set to `"user"` or `"team"`.
#### Data source query
| Action | Distinguishing fields |
| ---------------- | ------------------------------------------------------------ |
| Query datasource | `{"action": "query", "resources": [{"type": "datasource"}]}` |
#### Reporting
| Action | Distinguishing fields |
@ -329,7 +335,7 @@ Furthermore, you can also record `GET` requests. See below how to configure it.
| Action | Distinguishing fields |
| -------------- | ------------------------------ |
| POST request | `{"action": "action"}` |
| POST request | `{"action": "post-action"}` |
| PATCH request | `{"action": "partial-update"}` |
| PUT request | `{"action": "update"}` |
| DELETE request | `{"action": "delete"}` |