List plugins
GET {{baseUrl}}/was/v2/plugins?limit=-54086346&offset=-54086346&sort=last_seen:desc,ipv4:asc
Returns a list of plugins used in Tenable.io Web Application Scanning scans.
Requires BASIC [16] user permissions. See Permissions.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | The number of records to retrieve. If this parameter is omitted, Tenable.io uses the default value of 10 . | |
offset | number | The starting record to retrieve. If this parameter is omitted, Tenable.io uses the default value of 0 . | |
sort | string | 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. |
RESPONSES
status: OK
{"page_number":0,"page_size":10,"order_by":"plugin_id","ordering":"asc","sort":[{"name":"plugin_id","order":"asc"}],"total_size":1266,"data":[{"plugin_id":98000,"name":"Scan Information","family":"General","policy":[]},{"plugin_id":98003,"name":"OS Detection","family":"General","policy":[]},{"plugin_id":98007,"name":"URI Blocked Due to Exclusion Rule","family":"General","policy":[]},{"plugin_id":98009,"name":"Web Application Sitemap","family":"General","policy":[]},{"plugin_id":98019,"name":"Network Timeout Encountered","family":"General","policy":[]},{"plugin_id":98024,"name":"HTTP Server Authentication Detected","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98025,"name":"HTTP Server Authentication Succeeded","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98026,"name":"HTTP Server Authentication Failed","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98033,"name":"Login Form Detected","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98034,"name":"Login Form Authentication Failed","family":"Authentication \u0026 Session","policy":[]}],"pagination":{"total":1266,"offset":0,"limit":10,"sort":[{"name":"plugin_id","order":"asc"}]},"items":[{"plugin_id":98000,"name":"Scan Information","family":"General","policy":[]},{"plugin_id":98003,"name":"OS Detection","family":"General","policy":[]},{"plugin_id":98007,"name":"URI Blocked Due to Exclusion Rule","family":"General","policy":[]},{"plugin_id":98009,"name":"Web Application Sitemap","family":"General","policy":[]},{"plugin_id":98019,"name":"Network Timeout Encountered","family":"General","policy":[]},{"plugin_id":98024,"name":"HTTP Server Authentication Detected","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98025,"name":"HTTP Server Authentication Succeeded","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98026,"name":"HTTP Server Authentication Failed","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98033,"name":"Login Form Detected","family":"Authentication \u0026 Session","policy":[]},{"plugin_id":98034,"name":"Login Form Authentication Failed","family":"Authentication \u0026 Session","policy":[]}]}