Topology

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

class TopologyAPI(api: restfly.session.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

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