Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.callRecords
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the network trace route hops collected for a media stream.
The traceRouteHops collection is not currently supported and returns an empty array.
Properties
| Property | Type | Description |
|---|---|---|
| hopCount | Int32 | The network path count of this hop that was used to compute the round-trip time. |
| 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 JSON representation shows the resource type.
{
"hopCount": "Int32",
"ipAddress": "String",
"roundTripTime": "String (duration)"
}