Object

ScanCountsByStatus

The total number of scans, sorted their current status.

Fields

scheduled(): Int!
The number of scans that are currently scheduled but have not yet started.
queued(): Int!
The number of scans that are due to start but are waiting for a free agent to perform them.
running(): Int!
The number of scans that are currently in progress.
succeeded(): Int!
The number of scans that have been successfully completed.
cancelled(): Int!
The number of scans that have been cancelled before they could finish.
failed(): Int!
The number of scans that were unable to finish due to errors.