Requires BASIC [16] user permissions. See [Permissions](doc:permissions).

To learn more, visit the Tenable documentation.

Example Output

{    "value": {        "filters": [            {                "control": {                    "readable_regex": "X.Y.Z",                    "regex": ".*",                    "type": "entry"                },                "name": "core_version",                "operators": [                    "eq",                    "neq",                    "match",                    "nmatch"                ],                "readable_name": "Version"            },            {                "control": {                    "readable_regex": "Distro Name (e.g. es7-x86-64)",                    "regex": ".*",                    "type": "entry"                },                "name": "distro",                "operators": [                    "match",                    "nmatch"                ],                "readable_name": "Distro"            },            {                "control": {                    "list": [                        {                            "id": -1,                            "name": "None"                        },                        {                            "id": 106592,                            "name": "slibs"                        }                    ],                    "type": "dropdown"                },                "name": "groups",                "operators": [                    "eq",                    "neq"                ],                "readable_name": "Member of Group"            }        ],        "sort": {            "sortable_fields": [                "core_version",                "distro",                "ip",                "last_connect",                "last_scanned",                "name",                "platform",                "plugin_feed_id"            ]        },        "wildcard_fields": [            "core_version",            "distro",            "groups"        ]    }}

Workflow Library Example

List Filters for Agents with Tenable and Send Results Via Email

Preview this Workflow on desktop