Skip to content

Commit 9af2720

Browse files
authored
Update cloudpcreports-getcloudpcperformancereport.md
1 parent 83f8257 commit 9af2720

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

api-reference/beta/api/cloudpcreports-getcloudpcperformancereport.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,12 @@ The following table shows the parameters that you can use with this method.
5050
| filter | String | OData `$filter` syntax. Supported filters are: `and`, `or`, `gt`, and `eq`. |
5151
| groupBy | String collection | Specifies how to group the reports. If used, must have the same content as the **select** parameter. |
5252
| orderBy | String collection | Specifies how to sort the reports. |
53-
| reportName | cloudPCPerformanceReportName | The report name. The possible value is `performanceTrendReport`. |
53+
| reportName | cloudPCPerformanceReportName | The report name. The possible value are: `performanceTrendReport`, `unknownFutureValue`. The `performanceTrendReport` member 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. |
5454
| search | String | Specifies a String to search. |
5555
| select | String collection | OData `$select` syntax. The selected columns of the reports. |
5656
| skip | Int32 | Number of records to skip. |
5757
| top | Int32 | Specifies the page size. If not defined, the default is 25, with a maximum of 100. |
5858

59-
### cloudPCPerformanceReportName values
60-
61-
| Member | Description |
62-
| :--------------------------- | :---------------- |
63-
| 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. |
64-
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
65-
6659
## Response
6760

6861
If successful, this method returns a `200 OK` response code and a Stream object in the response body.

0 commit comments

Comments
 (0)