API structure has changed
This documentation update removes the discontinued action APIs, per https://github.com/elastic/kibana/pull/197510
17 structure changes including:
10 Modifications
7 Removals
Modified
10
DELETE /api/security/role/{name}
- Response
- 204 response Added
GET /api/alerting/rule/{id}
- Response
-
200 response Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
-
monitoring property Modified
- run property Modified
-
snooze_schedule property Modified
- rRule property Modified
-
monitoring property Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
GET /api/alerting/rules/_find
- Response
-
200 response Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
-
monitoring property Modified
- run property Modified
-
snooze_schedule property Modified
- rRule property Modified
-
monitoring property Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
GET /api/note
- Query
- userFilter query parameter Removed
- createdByFilter query parameter Added
GET /api/security/role
- Response
- 200 response Added
GET /api/security/role/{name}
- Response
- 200 response Added
POST /api/alerting/rule/{id}
- Response
-
200 response Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
-
monitoring property Modified
- run property Modified
-
snooze_schedule property Modified
- rRule property Modified
-
monitoring property Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
POST /api/security/roles
- Response
- 200 response Added
PUT /api/alerting/rule/{id}
- Response
-
200 response Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
-
monitoring property Modified
- run property Modified
-
snooze_schedule property Modified
- rRule property Modified
-
monitoring property Modified
-
application/json; Elastic-Api-Version=2023-10-31 content type Modified
PUT /api/security/role/{name}
- Response
- 204 response Added
Removed
7
DELETE /api/actions/action/{id}
GET /api/actions
GET /api/actions/action/{id}
GET /api/actions/list_action_types
POST /api/actions/action
POST /api/actions/action/{id}/_execute
PUT /api/actions/action/{id}