Refine Asset Export Requests
Refine the assets you export from Tenable Vulnerability Management using parameters in the request body of the /assets/export endpoint.
Request Body Example
{
"chunk_size": 100,
"filters": {
"servicenow_sysid": false,
"created_at": 1525781704,
"sources": [
"NESSUS_SCAN"
],
"tag.Location": [
"Chicago",
"Austin"
]
}
}
Updated 22 days ago