Topology

Methods described in this section relate to the topology API. These methods can be accessed at TenableIE.topology.

class TopologyAPI(api: APISession)[source]
details(profile_id: str) Dict[source]

Gets the representation of AD topology.

Parameters:

profile_id (str) – The profile instance identifier.

Returns:

Representation of AD topology.

Return type:

dict

Examples

>>> tie.topology.details(profile_id='1')