Previous topic

MDM

Next topic

MDM Command Response Handlers

This Page

MDM Blueprint

PUT /mdm

MDM connection endpoint.

Most MDM communication is via this URI.

This endpoint delivers and handles incoming command responses. Such as: Idle, NotNow, Acknowledged.

Request Headers:
 
  • Content-Type – application/x-apple-aspen-mdm; charset=UTF-8
  • Mdm-Signature – BASE64-encoded CMS Detached Signature of the message. (if SignMessage was true)
Response Headers:
 
Status Codes:
  • 200 OK – With an empty body, no commands remaining, or plist contents of next command.
  • 400 Bad Request – Invalid data submitted
  • 410 Gone – User channel capability not available.