Skip to main content

Trace sets of packets through the network

POST 

/networks/:networkId/paths-bulk

Efficiently performs multiple path searches through the network.

See Path Search for an introduction applicable to all the path search operations.

If you wish to consume query results incrementally without loading all of them into memory at once, use the streaming variant of this operation instead.

Request

Responses

The response is an array containing a result (a PathSearchResponse or an error object) for each query in the request, in the same order. An error object has an "error": true property. Each query is evaluated independently.