cloudPcReports resource type
Namespace: microsoft.graph
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 Windows 365 Cloud PC-related reports, including the Windows 365 Cloud PC remote connections report.
Use a method in the Methods section to get the corresponding report data in the response. Alternatively, you can use the cloudPCExportJob resource and specify a storage account URL to download the specific report.
Methods
Method | Return type | Description |
---|---|---|
Get action status reports | Stream | Get the remote action status reports, including data such as the Cloud PC ID, Cloud PC device display name, initiating user's principal name, device owner's user principal name, action taken, and action state. |
Get bulk action status reports | Stream | Get the bulk remote action status reports, including data such as the bulk action ID, bulk action display name, initiating user's principal name, action type, and action state. |
Get Cloud PC recommendation reports | Stream | Get the device recommendation reports for Cloud PCs, such as the usage category report. |
Get frontline report | Stream | Get Frontline Cloud PC license usage reports, such as servicePlanId, licenseCount, and claimedLicenseCount, for real-time, 7 days, or 28 days trend. |
Get inaccessible Cloud PC reports | Stream | Get inaccessible Cloud PCs with details, including the latest health state, failed connection count, failed health check count, and system status. |
Get raw remote connection reports | Stream | Get the raw real-time remote connection report for a Cloud PC without any calculation or aggregation. |
Get real time remote connection agency reports | Stream | Get the real-time remote connection latency reports like current round trip time and available bandwidth of a Cloud PC. |
Get real-time remote connection status reports | Stream | Get the real-time remote connection status reports like sign-in status or days since the last use of a Cloud PC. |
Get remove connection hitorical reports | Stream | Get a Cloud PC's remote connection historical reports, such as signInDateTime, signOutDateTime, or usageInHour, in a given period. |
Get total aggregated remote connection reports | Stream | Get the total aggregated remote connection reports, like usage and daysSinceLastUse, in a given period. |
Retrieve cross-region disaster recovery report | Stream | Retrieve the Windows 365 cross-region disaster recovery report with configuration health check results, disaster recovery status, latest cross-region restore points, and user settings. |
Retrieve connection quality reports | Stream | Get the overall connection quality reports for all devices in the current tenant, the regional connection quality trend report, and the regional connection quality insight report, including round trip time, available bandwidth, UPD usage, and dropped connections. |
Get daily aggregated remote connection reports | Stream | Get the daily aggregated remote connection reports like round trip time and available bandwidth in a given period. |
Get connection quality reports (deprecated) | Stream | Get the overall connection quality reports for all devices within a current tenant during a given period, including metrics like the average round trip time (P50), average available bandwidth, and UDP connection percentage. Also get other real-time metrics such as last connection round trip time, last connection client IP, last connection gateway, and last connection protocol. This API is deprecated and will stop returning data on December 31, 2024. Going forward, use the retrieveConnectionQualityReports API. |
Get shared use license usage report (deprecated) | Stream | Get the shared use license usage reports, such as servicePlanId, licenseCount, and claimedLicenseCount, for real-time, 7 days, or 28 days trend. |
Properties
Property | Type | Description |
---|---|---|
id | String | The unique identifier for the reports. Read-only. |
Relationships
Relationship | Type | Description |
---|---|---|
exportJobs | cloudPcExportJob collection | The export jobs created for downloading reports. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPcReports",
"id": "String (identifier)"
}