Request for information on scan sessions (GET)

Purpose

Obtaining information about the scan sessions.

Path

http://<server>:<port>/scans[?force] – request for a list of sessions.

http://<server>:<port>/scans/<unique scan session identifier>[?force] – request for information on a specific session.

Settings

The KESL container stores data about scan sessions in the memory and writes them to the scan results database.

The optional ?force setting initiates reading information from the database if several KESL container instances are working with the same database. If this setting is missing, information will be displayed only about the sessions that were initiated by a specific KESL container instance.

In this section

Request for the list of scan sessions

Request for information on a specific session

Page top