Describe the solution you'd like
The TenableSC analysis query should allow for a query ID to be provided instead of building out the list of tuple filters. This will allow users to configure complex analysis filters within the Tenable.SC UI instead of building out Python tuples.
Describe alternatives you've considered
Currently, to do this type of feature you'd need to parse the filters returned by a GET to /query/{id} and convert the dictionaries to tuples.
Describe the solution you'd like The TenableSC analysis query should allow for a query ID to be provided instead of building out the list of tuple filters. This will allow users to configure complex analysis filters within the Tenable.SC UI instead of building out Python tuples.
Describe alternatives you've considered Currently, to do this type of feature you'd need to parse the filters returned by a GET to /query/{id} and convert the dictionaries to tuples.