WireMock · Capability
WireMock Admin API — Stub Mappings
WireMock Admin API — Stub Mappings. 11 operations. Lead operation: Get All Stub Mappings. Self-contained Naftiko capability covering one Wiremock business surface.
What You Can Do
GET
Get
— Get All Stub Mappings
/v1/admin/mappings
POST
Post
— Create a New Stub Mapping
/v1/admin/mappings
DELETE
Delete
— Delete All Stub Mappings
/v1/admin/mappings
POST
Post
— Find stubs by matching on their metadata
/v1/admin/mappings/find-by-metadata
POST
Post
— Import Stub Mappings
/v1/admin/mappings/import
POST
Post
— Delete Stub Mappings Matching Metadata
/v1/admin/mappings/remove-by-metadata
POST
Post
— Reset Stub Mappings
/v1/admin/mappings/reset
POST
Post
— Persist Stub Mappings
/v1/admin/mappings/save
GET
Get
— Get Stub Mapping by ID
/v1/admin/mappings/{stubmappingid}
PUT
Put
— Update a Stub Mapping
/v1/admin/mappings/{stubmappingid}
DELETE
Delete
— Delete a Stub Mapping
/v1/admin/mappings/{stubmappingid}
MCP Tools
get-all-stub-mappings
Get All Stub Mappings
read-only
idempotent
create-new-stub-mapping
Create a New Stub Mapping
delete-all-stub-mappings
Delete All Stub Mappings
idempotent
find-stubs-matching-their-metadata
Find stubs by matching on their metadata
read-only
import-stub-mappings
Import Stub Mappings
delete-stub-mappings-matching-metadata
Delete Stub Mappings Matching Metadata
reset-stub-mappings
Reset Stub Mappings
persist-stub-mappings
Persist Stub Mappings
get-stub-mapping-id
Get Stub Mapping by ID
read-only
idempotent
update-stub-mapping
Update a Stub Mapping
idempotent
delete-stub-mapping
Delete a Stub Mapping
idempotent