This API resource is only usable in Tenable.sc Director.
/mgmt/scanner
Methods
GET
Gets the list of Scanners. A Director Scanner is a Director's copy of a Scanner from a SCI.
Fields Parameter
Request Parameters
None
Example Response
POST
Adds a Scanner to an SCI.
Request Parameters
Example Response
/mgmt/scanner/{id}
Methods
GET
Gets the Scanner associated with Director {id}.
Fields Parameter
Request Parameters
None
Example Response
PATCH
Edits the Scanner associated with Director{id}, changing only the passed in fields.
Request Parameters
(All fields are optional)
See /scanner::POST for parameters.
Note: The sciID
is not changeable on a Director Scanner.
Example Response
DELETE
Deletes the Scanner associated with Director {id}.
Request Parameters
None