Retrieve Agent Data for an Asset
User Permissions: Scan Manager (40)
An asset export response message does not include information related to Nessus agents installed on the exported assets.
Basic agent information you might find useful includes the following attributes of the agent list response: distro
, core_version
, last_connect
, status
, and groups
.
To retrieve agent data for an asset:
- Retrieve agent data.
- Match the agent data to the asset data using the common identifier:
Response Message | Attribute |
---|---|
GET /scanners/{scanner_id}/agents | uuid |
GET /assets/export/export_uuid/chunks/chunk_id | id |
Updated 22 days ago