v1

latestSwagger 2.02026-07-174510.2 KB

get/status

Response

The server was able to parse the request and handled it accordingly.

completed_cyclesinteger

The number of scan cycles natlas has completed since it was last started

cycle_start_timestring date-time nullable

The timestamp at which the current scan cycle started

effective_scope_sizeinteger

Effective Scope Size is a measure of the number of unique IP addresses in scope, excluding any IP addresses that appear in the blacklist

natlas_start_timestring date-time

The timestamp at which the natlas server was started

scans_this_cycleinteger

The number of scans that have been submitted with a scan_start time newer than cycle_start_time

avg_cycle_durationstring nullable

A human readable string measuring the average duration per completed scan cycle

Example response

{
  "completed_cycles": 4,
  "cycle_start_time": "Tue, 10 Mar 2020 02:01:26 GMT",
  "effective_scope_size": 16,
  "natlas_start_time": "Tue, 10 Mar 2020 02:01:16 GMT",
  "scans_this_cycle": 13,
  "avg_cycle_duration": "13d, 14h, 15m, 16s"
}