...
subscription_id
:page
: (Optional) Specify the page number. (Default: 1).size
: (Optional) Specify the number of results per page. (Default: 50; Maximum: 100).
Example request
Network Topology
The Network Topology API provides a structured way to access details about the connections between network elements within your environment. It captures information about the source and destination network elements, the protocols in use, and the specific interfaces facilitating these connections.
API Endpoint
Endpoint: /api/v1/network/topology
Method: GET
Parameters
analysis_id
(path parameter): The unique identifier for the analysis. This is a required parameter.Type:
string
(UUID)Description: The UUID of the network topology analysis to retrieve.
callflowKey
(query parameter): An optional parameter to filter the results based on a specific call flow key.Type:
string
Description: A key used to filter the network topology information by a particular call flow.