Scan Status
Scan Status shows the history and real-time progress of all scans. The table auto-refreshes to show live updates for running scans. Click on a completed or failed scan to view detailed results including port findings and test outcomes.
Fields & Columns
| Name | Description |
|---|---|
| ID | Unique scan identifier, displayed as #N |
| Template | Name of the scan template used. Clickable link to results for completed/failed scans. |
| Status | Pending (queued), Running (in progress), Completed (success), or Failed (error). Clickable for completed/failed. |
| Started By | User who initiated the scan |
| Started | Timestamp when the scan was created |
| Completed | Timestamp when the scan finished (blank if still running) |
| Tests | Compliance test results shown as Pass (P), Fail (F), and Unexpected (U) counts. Pass means the observed port state matches the expected state defined in the template. Fail means an expected-open port was observed closed or unresponsive. Unexpected means a port was found open that has no expectation defined, which may indicate shadow IT or unauthorized services. |
Gotchas
- Auto-refresh can be toggled off — the button in the header shows the current interval or "Paused".
- The Tests column only appears for scans whose templates have expected results defined.
API Calls (6)
| Method | Path | Description |
|---|---|---|
| GET | /api/scans | List all scans with status and test results |
| GET | /api/scans/:id | Get single scan details |
| GET | /api/scans/:id/results | Get paginated scan results |
| GET | /api/scans/:id/results-with-tests | Get scan results with test comparison data |
| GET | /api/scans/:id/progress | Get live scan progress |
| POST | /api/scans/:id/save-tests | Save test baselines for a scan |
Related Pages
- Run Scan — Launch new scans that appear on the Status page
- Schedules — Automated scans also appear on the Status page
- Scan Templates — Templates define what gets scanned and expected results
- Scanners — Scanner configuration affects scan execution and progress
- Results — Click a completed scan to view its detailed results