tenable_list_assets
Retrieve a paginated list of security assets with filters for hostname, IP address, tracking method, or network to identify inventory in Tenable Vulnerability Management.
Instructions
List assets from Tenable Vulnerability Management.
Returns a paginated list of assets with optional filters for hostname, IP address, tracking method, and network.
Example: Input: {"hostname": "web-server", "limit": 10} Output: {"assets": [...], "total": 10}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ipv4 | No | ||
| ipv6 | No | ||
| limit | No | ||
| hostname | No | ||
| network_id | No | ||
| tracking_method | No |