This API resource is only usable in Tenable.sc Director.
/mgmt/scanResult
Methods
Gets the list of Director Scan Results. A Director Scan Result is Director's copy of a Scan Result from a SCI.
Fields Parameter
Request Parameters
Filter Parameters
running - Only Scan Results that are currently running will be returned. By default, both running and completed Scan Results are returned.
completed - Only Scan Results that have completed will be returned. By default, both running and completed Scan Results are returned.
Example Response
/mgmt/scanResult/{id}
Methods
Gets the Director Scan Result associated with {id}. A Director Scan Result is Director's copy of a Scan Result from a SCI.
Fields Parameter
Request Parameters
None
Example Response
/mgmt/scanResult/{id}/email
Methods
Emails the Scan Result associated with Director {id}.
For documentation please consult the normal Scan Result email endpoint documentation.
/mgmt/scanResult/{id}/stop
Methods
Stops the Scan Result on the Tenable.sc Instance associated with Director {id}.
A HTTP 200 from this endpoint does not mean your Scan Result was paused successfully. A job is queued up on Director to check and update the Director Scan Result information for when the Scan Result actually stops.
Request Parameters
type - "discard","import", or "rollover" for what to do with the Scan Result once the stop finishes. "discard" will discard the Scan Result, "import" will import any data Tenable.sc already has, and "rollover" will import any data Tenable.sc already has and create a rollover scan to cover any unscanned targets.
Example Response
/mgmt/scanResult/{id}/pause
Methods
Pauses the Scan Result on the Tenable.sc Instance associated with Director {id}.
A HTTP 200 from this endpoint does not mean your Scan Result was paused successfully. A job is queued up on Director to check and update the Director Scan Result information for when the Scan Result actually pauses.
Request Parameters
None
Example Response
/mgmt/scanResult/{id}/resume
Methods
Resumes the Scan Result on the Tenable.sc Instance associated with Director {id}.
A HTTP 200 from this endpoint does not mean your Scan Result was resumed successfully. A job is queued up on Director to check and update the Director Scan Result information for when the Scan Result actually resumes.
Request Parameters
None
Example Response
/mgmt/scanResult/{id}/retrieve
Methods
Instructs Tenable.sc director to download (retrieve) the Scan Result on the SCI associated with Director {id} from the SCI to Director.
A HTTP 200 from this endpoint does not mean your Scan Result was retrieved successfully. A job is queued up on Director to download the Scan Result and update the Director Scan Result information for when that Scan Result is actually retrieved.
Example Response
/mgmt/scanResult/{id}/download
Methods
Downloads the Scan Result on the SCI associated with Director {id}.
For documentation please consult the normal Scan Result download endpoint documentation.