Network: Detailed path trace

GET https://{{base_url}}/v6/endpoint-data/tests/net/path-vis/{{testId}}/{{agentId}}/{{roundId}}.json

(Network) Detailed path trace

Returns a hop-by-hop summary of the path trace data collected during path visualization. In each round, one path discovery attempt is made to reach the destination. The entire path is returned. A roundId must be specified.

Optional (Querystring) Parameters

  • format=json|xml optional, specifies the format of output requested. See Output Formats for more information
  • aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information

Request

Required parameters: * {testId} the ID of the test you wish to retrieve * {agentId} the ID of the endpoint agent from which you wish to obtain data * {roundId} the round ID for which you wish to obtain data. Equals the beginning of the testing round, in epoch time format.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring