Updates from: 06/08/2022 01:24:57
Service Microsoft Docs article Related commit history on GitHub Change details
v1.0 Cloudpc Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/cloudpc-get.md
Title: "Get cloudPC"
-description: "View the properties and relationships of a cloudPC object."
+description: "Read the properties and relationships of a specific cloudPC object."
ms.localizationpriority: medium ms.prod: "cloud-pc"
GET /deviceManagement/virtualEndpoint/cloudPCs/{id}
## Optional query parameters
-This method supports `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
+This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
## Request headers
v1.0 Domain Promote https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/api/domain-promote.md
+
+ Title: "domain: promote"
+description: "Promote a verified subdomain to the root domain."
+
+ms.localizationpriority: medium
++
+# domain: promote
+
+Namespace: microsoft.graph
++
+Promote a verified subdomain to the root domain. A verified domain has its **isVerified** property set to `true`.
+
+## Permissions
+
+One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
+
+|Permission type | Permissions |
+|:--|:-|
+|Delegated (work or school account) | Domain.ReadWrite.All |
+|Delegated (personal Microsoft account) | Not supported. |
+|Application | Domain.ReadWrite.All |
+
+## HTTP request
+
+<!-- { "blockType": "ignored" } -->
+```http
+POST /domains/{id}/promote
+```
+
+> For {id}, specify the domain with its fully qualified domain name.
+
+## Request headers
+
+| Name | Description|
+|:|:-|
+| Authorization | Bearer {token}. Required.|
+| Content-Type | application/json |
+
+## Request body
+
+## Response
+
+If successful, this call returns a `200 OK` response and a Boolean value that specifies the publishing status of the content type.
+
+## Example
+
+### Request
+
+<!-- {
+ "blockType": "request",
+ "name": "domain_promote"
+}-->
+```http
+POST https://graph.microsoft.com/beta/domains/contoso.com/promote
+```
+
+### Response
+
+<!-- {
+ "blockType": "response",
+ "truncated": true,
+ "@odata.type": "string"
+}
+-->
+
+```http
+HTTP/1.1 200 OK
+Content-type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/beta/$metadata#Edm.Boolean",
+ "value": true
+}
+```
v1.0 Callrecords Mediastream https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/callrecords-mediastream.md
Represents information about a media stream between two endpoints in a call.
| Property | Type | Description | |:-|:|:|
+|audioCodec|microsoft.graph.callRecords.audioCodec|Codec name used to encode audio for transmission on the network. Possible values are: `unknown`, `invalid`, `cn`, `pcma`, `pcmu`, `amrWide`, `g722`, `g7221`, `g7221c`, `g729`, `multiChannelAudio`, `muchv2`, `opus`, `satin`, `satinFullband`, `rtAudio8`, `rtAudio16`, `silk`, `silkNarrow`, `silkWide`, `siren`, `xmsRTA`, `unknownFutureValue`.|
|averageAudioDegradation|Double|Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio.| |averageAudioNetworkJitter|Duration|Average jitter for the stream computed as specified in [RFC 3550][], 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.| |averageBandwidthEstimate|Int64|Average estimated bandwidth available between two endpoints in bits per second.|
Represents information about a media stream between two endpoints in a call.
|startDateTime|DateTimeOffset|UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`| |streamDirection|microsoft.graph.callRecords.mediaStreamDirection|Indicates the direction of the media stream. Possible values are: `callerToCallee`, `calleeToCaller`.| |streamId|String|Unique identifier for the stream.|
+|videoCodec|microsoft.graph.callRecords.videoCodec|Codec name used to encode video for transmission on the network. Possible values are: `unknown`, `invalid`, `av1`, `h263`, `h264`, `h264s`, `h264uc`, `h265`, `rtvc1`, `rtVideo`, `xrtvc1`, `unknownFutureValue`.|
|wasMediaBypassed|Boolean|True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.|
The following is a JSON representation of the resource.
```json {
+ "audioCodec": "String",
"averageAudioDegradation": "Double", "averageAudioNetworkJitter": "String (duration)", "averageBandwidthEstimate": 1024,
The following is a JSON representation of the resource.
"startDateTime": "String (timestamp)", "streamDirection": "String", "streamId": "String",
+ "videoCodec": "String",
"wasMediaBypassed": true } ```
v1.0 Callrecords Networkinfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/callrecords-networkinfo.md
Title: "networkInfo resource type"
-description: "The networkInfo type"
+description: "Represents information about the network used in a call."
ms.localizationpriority: medium ms.prod: "cloud-communications"
Represents information about the network used in a call.
|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.|
+|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.|
Represents information about the network used in a call.
|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](callrecords-traceroutehop.md) 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.|
The following is a JSON representation of the resource.
"delayEventRatio": "Double", "dnsSuffix": "String", "ipAddress": "String",
- "linkSpeed": 1024,
+ "linkSpeed": "Int64",
"macAddress": "String",
- "port": 1024,
+ "networkTransportProtocol": "String",
+ "port": "Int32",
"receivedQualityEventRatio": "Double", "reflexiveIPAddress": "String", "relayIPAddress": "String",
- "relayPort": 1024,
+ "relayPort": "Int32",
"sentQualityEventRatio": "Double", "subnet": "String",
+ "traceRouteHops": [{"@odata.type": "microsoft.graph.callRecords.traceRouteHop"}],
"wifiBand": "String",
- "wifiBatteryCharge": 1024,
- "wifiChannel": 1024,
+ "wifiBatteryCharge": "Int32",
+ "wifiChannel": "Int32",
"wifiMicrosoftDriver": "String", "wifiMicrosoftDriverVersion": "String", "wifiRadioType": "String",
- "wifiSignalStrength": 1024,
+ "wifiSignalStrength": "Int32",
"wifiVendorDriver": "String", "wifiVendorDriverVersion": "String" }
v1.0 Callrecords Traceroutehop https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/callrecords-traceroutehop.md
+
+ Title: "traceRouteHop resource type"
+description: "Represents the network trace route hops collected for a media stream."
+ms.localizationpriority: medium
+++
+# traceRouteHop resource type
+
+Namespace: microsoft.graph.callRecords
++
+Represents the network trace route hops collected for a [media stream](callrecords-mediastream.md).
+
+## 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.
+
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.callRecords.traceRouteHop"
+}-->
+
+```json
+{
+ "hopCount": "Int32",
+ "ipAddress": "String",
+ "roundTripTime": "String (duration)"
+}
+```
+
+[ISO 8601]: https://www.iso.org/iso/iso8601
v1.0 Domain https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/domain.md
To associate a domain with a tenant:
|[Delete domain](../api/domain-delete.md) | None |Deletes a domain.| |[ForceDelete domain](../api/domain-forcedelete.md)|None|Deletes a domain using an asynchronous operation.| |[Verify domain](../api/domain-verify.md)|[domain](domain.md)|Validates the ownership of the domain.|
+|[Promote domain](../api/domain-promote.md)|Boolean|Promote a verified subdomain to the root domain.|
## Properties
v1.0 Enums Callrecords https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/enums-callrecords.md
Namespace: microsoft.graph.callRecords
| tunnel | unknownFutureValue
+### networkTransportProtocol values
+
+| Member |
+|:-|
+| unknown |
+| udp |
+| tcp |
+| unknownFutureValue |
+ ### productFamily values | Member
Namespace: microsoft.graph.callRecords
|microsoft| |operator|
+### audioCodec values
+
+| Member |
+|:-|
+| unknown |
+| invalid |
+| cn |
+| pcma |
+| pcmu |
+| amrWide |
+| g722 |
+| g7221 |
+| g7221c |
+| g729 |
+| multiChannelAudio |
+| muchv2 |
+| opus |
+| satin |
+| satinFullband |
+| rtAudio8 |
+| rtAudio16 |
+| silk |
+| silkNarrow |
+| silkWide |
+| siren |
+| xmsRta |
+| unknownFutureValue |
+
+### videoCodec values
+
+| Member |
+|:-|
+| unknown |
+| invalid |
+| av1 |
+| h263 |
+| h264 |
+| h264s |
+| h264uc |
+| h265 |
+| rtvc1 |
+| rtVideo |
+| xrtvc1 |
+| unknownFutureValue |
+ <!-- { "type": "#page.annotation",
v1.0 Loginpagetextvisibilitysettings https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/beta/resources/loginpagetextvisibilitysettings.md
This is a complex type that represents the various texts that can be hidden on t
|Property|Type|Description| |:|:|:|
+| hideAccountResetCredentials | Boolean | Option to hide the self-service password reset (SSPR) hyperlinks such as "Can't access your account?", "Forgot my password" and "Reset it now" on the sign-in form. |
| hideCannotAccessYourAccount | Boolean | Option to hide the self-service password reset (SSPR) "Can't access your account?" hyperlink on the sign-in form. | | hideForgotMyPassword | Boolean | Option to hide the self-service password reset (SSPR) "Forgot my password" hyperlink on the sign-in form. | | hideResetItNow | Boolean | Option to hide the self-service password reset (SSPR) "reset it now" hyperlink on the sign-in form. |
The following is a JSON representation of the resource.
``` json { "@odata.type": "#microsoft.graph.loginPageTextVisibilitySettings",
+ "hideAccountResetCredentials": "Boolean",
"hideCannotAccessYourAccount": "Boolean", "hideForgotMyPassword": "Boolean", "hidePrivacyAndCookies": "Boolean",
v1.0 Reportroot Getteamsdeviceusagedistributionusercounts https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/reportroot-getteamsdeviceusagedistributionusercounts.md
The CSV file has the following headers for columns:
- iOS - Mac - Windows
+- Chrome OS
+- Linux
- Report Period
+> [!CAUTION]
+> The **Windows Phone** column is deprecated and its value will always be `0`. It's kept in the response for backward compatibility reasons.
+ ## Example #### Request
Follow the 302 redirection and the CSV file that downloads will have the followi
HTTP/1.1 200 OK Content-Type: application/octet-stream
-Report Refresh Date,Web,Windows Phone,Android Phone,iOS,Mac,Windows,Report Period
+Report Refresh Date,Web,Windows Phone,Android Phone,iOS,Mac,Windows,Chrome OS,Linux,Report Period
``` <!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79 2015-10-25 14:57:30 UTC -->
v1.0 Reportroot Getteamsdeviceusageusercounts https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/reportroot-getteamsdeviceusageusercounts.md
The CSV file has the following headers for columns:
- iOS - Mac - Windows
+- Chrome OS
+- Linux
- Report Date - Report Period
+> [!CAUTION]
+> The **Windows Phone** column is deprecated and its value will always be `0`. It's kept in the response for backward compatibility reasons.
+ ## Example #### Request
Follow the 302 redirection and the CSV file that downloads will have the followi
HTTP/1.1 200 OK Content-Type: application/octet-stream
-Report Refresh Date,Web,Windows Phone,Android Phone,iOS,Mac,Windows,Report Date,Report Period
+Report Refresh Date,Web,Windows Phone,Android Phone,iOS,Mac,Windows,Chrome OS,Linux,Report Date,Report Period
``` <!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79 2015-10-25 14:57:30 UTC -->
v1.0 Reportroot Getteamsdeviceusageuserdetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/reportroot-getteamsdeviceusageuserdetail.md
The CSV file has the following headers for columns:
- Used Mac - Used Android Phone - Used Windows
+- Used Chrome OS
+- Used Linux
+- Is Licensed
- Report Period ## Example ### Request
-The following is an example of a request.
+The following is an example of the request.
<!-- { "blockType": "ignored",
Follow the 302 redirection and the CSV file that downloads will have the followi
HTTP/1.1 200 OK Content-Type: application/octet-stream
-Report Refresh Date,User Id,User Principal Name,Last Activity Date,Is Deleted,Deleted Date,Used Web,Used Windows Phone,Used iOS,Used Mac,Used Android Phone,Used Windows,Report Period
+Report Refresh Date,User Id,User Principal Name,Last Activity Date,Is Deleted,Deleted Date,Used Web,Used Windows Phone,Used iOS,Used Mac,Used Android Phone,Used Windows,Used Chrome OS,Used Linux,Is Licensed,Report Period
``` <!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79 2015-10-25 14:57:30 UTC -->
v1.0 Reportroot Getteamsuseractivitycounts https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/reportroot-getteamsuseractivitycounts.md
Title: "reportRoot: getTeamsUserActivityCounts"
-description: "Get the number of Microsoft Teams activities by activity type. The activity types are team chat messages, private chat messages, calls, and meetings."
+description: "Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users."
ms.localizationpriority: medium ms.prod: "reports"
doc_type: apiPageType
Namespace: microsoft.graph
-Get the number of Microsoft Teams activities by activity type. The activity types are team chat messages, private chat messages, calls, and meetings.
+Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users.
## Permissions
The CSV file has the following headers for columns:
- Report Refresh Date - Report Date - Team Chat Messages
+- Post Messages
+- Reply Messages
- Private Chat Messages - Calls - Meetings
+- Audio Duration
+- Video Duration
+- Screen Share Duration
+- Meetings Organized
+- Meetings Attended
- Report Period ## Example
Follow the 302 redirection and the CSV file that downloads will have the followi
HTTP/1.1 200 OK Content-Type: application/octet-stream
-Report Refresh Date,Report Date,Team Chat Messages,Private Chat Messages,Calls,Meetings,Report Period
+Report Refresh Date,Report Date,Team Chat Messages,Post Messages,Reply Messages,Private Chat Messages,Calls,Meetings,Audio Duration,Video Duration,Screen Share Duration,Meetings Organized,Meetings Attended,Report Period
``` <!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79 2015-10-25 14:57:30 UTC -->
v1.0 Reportroot Getteamsuseractivityuserdetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/api/reportroot-getteamsuseractivityuserdetail.md
In the request URL, provide one of the following parameters with a valid value.
| : | : | | Authorization | Bearer {token}. Required. |
+## Request body
+
+Do not supply a request body for this method.
+ ## Response If successful, this method returns a `302 Found` response that redirects to a preauthenticated download URL for the report. That URL can be found in the `Location` header in the response.
Preauthenticated download URLs are only valid for a short period of time (a few
The CSV file has the following headers for columns: - Report Refresh Date
+- Tenant Display Name
+- Shared Channel Tenant Display Names
- User Id - User Principal Name - Last Activity Date
The CSV file has the following headers for columns:
- Private Chat Message Count - Call Count - Meeting Count
+- Post Messages
+- Reply Messages
+- Urgent Messages
+- Meetings Organized Count
+- Meetings Attended Count
+- Ad Hoc Meetings Organized Count
+- Ad Hoc Meetings Attended Count
+- Scheduled One-time Meetings Organized Count
+- Scheduled One-time Meetings Attended Count
+- Scheduled Recurring Meetings Organized Count
+- Scheduled Recurring Meetings Attended Count
+- Audio Duration
+- Video Duration
+- Screen Share Duration
+- Audio Duration In Seconds
+- Video Duration In Seconds
+- Screen Share Duration In Seconds
- Has Other Action
+- Is Licensed
- Report Period ## Example
Follow the 302 redirection and the CSV file that downloads will have the followi
HTTP/1.1 200 OK Content-Type: application/octet-stream
-Report Refresh Date,User Id,User Principal Name,Last Activity Date,Is Deleted,Deleted Date,Assigned Products,Team Chat Message Count,Private Chat Message Count,Call Count,Meeting Count,Has Other Action,Report Period
+Report Refresh Date,Tenant Display Name,Shared Channel Tenant Display Names,User Id,User Principal Name,Last Activity Date,Is Deleted,Deleted Date,Assigned Products,Team Chat Message Count,Private Chat Message Count,Call Count,Meeting Count,Post Messages,Reply Messages,Urgent Messages,Meetings Organized Count,Meetings Attended Count,Ad Hoc Meetings Organized Count,Ad Hoc Meetings Attended Count,Scheduled One-time Meetings Organized Count,Scheduled One-time Meetings Attended Count,Scheduled Recurring Meetings Organized Count,Scheduled Recurring Meetings Attended Count,Audio Duration,Video Duration,Screen Share Duration,Audio Duration In Seconds,Video Duration In Seconds,Screen Share Duration In Seconds,Has Other Action,Is Licensed,Report Period
``` <!-- uuid: 8fcb5dbc-d5aa-4681-8e31-b001d5168d79 2015-10-25 14:57:30 UTC -->
v1.0 Callrecords Mediastream https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/callrecords-mediastream.md
Represents information about a media stream between two endpoints in a call.
| Property | Type | Description | |:-|:|:|
+|audioCodec|microsoft.graph.callRecords.audioCodec|Codec name used to encode audio for transmission on the network. Possible values are: `unknown`, `invalid`, `cn`, `pcma`, `pcmu`, `amrWide`, `g722`, `g7221`, `g7221c`, `g729`, `multiChannelAudio`, `muchv2`, `opus`, `satin`, `satinFullband`, `rtAudio8`, `rtAudio16`, `silk`, `silkNarrow`, `silkWide`, `siren`, `xmsRTA`, `unknownFutureValue`.|
|averageAudioDegradation|Double|Average Network Mean Opinion Score degradation for stream. Represents how much the network loss and jitter has impacted the quality of received audio.| |averageAudioNetworkJitter|Duration|Average jitter for the stream computed as specified in [RFC 3550][], 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.| |averageBandwidthEstimate|Int64|Average estimated bandwidth available between two endpoints in bits per second.|
Represents information about a media stream between two endpoints in a call.
|startDateTime|DateTimeOffset|UTC time when the stream started. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`| |streamDirection|microsoft.graph.callRecords.mediaStreamDirection|Indicates the direction of the media stream. Possible values are: `callerToCallee`, `calleeToCaller`.| |streamId|String|Unique identifier for the stream.|
+|videoCodec|microsoft.graph.callRecords.videoCodec|Codec name used to encode video for transmission on the network. Possible values are: `unknown`, `invalid`, `av1`, `h263`, `h264`, `h264s`, `h264uc`, `h265`, `rtvc1`, `rtVideo`, `xrtvc1`, `unknownFutureValue`.|
|wasMediaBypassed|Boolean|True if the media stream bypassed the Mediation Server and went straight between client and PSTN Gateway/PBX, false otherwise.|
The following is a JSON representation of the resource.
```json {
+ "audioCodec": "String",
"averageAudioDegradation": "Double", "averageAudioNetworkJitter": "String (duration)", "averageBandwidthEstimate": 1024,
The following is a JSON representation of the resource.
"startDateTime": "String (timestamp)", "streamDirection": "String", "streamId": "String",
+ "videoCodec": "String",
"wasMediaBypassed": true } ```
v1.0 Callrecords Networkinfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/callrecords-networkinfo.md
Title: "networkInfo resource type"
-description: "The networkInfo type"
+description: "Represents information about the network used in a call."
ms.localizationpriority: medium ms.prod: "cloud-communications"
Represents information about the network used in a call.
|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.|
+|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.|
Represents information about the network used in a call.
|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](callrecords-traceroutehop.md) 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.|
The following is a JSON representation of the resource.
"delayEventRatio": "Double", "dnsSuffix": "String", "ipAddress": "String",
- "linkSpeed": 1024,
+ "linkSpeed": "Int64",
"macAddress": "String",
- "port": 1024,
+ "networkTransportProtocol": "String",
+ "port": "Int32",
"receivedQualityEventRatio": "Double", "reflexiveIPAddress": "String", "relayIPAddress": "String",
- "relayPort": 1024,
+ "relayPort": "Int32",
"sentQualityEventRatio": "Double", "subnet": "String",
+ "traceRouteHops": [{"@odata.type": "microsoft.graph.callRecords.traceRouteHop"}],
"wifiBand": "String",
- "wifiBatteryCharge": 1024,
- "wifiChannel": 1024,
+ "wifiBatteryCharge": "Int32",
+ "wifiChannel": "Int32",
"wifiMicrosoftDriver": "String", "wifiMicrosoftDriverVersion": "String", "wifiRadioType": "String",
- "wifiSignalStrength": 1024,
+ "wifiSignalStrength": "Int32",
"wifiVendorDriver": "String", "wifiVendorDriverVersion": "String" }
v1.0 Callrecords Traceroutehop https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/callrecords-traceroutehop.md
+
+ Title: "traceRouteHop resource type"
+description: "Represents the network trace route hops collected for a media stream."
+ms.localizationpriority: medium
+++
+# traceRouteHop resource type
+
+Namespace: microsoft.graph.callRecords
+
+Represents the network trace route hops collected for a [media stream](callrecords-mediastream.md).
+
+## 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.
+
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.callRecords.traceRouteHop"
+}-->
+
+```json
+{
+ "hopCount": "Int32",
+ "ipAddress": "String",
+ "roundTripTime": "String (duration)"
+}
+```
+
+[ISO 8601]: https://www.iso.org/iso/iso8601
v1.0 Enums Callrecords https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/enums-callrecords.md
Namespace: microsoft.graph.callRecords
| tunnel | unknownFutureValue
+### networkTransportProtocol values
+
+| Member |
+|:-|
+| unknown |
+| udp |
+| tcp |
+| unknownFutureValue |
+ ### productFamily values | Member
Namespace: microsoft.graph.callRecords
|microsoft| |operator|
+### audioCodec values
+
+| Member |
+|:-|
+| unknown |
+| invalid |
+| cn |
+| pcma |
+| pcmu |
+| amrWide |
+| g722 |
+| g7221 |
+| g7221c |
+| g729 |
+| multiChannelAudio |
+| muchv2 |
+| opus |
+| satin |
+| satinFullband |
+| rtAudio8 |
+| rtAudio16 |
+| silk |
+| silkNarrow |
+| silkWide |
+| siren |
+| xmsRta |
+| unknownFutureValue |
+
+### videoCodec values
+
+| Member |
+|:-|
+| unknown |
+| invalid |
+| av1 |
+| h263 |
+| h264 |
+| h264s |
+| h264uc |
+| h265 |
+| rtvc1 |
+| rtVideo |
+| xrtvc1 |
+| unknownFutureValue |
+ <!-- { "type": "#page.annotation",
v1.0 Microsoft Teams User Activity Reports https://github.com/microsoftgraph/microsoft-graph-docs/commits/main/api-reference/v1.0/resources/microsoft-teams-user-activity-reports.md
Use the Microsoft Teams activity reports to get insights into the Microsoft Team
| Method | Return Type | Description | | : | :- | : | | [Get user detail](../api/reportroot-getteamsuseractivityuserdetail.md) | Stream | Get details about Microsoft Teams user activity by user. |
-| [Get activity counts](../api/reportroot-getteamsuseractivitycounts.md) | Stream | Get the number of Microsoft Teams activities by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings. |
+| [Get activity counts](../api/reportroot-getteamsuseractivitycounts.md) | Stream | Get the number of Microsoft Teams activities by activity type. The activities are performed by Microsoft Teams licensed users. |
| [Get user counts](../api/reportroot-getteamsuseractivityusercounts.md) | Stream | Get the number of users by activity type. The activity types are number of teams chat messages, private chat messages, calls, or meetings. |