This is a reference list for the Topologies API endpoints. Follow the links to see the details of each endpoint.
All of the endpoints use basic authorization.
The following endpoints relate to topologies:
/topologies: Creates and updates multiple topologies, and retrieves all active topologies.
/topologies/inactive: Retrieves all inactive topologies.
/topologies/{topologyName}: Retrieves and deletes a single topology.
/topologies/{topologyName}/clone: Clones a topology.
/topologies/{topologyName}/replace: Replaces an existing topology with another topology, or renames a topology.
The following endpoints relate to topology nodes:
/topologies/{topologyName}/nodes: Creates, retrieves, updates, and deletes multiple nodes.
/topologies/{topologyName}/nodes/{nodeName}: Retrieves a single node.
The following endpoints relate to topology links:
/topologies/{topologyName}/links: Creates, retrieves, and deletes multiple links.
/topologies/{topologyName}/links/{nodeName}: Retrieves and deletes all links for a node.
/topologies/{topologyName}/links/{sourceNode}/{sinkNode}: Retrieves a link between two nodes.
The following endpoints relate to topologies and Situations:
/situations/{situationID}/topologies: Retrieves the topologies related to the alerts in a specified Situation.
getSituationTopology: Retrieves the node and link details for a specified Situation and topology.