Actions
List Networks
Lists network objects for your organization.
Requires ADMINISTRATOR [64] user permissions. See [Permissions](doc:permissions).
To learn more, visit the Tenable documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter | A filter condition in the following format: field:operator:value . For network objects, you can only filter on the name field, using the following operators:- eq—The name of the returned network object is equal to the text you specify. |
- neq—The returned list of network objects excludes the network object where the name is equal to the text you specify.
- match—The returned list includes network objects where the name contains the text you specify at least partially.You can specify multiple
f
parameters, separated by ampersand (&) characters. If you specify multiplef
parameters, use theft
parameter to specify how Tenable.io applies the multiple filter conditions. | | Filter Join Type | The operator that Tenable.io applies if multiplef
parameters are present. TheOR
operator is the only supported value. If you omit this parameter and multiplef
parameters are present, Tenable.io applies theOR
operator by default. | | Include Deleted | Indicates whether Tenable.io includes deleted network objects in the response message. Deleted network objects contain the additional attributes,deleted
anddeleted_by
, which specifies the date (in Unix time) when the network object was deleted and the UUID of the user that deleted the network object. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The number of records to retrieve. If this parameter is omitted, Tenable.io uses the default value of 50 . |
Offset | The starting record to retrieve. If this parameter is omitted, Tenable.io uses the default value of 0 . |
Example Output
Workflow Library Example
List Networks with Tenable and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?