networkInfo resource type
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 information about the network used in a call.
Properties
Property | Type | Description |
---|---|---|
bandwidthLowEventRatio | Double | Fraction of the call that the media endpoint detected the available bandwidth or bandwidth policy was low enough to cause poor quality of the audio sent. |
basicServiceSetIdentifier | String | The wireless LAN basic service set identifier of the media endpoint used to connect to the network. |
connectionType | microsoft.graph.callRecords.networkConnectionType | Type of network used by the media endpoint. Possible values are: unknown , wired , wifi , mobile , tunnel , unknownFutureValue . |
delayEventRatio | Double | Fraction of the call that the media endpoint detected the network delay was significant enough to impact the ability to have real-time two-way communication. |
dnsSuffix | String | DNS suffix associated with the network adapter of the media endpoint. |
ipAddress | String | IP address of the media endpoint. |
linkSpeed | Int64 | Link speed in bits per second reported by the network adapter used by the media endpoint. |
macAddress | String | The media access control (MAC) address of the media endpoint's network device. This value may be missing or shown as 02:00:00:00:00:00 due to operating system privacy policies. |
networkTransportProtocol | microsoft.graph.callRecords.networkTransportProtocol | Network protocol used for the transmission of stream. Possible values are: unknown , udp , tcp , unknownFutureValue . |
port | Int32 | Network port number used by media endpoint. |
receivedQualityEventRatio | Double | Fraction of the call that the media endpoint detected the network was causing poor quality of the audio received. |
reflexiveIPAddress | String | IP address of the media endpoint as seen by the media relay server. This is typically the public internet IP address associated to the endpoint. |
relayIPAddress | String | IP address of the media relay server allocated by the media endpoint. |
relayPort | Int32 | Network port number allocated on the media relay server by the media endpoint. |
sentQualityEventRatio | Double | Fraction of the call that the media endpoint detected the network was causing poor quality of the audio sent. |
subnet | String | Subnet used for media stream by the media endpoint. |
traceRouteHops | microsoft.graph.callRecords.traceRouteHop collection | List of network trace route hops collected for this media stream.* |
wifiBand | microsoft.graph.callRecords.wifiBand | WiFi band used by the media endpoint. Possible values are: unknown , frequency24GHz , frequency50GHz , frequency60GHz , unknownFutureValue . |
wifiBatteryCharge | Int32 | Estimated remaining battery charge in percentage reported by the media endpoint. |
wifiChannel | Int32 | WiFi channel used by the media endpoint. |
wifiMicrosoftDriver | String | Name of the Microsoft WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint. |
wifiMicrosoftDriverVersion | String | Version of the Microsoft WiFi driver used by the media endpoint. |
wifiRadioType | microsoft.graph.callRecords.wifiRadioType | Type of WiFi radio used by the media endpoint. Possible values are: unknown , wifi80211a , wifi80211b , wifi80211g , wifi80211n , wifi80211ac , wifi80211ax , unknownFutureValue . |
wifiSignalStrength | Int32 | WiFi signal strength in percentage reported by the media endpoint. |
wifiVendorDriver | String | Name of the WiFi driver used by the media endpoint. Value may be localized based on the language used by endpoint. |
wifiVendorDriverVersion | String | Version of the WiFi driver used by the media endpoint. |
Note
*By default, traceRouteHops will always return an empty array. Contact Microsoft support to enable reporting of trace route data for your organization.
JSON representation
The following JSON representation shows the resource type.
{
"bandwidthLowEventRatio": "Double",
"basicServiceSetIdentifier": "String",
"connectionType": "String",
"delayEventRatio": "Double",
"dnsSuffix": "String",
"ipAddress": "String",
"linkSpeed": "Int64",
"macAddress": "String",
"networkTransportProtocol": "String",
"port": "Int32",
"receivedQualityEventRatio": "Double",
"reflexiveIPAddress": "String",
"relayIPAddress": "String",
"relayPort": "Int32",
"sentQualityEventRatio": "Double",
"subnet": "String",
"traceRouteHops": [{"@odata.type": "microsoft.graph.callRecords.traceRouteHop"}],
"wifiBand": "String",
"wifiBatteryCharge": "Int32",
"wifiChannel": "Int32",
"wifiMicrosoftDriver": "String",
"wifiMicrosoftDriverVersion": "String",
"wifiRadioType": "String",
"wifiSignalStrength": "Int32",
"wifiVendorDriver": "String",
"wifiVendorDriverVersion": "String"
}