{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin deviceManagement.managedDevice API", "version": "1.0.0" }, "items": [ { "info": { "name": "deviceManagement.managedDevice", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get managedDevices from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices", "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": "The list of managed devices." }, { "info": { "name": "Microsoft Graph Create new navigation property to managedDevices for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to managedDevices for deviceManagement" }, { "info": { "name": "Microsoft Graph Get managedDevices from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of managed devices." }, { "info": { "name": "Microsoft Graph Update the navigation property managedDevices in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property managedDevices in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property managedDevices for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Microsoft Graph Delete navigation property managedDevices for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceCategory from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCategory", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device category" }, { "info": { "name": "Microsoft Graph Update the navigation property deviceCategory in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCategory", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceCategory in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceCategory for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCategory", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Microsoft Graph Delete navigation property deviceCategory for deviceManagement" }, { "info": { "name": "Microsoft Graph Get ref of deviceCategory from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCategory/$ref", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Device category" }, { "info": { "name": "Microsoft Graph Update the ref of navigation property deviceCategory in deviceManagement", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCategory/$ref", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the ref of navigation property deviceCategory in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete ref of navigation property deviceCategory for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCategory/$ref", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Microsoft Graph Delete ref of navigation property deviceCategory for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceCompliancePolicyStates from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCompliancePolicyStates", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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": "Device compliance policy states for this device." }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceCompliancePolicyStates for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCompliancePolicyStates", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceCompliancePolicyStates for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceCompliancePolicyStates from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCompliancePolicyStates/:deviceCompliancePolicyState-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceCompliancePolicyState-id", "value": "", "type": "path", "description": "The unique identifier of deviceCompliancePolicyState" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device compliance policy states for this device." }, { "info": { "name": "Microsoft Graph Update the navigation property deviceCompliancePolicyStates in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCompliancePolicyStates/:deviceCompliancePolicyState-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceCompliancePolicyState-id", "value": "", "type": "path", "description": "The unique identifier of deviceCompliancePolicyState" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceCompliancePolicyStates in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceCompliancePolicyStates for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCompliancePolicyStates/:deviceCompliancePolicyState-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceCompliancePolicyState-id", "value": "", "type": "path", "description": "The unique identifier of deviceCompliancePolicyState" } ] }, "docs": "Microsoft Graph Delete navigation property deviceCompliancePolicyStates for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceCompliancePolicyStates/$count", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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" }, { "info": { "name": "Microsoft Graph Get deviceConfigurationStates from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceConfigurationStates", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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": "Device configuration states for this device." }, { "info": { "name": "Microsoft Graph Create new navigation property to deviceConfigurationStates for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceConfigurationStates", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to deviceConfigurationStates for deviceManagement" }, { "info": { "name": "Microsoft Graph Get deviceConfigurationStates from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceConfigurationStates/:deviceConfigurationState-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceConfigurationState-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationState" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device configuration states for this device." }, { "info": { "name": "Microsoft Graph Update the navigation property deviceConfigurationStates in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceConfigurationStates/:deviceConfigurationState-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceConfigurationState-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationState" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property deviceConfigurationStates in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property deviceConfigurationStates for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceConfigurationStates/:deviceConfigurationState-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceConfigurationState-id", "value": "", "type": "path", "description": "The unique identifier of deviceConfigurationState" } ] }, "docs": "Microsoft Graph Delete navigation property deviceConfigurationStates for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deviceConfigurationStates/$count", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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" }, { "info": { "name": "Microsoft Graph Get logCollectionRequests from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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 of log collection requests" }, { "info": { "name": "Microsoft Graph Create new navigation property to logCollectionRequests for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to logCollectionRequests for deviceManagement" }, { "info": { "name": "Microsoft Graph Get logCollectionRequests from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests/:deviceLogCollectionResponse-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceLogCollectionResponse-id", "value": "", "type": "path", "description": "The unique identifier of deviceLogCollectionResponse" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "List of log collection requests" }, { "info": { "name": "Microsoft Graph Update the navigation property logCollectionRequests in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests/:deviceLogCollectionResponse-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceLogCollectionResponse-id", "value": "", "type": "path", "description": "The unique identifier of deviceLogCollectionResponse" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property logCollectionRequests in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property logCollectionRequests for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests/:deviceLogCollectionResponse-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceLogCollectionResponse-id", "value": "", "type": "path", "description": "The unique identifier of deviceLogCollectionResponse" } ] }, "docs": "Microsoft Graph Delete navigation property logCollectionRequests for deviceManagement" }, { "info": { "name": "Microsoft Graph Invoke action createDownloadUrl", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests/:deviceLogCollectionResponse-id/createDownloadUrl", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "deviceLogCollectionResponse-id", "value": "", "type": "path", "description": "The unique identifier of deviceLogCollectionResponse" } ] }, "docs": "Microsoft Graph Invoke action createDownloadUrl" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logCollectionRequests/$count", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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" }, { "info": { "name": "Microsoft Graph Invoke action bypassActivationLock", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/bypassActivationLock", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Bypass activation lock" }, { "info": { "name": "Microsoft Graph Invoke action cleanWindowsDevice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/cleanWindowsDevice", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Clean Windows device" }, { "info": { "name": "Microsoft Graph Invoke action deleteUserFromSharedAppleDevice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/deleteUserFromSharedAppleDevice", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete user from shared Apple device" }, { "info": { "name": "Microsoft Graph Invoke action disableLostMode", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/disableLostMode", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Disable lost mode" }, { "info": { "name": "Microsoft Graph Invoke action locateDevice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/locateDevice", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Locate a device" }, { "info": { "name": "Microsoft Graph Invoke action logoutSharedAppleDeviceActiveUser", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/logoutSharedAppleDeviceActiveUser", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Logout shared Apple device active user" }, { "info": { "name": "Microsoft Graph Invoke action rebootNow", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/rebootNow", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Reboot device" }, { "info": { "name": "Microsoft Graph Invoke action recoverPasscode", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/recoverPasscode", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Recover passcode" }, { "info": { "name": "Microsoft Graph Invoke action remoteLock", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/remoteLock", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Remote lock" }, { "info": { "name": "Microsoft Graph Invoke action requestRemoteAssistance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/requestRemoteAssistance", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Request remote assistance" }, { "info": { "name": "Microsoft Graph Invoke action resetPasscode", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/resetPasscode", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Reset passcode" }, { "info": { "name": "Microsoft Graph Invoke action retire", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/retire", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Retire a device" }, { "info": { "name": "Microsoft Graph Invoke action shutDown", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/shutDown", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Shut down device" }, { "info": { "name": "Microsoft Graph Invoke action syncDevice", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/syncDevice", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Microsoft Graph Invoke action syncDevice" }, { "info": { "name": "Microsoft Graph Invoke action updateWindowsDeviceAccount", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/updateWindowsDeviceAccount", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action updateWindowsDeviceAccount" }, { "info": { "name": "Microsoft Graph Invoke action windowsDefenderScan", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsDefenderScan", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action windowsDefenderScan" }, { "info": { "name": "Microsoft Graph Invoke action windowsDefenderUpdateSignatures", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsDefenderUpdateSignatures", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Microsoft Graph Invoke action windowsDefenderUpdateSignatures" }, { "info": { "name": "Microsoft Graph Invoke action wipe", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/wipe", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Wipe a device" }, { "info": { "name": "Microsoft Graph Get users from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/users", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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": "The primary users associated with the managed device." }, { "info": { "name": "Microsoft Graph Get windowsProtectionState from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The device protection status. This property is read-only." }, { "info": { "name": "Microsoft Graph Update the navigation property windowsProtectionState in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property windowsProtectionState in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property windowsProtectionState for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ] }, "docs": "Microsoft Graph Delete navigation property windowsProtectionState for deviceManagement" }, { "info": { "name": "Microsoft Graph Get detectedMalwareState from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState/detectedMalwareState", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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": "Device malware list" }, { "info": { "name": "Microsoft Graph Create new navigation property to detectedMalwareState for deviceManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState/detectedMalwareState", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to detectedMalwareState for deviceManagement" }, { "info": { "name": "Microsoft Graph Get detectedMalwareState from deviceManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState/detectedMalwareState/:windowsDeviceMalwareState-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "windowsDeviceMalwareState-id", "value": "", "type": "path", "description": "The unique identifier of windowsDeviceMalwareState" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Device malware list" }, { "info": { "name": "Microsoft Graph Update the navigation property detectedMalwareState in deviceManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState/detectedMalwareState/:windowsDeviceMalwareState-id", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "windowsDeviceMalwareState-id", "value": "", "type": "path", "description": "The unique identifier of windowsDeviceMalwareState" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property detectedMalwareState in deviceManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property detectedMalwareState for deviceManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState/detectedMalwareState/:windowsDeviceMalwareState-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "name": "windowsDeviceMalwareState-id", "value": "", "type": "path", "description": "The unique identifier of windowsDeviceMalwareState" } ] }, "docs": "Microsoft Graph Delete navigation property detectedMalwareState for deviceManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/:managedDevice-id/windowsProtectionState/detectedMalwareState/$count", "params": [ { "name": "managedDevice-id", "value": "", "type": "path", "description": "The unique identifier of managedDevice" }, { "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" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceManagement/managedDevices/$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 }