Parameter | Description |
---|---|
Chunk Size | Specifies the number of assets per exported chunk. The range is 100-10000. If you specify a value outside of that range, Tenable.io returns a 400 error. Note: Using smaller chunks size can improve performance. Tenable does not recommend using a chunk size larger than 5000 as the potential for an error increases above this amount. |
Filter By Creation Date | Returns all assets created later than the date specified. The specified date must be in the Unix timestamp format. |
Filter By Deletion Date | Returns all assets deleted later than the date specified. The specified date must in the Unix timestamp format. |
Parameter | Description |
---|---|
First Scan Time | Returns all assets with a first scan time later than the date specified. The specified date must be in the Unix timestamp format. |
Is Deleted | When set to true , returns assets which have any value for the deleted_at attribute. |
Is Licensed | Specifies whether the asset is included in the asset count for the Tenable.io instance. If true , Tenable.io returns only licensed assets. If false , Tenable.io returns all assets, both licensed and unlicensed. |
Is Terminated | When set to true , returns assets which have any value for the terminated_at attribute. |
Network ID | The ID of the network object associated with scanners that identified the assets you want to export. The default network ID is 00000000-0000-0000-0000-000000000000 . To determine the ID of a custom network, use the GET /networks endpoint. For more information about network objects, see Manage Networks. |