Tenable.io Asset Integration - Limit the Ingestion to a Subnet

Hafeez3
Tera Contributor

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"
    ]
 }
}

Hafeez3_0-1705717025415.png
Is anybody familiar with the Tenable Developer API? What is needed as additional parameters to fetch just a subnet of assets

 

2 REPLIES 2

Anil Lande
Kilo Patron

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.

 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

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