Interaction with the KESL container is implemented using the REST API.
Using the REST API, you can submit the following requests:
Example: POST http://<server>:<port>/scans One or multiple files. |
Example: POST http://<server>:<port>/scans Link to the Docker images to scan. |
Example: POST http://<server>:<port>/scans JSON of a certain type. |
Example: GET http://<server>:<port>/scans |
Example: GET http://<server>:<port>/scans/<unique scan session identifier> |
Example: POST http://<server>:<port>/addcert |