OpenSearch · Capability
OpenSearch Security Plugin REST API — Action Groups
OpenSearch Security Plugin REST API — Action Groups. 5 operations. Lead operation: List all action groups. Self-contained Naftiko capability covering one Opensearch business surface.
What You Can Do
GET
Listactiongroups
— List all action groups
/v1/plugins/security/api/actiongroups
GET
Getactiongroup
— Get action group
/v1/plugins/security/api/actiongroups/{name}
PUT
Createorreplaceactiongroup
— Create or replace an action group
/v1/plugins/security/api/actiongroups/{name}
DELETE
Deleteactiongroup
— Delete action group
/v1/plugins/security/api/actiongroups/{name}
PATCH
Patchactiongroup
— Patch action group
/v1/plugins/security/api/actiongroups/{name}
MCP Tools
list-all-action-groups
List all action groups
read-only
idempotent
get-action-group
Get action group
read-only
idempotent
create-replace-action-group
Create or replace an action group
idempotent
delete-action-group
Delete action group
idempotent
patch-action-group
Patch action group
idempotent