| title | traceRouteHop resource type |
|---|---|
| description | Represents the network trace route hops collected for a media stream. |
| ms.localizationpriority | medium |
| author | mcm223 |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph.callRecords
[!INCLUDE beta-disclaimer]
Represents the network trace route hops collected for a media stream.
| 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. |
The following JSON representation shows the resource type.
{
"hopCount": "Int32",
"ipAddress": "String",
"roundTripTime": "String (duration)"
}