{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin me.cloudPC API", "version": "1.0.0" }, "items": [ { "info": { "name": "me.cloudPC", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List cloudPCs for user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List the cloudPC devices that are attributed to the signed-in user." }, { "info": { "name": "Microsoft Graph Create new navigation property to cloudPCs for me", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to cloudPCs for me" }, { "info": { "name": "Microsoft Graph Get cloudPCs from me", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The user's Cloud PCs. Read-only. Nullable." }, { "info": { "name": "Microsoft Graph Update the navigation property cloudPCs in me", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property cloudPCs in me" }, { "info": { "name": "Microsoft Graph Delete navigation property cloudPCs for me", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ] }, "docs": "Microsoft Graph Delete navigation property cloudPCs for me" }, { "info": { "name": "Microsoft Graph Invoke action endGracePeriod", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id/endGracePeriod", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ] }, "docs": "End the grace period for a specific cloudPC object. The grace period is triggered when the Cloud PC license is removed or the provisioning policy is unassigned. It allows users to access Cloud PCs for up to seven days before deprovisioning occurs. Ending the grace period immediately deprovisions the Cloud PC without waiting the seven days." }, { "info": { "name": "Microsoft Graph Invoke action reboot", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id/reboot", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ] }, "docs": "Reboot a specific cloudPC object." }, { "info": { "name": "Microsoft Graph Invoke action rename", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id/rename", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rename a specific cloudPC object. Use this API to update the displayName of a Cloud PC entity." }, { "info": { "name": "Microsoft Graph Invoke action resize", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id/resize", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upgrade or downgrade an existing Cloud PC to a configuration with a new virtual CPU (vCPU) and storage size." }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id/restore", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Restore a specific cloudPC object to a previous state from a snapshot. Use this API to trigger a remote action that restores a Cloud PC device to a previous state." }, { "info": { "name": "Microsoft Graph Invoke action troubleshoot", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/:cloudPC-id/troubleshoot", "params": [ { "name": "cloudPC-id", "value": "", "type": "path", "description": "The unique identifier of cloudPC" } ] }, "docs": "Troubleshoot a specific cloudPC object. Use this API to check the health status of the Cloud PC and the session host." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/cloudPCs/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" } ] } ], "bundled": true }