Skip to content

Run observable analyzers through API #308

Closed
TheHive-Project/TheHiveDocs
#11
@srilumpa

Description

@srilumpa

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions