Tenable.io Asset Integration - Limit the Ingestion to a Subnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2024 06:24 PM
I need help with a test for Tenable.io and Tenable.sc integrations for VR . I am testing out the integration and need to limit the Asset Integration to just a Subset of Assets. I have gone in added the following in the Submit Asset Export REST HTTP Method of the REST Message Tenable.io Export Job
See added parameter in the Content Section:
{
"filters": {
"tag.Subnet": [
"Subnet1",
"Subnet2"
]
}
}
Is anybody familiar with the Tenable Developer API? What is needed as additional parameters to fetch just a subnet of assets

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2024 08:43 PM
Hi,
Please check below link for API definition.
You can find answers to your questions related to Tenable api.
https://developer.tenable.com/reference/exports-assets-request-export
scroll down to Body Parameters and expand the Filters object to see what all attributes are supported and expected inputs.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-20-2024 02:06 PM
Thanks Anil, I appreciate the link, I already visited this link and it helped me create the HTTP Parameters as you see in the image already. When I tested, it did not work, so I was hoping that someone has done this before as well and can provide example. Thanks again