Microcks · Capability
Microcks API v1.14 — test
Microcks API v1.14 — test. 7 operations. Lead operation: Create a new Test. Self-contained Naftiko capability covering one Microcks business surface.
What You Can Do
POST
Createtest
— Create a new Test
/v1/tests
GET
Gettestresultsbyservice
— Get TestResults by Service
/v1/tests/service/{serviceid}
GET
Gettestresultsbyservicecounter
— Get the TestResults for Service counter
/v1/tests/service/{serviceid}/count
GET
Gettestresult
— Get TestResult
/v1/tests/{id}
GET
Geteventsbytestcase
— Get events for TestCase
/v1/tests/{id}/events/{testcaseid}
GET
Getmessagesbytestcase
— Get messages for TestCase
/v1/tests/{id}/messages/{testcaseid}
POST
Reporttestcaseresult
— Report and create a new TestCaseResult
/v1/tests/{id}/testcaseresult
MCP Tools
create-new-test
Create a new Test
get-testresults-service
Get TestResults by Service
read-only
idempotent
get-testresults-service-counter
Get the TestResults for Service counter
read-only
idempotent
get-testresult
Get TestResult
read-only
idempotent
get-events-testcase
Get events for TestCase
read-only
idempotent
get-messages-testcase
Get messages for TestCase
read-only
idempotent
report-and-create-new-testcaseresult
Report and create a new TestCaseResult