Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Overview

DescriptionRing Windows devices.
Resource Path/ring
URL/mdm-windows-agent/services/windows/ring
HTTP MethodPOST
Request/Response Formatapplication/json

Sample request

Insert excerpt
Resource Definition for Common Windows Operations
Resource Definition for Common Windows Operations
nopaneltrue

For information on the property value definitions, seeĀ Resource Definition for Common Windows Operations.

cURL command

Code Block
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <EMM_API_TOKEN>" -d @'<JSON_PAYLOAD>' -k -v https://<EMM_HOST>:<EMM_HTTPS_PORT>/mdm-windows-agent/services/windows/ring

...