Return a list of edges between nodes, including the number of methods associated with each edge.

External Documentation

To learn more, visit the SafeBreach documentation.

Parameters

ParameterDescription
Plan Run IDsA pipe-separated list of plan run IDs to filter insights by.

Example Output

{
	"results": [
		{
			"attackerNodeId": "<integer>",
			"targetNodeId": "<integer>",
			"packageId": "<integer>",
			"count": "<integer>"
		},
		{
			"attackerNodeId": "<integer>",
			"targetNodeId": "<integer>",
			"packageId": "<integer>",
			"count": "<integer>"
		}
	]
}

Workflow Library Example

Get Simulation Stats with Safebreach and Send Results Via Email

Preview this Workflow on desktop