OpenSearch · Capability
OpenSearch Security Plugin REST API — Role Mappings
OpenSearch Security Plugin REST API — Role Mappings. 5 operations. Lead operation: List all role mappings. Self-contained Naftiko capability covering one Opensearch business surface.
What You Can Do
GET
Listrolemappings
— List all role mappings
/v1/plugins/security/api/rolesmapping
GET
Getrolemapping
— Get role mapping
/v1/plugins/security/api/rolesmapping/{name}
PUT
Createorreplacerolemapping
— Create or replace a role mapping
/v1/plugins/security/api/rolesmapping/{name}
DELETE
Deleterolemapping
— Delete role mapping
/v1/plugins/security/api/rolesmapping/{name}
PATCH
Patchrolemapping
— Patch role mapping
/v1/plugins/security/api/rolesmapping/{name}
MCP Tools
list-all-role-mappings
List all role mappings
read-only
idempotent
get-role-mapping
Get role mapping
read-only
idempotent
create-replace-role-mapping
Create or replace a role mapping
idempotent
delete-role-mapping
Delete role mapping
idempotent
patch-role-mapping
Patch role mapping
idempotent