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 Cloud PC troubleshooting reports | Stream | Get troubleshooting reports for Cloud PCs. |
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 latency 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 remote connection historical 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 Cloud PC tenant metrics report | Stream | Get a report related to the performance of Cloud PCs. |
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 Cloud PC performance report (deprecated) | Stream | Get a report related to the performance of Cloud PCs. This API is deprecated and stopped returning data on December 31, 2024. Going forward, use the retrieveCloudPcTenantMetricsReport API. |
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 stopped 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. |
cloudPCPerformanceReportName values
Member | Description |
---|---|
performanceTrendReport | Indicates a daily aggregated report that provides a list of connection quality metrics for Cloud PCs over the past seven days within a tenant. The metrics include SlowRoundTripTimeCloudPcCount , LowUdpConnectionPercentageCount , NoTimeConnectedCloudPcCount , and LowTimeConnectedCloudPcCount . Each daily report is an aggregation of the previous 28 days, counted back from the trigger time. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
cloudPcInsightReport | Indicates Cloud PC-level configuration data with insights. |
cloudPCTroubleshootReportType values
Member | Description |
---|---|
troubleshootDetailsReport | The daily Cloud PC troubleshooting details, including performance issues, network issues, and reliability issues. |
troubleshootTrendCountReport | The aggregated report that shows the number and trend of issues per tenant. |
troubleshootRegionalReport | The daily regional aggregated report that shows network quality issues by region, including round-trip time issues, connection quality issues, and reliability issues. |
unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
troubleshootIssueCountReport | The aggregated report over 28 days that shows the number of performance issues, network issues, and reliability issues. |
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)"
}