added

Tenable.io: Send Instructions to Multiple Scanners

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:

EndpointNameDescription
POST /scanners/directiveSend instructions to multiple scannersCreate 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.