Get third party camera discovery scan status
Returns the progress of the current/most-recent third-party camera discovery run in the org, so clients can show progress and distinguish not-started, in-progress, and complete (including complete-with-zero-cameras).
Authorizations
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
Headers
Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.
api-token, api, partner-api-token, partner-api Body
Request object for getting the progress of the current/most-recent third-party camera discovery run in the organization.
Response
OK
Progress of the current/most-recent third-party camera discovery run.
Number of cameras discovered so far in this run.
Whether discovery has ever been run for this org. When false, all other fields are unset/zero.
Whether a discovery run is still in progress (at least one Relay scan outstanding and the run is not stale).
Total number of Relays (NVRs) this run is scanning.
Per-Relay live scan progress and per-IP probe results (for troubleshooting).
Number of Relays whose scan has not yet finished. Zero means the run is complete.
Opaque id of the run, so clients can tell if a newer run superseded theirs.
Epoch millis when the run started.