Actions
List Scan Configurations
Returns a list of web application scan configurations. If a scan has been run using the configuration, the list also contains information about the last scan that was run.
To learn more, visit the Tenable documentation.
Parameters
Parameter | Description |
---|---|
Limit | The number of records to retrieve. If this parameter is omitted, Tenable.io uses the default value of 10 . The minimum value is 0 and the maximum value is 200 . If you need to retrieve more than 200 records, use the offset value to iterate through page responses. |
Offset | The starting record to retrieve. If this parameter is omitted, Tenable.io uses the default value of 0 . |
Sort | The field you want to use to sort the results by along with the sort order. The field is specified first, followed by a colon, and the order is specified second (asc or desc ). For example, name:desc would sort results by the name field in descending order.If you specify multiple fields, the fields must be separated by commas. For example, name:desc,created_at:asc would first sort results by the name field in descending order and then by the created_at field in ascending order. |
Example Output
Workflow Library Example
List Scan Configurations with Tenable and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?