Fetch a summary of recent scans.

Prev Next
Get
/sys/v1/accounts/{acct_id}/replication/recent_scan_summary

Fetch a summary of recent scans.

Security
HTTP
Type bearer
API Key: apiKeyAuth
Header parameter nameAuthorization
Path parameters
acct_id
string (uuid) Required
Responses
2XX

Success result

Expand All
object
in_progress
object
started_at
string

The time the scan began.

Pattern^\d{4}\d{2}\d{2}T\d{2}\d{2}\d{2}Z$
Example20170509T070912Z
finished_at
string

The time the scan finished.

Pattern^\d{4}\d{2}\d{2}T\d{2}\d{2}\d{2}Z$
Example20170509T070912Z
error_message
string | null

Any error message returned by the scan. If this field is empty, the scan is either ongoing, or returned successfully.

last_completed
object
started_at
string

The time the scan began.

Pattern^\d{4}\d{2}\d{2}T\d{2}\d{2}\d{2}Z$
Example20170509T070912Z
finished_at
string

The time the scan finished.

Pattern^\d{4}\d{2}\d{2}T\d{2}\d{2}\d{2}Z$
Example20170509T070912Z
error_message
string | null

Any error message returned by the scan. If this field is empty, the scan is either ongoing, or returned successfully.

last_successful
object
started_at
string

The time the scan began.

Pattern^\d{4}\d{2}\d{2}T\d{2}\d{2}\d{2}Z$
Example20170509T070912Z
finished_at
string

The time the scan finished.

Pattern^\d{4}\d{2}\d{2}T\d{2}\d{2}\d{2}Z$
Example20170509T070912Z
error_message
string | null

Any error message returned by the scan. If this field is empty, the scan is either ongoing, or returned successfully.