traceRouteHop resource type

Namespace: microsoft.graph.callRecords

Represents the network trace route hops collected for a media stream.

Properties

Property Type Description
hopCount Int32 The network path count of this hop that was used to compute the RTT.
ipAddress String IP address used for this hop in the network trace.
roundTripTime Duration The time from when the trace route packet was sent from the client to this hop and back to the client, denoted in ISO 8601 format. For example, 1 second is denoted as PT1S, where P is the duration designator, T is the time designator, and S is the second designator.

JSON representation

The following is a JSON representation of the resource.

{
  "hopCount": "Int32",
  "ipAddress": "String",
  "roundTripTime": "String (duration)"
}