API List
You can find the full list of available APIs in the table below. Each entry includes the controller name, HTTP method, and the corresponding endpoint.
| Controller | Method | URL |
|---|---|---|
| ApiTrafficController | GET | /api/apitraffic/{id} |
| ApiTrafficController | GET | /api/apitraffic |
| ApiTrafficController | POST | /api/apitraffic |
| ApiTrafficController | GET | /api/apitraffic/byCatalog/{id} |
| ApiTrafficController | GET | /api/apitraffic/byApplication/{id} |
| ApiTrafficController | POST | /api/apitraffic/setLimit |
| ApiTrafficController | POST | /api/apitraffic/removeLimit |
| ApiTrafficController | POST | /api/apitraffic/setMask |
| ApiTrafficController | PUT | /api/apitraffic/logUpdate |
| ApiTrafficController | POST | /api/apitraffic/getByIds |
| ApiTrafficController | DELETE | /api/apitraffic/{id} |
| ApiTrafficController | GET | /api/apitraffic/{id}/detail |
| ApiTrafficController | POST | /api/apitraffic/rescanProtected/start |
| ApiTrafficController | GET | /api/apitraffic/rescanProtected/status |
| ApiTrafficController | POST | /api/apitraffic/soap-operations |
| AttackController | POST | /api/attack/filter |
| AttackController | POST | /api/attack/filterByGroupId |
| AttackController | POST | /api/attack/vulnerabilityDetails |
| AttackController | GET | /api/attack/knownVulnerabilities |
| AttackController | GET | /api/attack/vulnerabilityIds |
| AttackController | POST | /api/attack/sendEvent/{attackId} |
| AttackController | PUT | /api/attack/update-falsePositive |
| AttackController | DELETE | /api/attack/remove-batch-exclude-list |
| AttackController | GET | /api/attack/getFalsePositive |
| AttackController | GET | /api/attack/getRawModel |
| AttackController | GET | /api/attack/getCurl |
| AttackController | GET | /api/attack/getRawResponseModel |
| AttackController | POST | /api/attack/vulnerabilityDetailsByAttackId |
| AttackController | POST | /api/attack/sendAlert |
| AttackController | PUT | /api/attack/update-attackGroup |
| AttackController | DELETE | /api/attack/deleteByFilter |
| AttackController | GET | /api/attack/locations |
| AttackController | GET | /api/attack/getDetails |
| AttackController | POST | /api/attack/findAll |
| ApiCatalogController | GET | /api/apicatalog |
| ApiCatalogController | PUT | /api/apicatalog |
| ApiCatalogController | DELETE | /api/apicatalog/{id} |
| ApiCatalogController | GET | /api/apicatalog/{applicationId} |
| ApiCatalogController | POST | /api/apicatalog/applicationIds |
| ApiCatalogController | GET | /api/apicatalog/byId/{catalogId} |
| ApiCatalogController | GET | /api/apicatalog/search |
| ApplicationController | PUT | /api/application |
| ApplicationController | GET | /api/application |
| ApplicationController | DELETE | /api/application/{id} |
| ApplicationController | GET | /api/application/search |
| ApplicationController | GET | /api/application/export |