Description
Request Type
Feature Request
I haven't seen it documented and, from my poor understanding of scala, I haven't seen it implemented. It would be a very nice addition to be able to run analyzers on all or part of the artifacts of a case. It could be done through the following endpoints:
method | URI | comment |
---|---|---|
GET | /api/case/:caseId/artifacts/analyze | Run analyzers on all artifacts of the case |
GET | /api/case/:caseId/artifacts/:actifactId/analyze | Run analyzers on on single artifact |
Two parameters could be passed through the URL:
- analyzerType: type (i.e. class) of analyzer to be ran
- analyzerName: instance name of the analyzer to be ran
If none of those two are defined, then all analyzers will be ran.
Metadata
Metadata
Assignees
Labels
No labels