added
Tenable.io: Send Instructions to Multiple Scanners
almost 2 years ago by Lance Duvall
The Tenable.io API now supports bulk scanner directives. A new endpoint has been added to allow customers to send instructions to multiple scanners. You can use the all_scanners
parameter along with the directive
object to send instructions. Alternatively, you can provide an array of scanner UUIDs in the scanners
parameter to send along with the directive
object to send instructions to a subset of scanners.
The new endpoint is described in the table below:
Endpoint | Name | Description |
---|---|---|
POST /scanners/directive | Send instructions to multiple scanners | Create instructions for multiple scanners to perform. The instructions are specifed in the directives object. There are two types of directive objects, a restart type and a settings type. |