mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
API changes for the "Add API endpoint to get manual enrollment profile" story: #16252
This commit is contained in:
parent
98e825e434
commit
c0f6e1f1cb
@ -4195,6 +4195,27 @@ Content-Type: application/octet-stream
|
||||
If the response is `Status: 409 Conflict`, the body may include additional error details in the case
|
||||
of duplicate payload display name or duplicate payload identifier (macOS profiles).
|
||||
|
||||
#### Get manual enrollment profile
|
||||
|
||||
Retrieves the manual enrollment profile for macOS hosts. Install this profile on macOS hosts to turn on MDM features manually.
|
||||
|
||||
`GET /api/v1/fleet/mdm/manual_enrollment_profile`
|
||||
|
||||
##### Example
|
||||
|
||||
`GET /api/v1/fleet/mdm/manual_enrollment_profile`
|
||||
|
||||
##### Default response
|
||||
|
||||
`Status: 200`
|
||||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<!-- ... -->
|
||||
</plist>
|
||||
```
|
||||
|
||||
### List custom OS settings (configuration profiles)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user