Skip to content

Commit 0b9495e

Browse files
authored
Update cloudpcreports-getinaccessiblecloudpcreports.md
1 parent d66b1f3 commit 0b9495e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following table shows the parameters that you can use with this method.
5353
| filter | String | OData `$filter` syntax. Only `and`, `or`, `gt` ,`ge` and `eq` are currently supported. |
5454
| groupBy | String collection | Specifies how to group the reports. If used, must have the same content as the select parameter.|
5555
| orderBy | String collection | Specifies how to sort the reports. |
56-
| reportName | cloudPCInaccessibleReportName | The report name. The possible values are: `inaccessibleCloudPcReports`, `inaccessibleCloudPcTrendReport`, `unknownFutureValue`, `regionalInaccessibleCloudPcTrendReport`. The default value is `inaccessibleCloudPcReports` if the **reportName** is empty. |
56+
| reportName | cloudPCInaccessibleReportName | The report name. The possible values are: `inaccessibleCloudPcReports`, `inaccessibleCloudPcTrendReport`, `unknownFutureValue`, `regionalInaccessibleCloudPcTrendReport`. The default value is `inaccessibleCloudPcReports` if the **reportName** is empty. You must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `regionalInaccessibleCloudPcTrendReport`. |
5757
| search | String | Specifies a String to search for. |
5858
| select | String collection | OData `$select` syntax. Represents the selected columns of the reports. |
5959
| skip | Int32 | Number of records to skip. |
@@ -66,15 +66,17 @@ The following table shows the parameters that you can use with this method.
6666
| inaccessibleCloudPcReports | Indicates a report that contains details of Cloud PCs that are inaccessible, including those with consecutive connection failures or in an unavailable state. |
6767
| inaccessibleCloudPcTrendReport| Indicates a daily aggregated report for a specified period that contains details of Cloud PCs that are inaccessible, including those with consecutive connection failures or in an unavailable state. |
6868
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
69-
| regionalInaccessibleCloudPcTrendReport | Indicates a weekly regional aggregated report of inaccessible Cloud PC trends. |
69+
| regionalInaccessibleCloudPcTrendReport | Indicates the weekly regional aggregated report of inaccessible Cloud PC trends. |
7070

7171
## Response
7272

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

7575
## Examples
7676

77-
### Example 1: Get inaccessible Cloud PC reports in a specific region
77+
### Example 1: Get reports of inaccessible Cloud PCs in a specific region
78+
79+
The following example shows how to get reports of inaccessible Cloud PCs in a specific region.
7880

7981
#### Request
8082

@@ -247,7 +249,9 @@ Content-Type: application/octet-stream
247249
}
248250
```
249251

250-
### Example 2: Get the weekly regional aggregated report of inaccessible Cloud PC trend
252+
### Example 2: Get the weekly regional aggregated report of inaccessible Cloud PC trends
253+
254+
The following example shows how to get the weekly regional aggregated report of inaccessible Cloud PC trends.
251255

252256
#### Request
253257

@@ -258,7 +262,7 @@ POST https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/reports/g
258262
Content-Type: application/json
259263
260264
{
261-
"reportName":"regionalInaccessibleCloudPcTrendReport",
265+
"reportName": "regionalInaccessibleCloudPcTrendReport",
262266
"filter": "",
263267
"select": [
264268
"HostRegionName",

0 commit comments

Comments
 (0)