This application provides an api for verifications on dmn tables.
How can i use this api?
Root path:
/api
Verifications
Get all verifications from all verifiers with the given dmn table
- POST
/api/dmn/verification/
- Consumes: text/xml - the dmn table as xml string
- Produces: application/json
Verification classifications
Get a list of all verification classifications
Get all verifications for the given verification classification
- POST
/api/dmn/verification/classification/{classificationName}
- Consumes: text/xml - the dmn table as xml string
- Produces: application/json
Verification types
Get a list of all verification types
Get all verifications for the given verification type
- POST
/api/dmn/verification/classification/{classificationName}
- Consumes: text/xml - the dmn table as xml string
- Produces: application/json
Metrics
Get some statistics about execution times
Coming soon: Register id for own metrics