mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
add links to RFC spec in docs (#13506)
This commit is contained in:
parent
b7f5a5b385
commit
71c06f69f0
@ -3931,7 +3931,7 @@ This endpoint tells Fleet to run a custom an MDM command, on the targeted macOS
|
|||||||
|
|
||||||
| Name | Type | In | Description |
|
| Name | Type | In | Description |
|
||||||
| ------------------------- | ------ | ----- | ------------------------------------------------------------------------- |
|
| ------------------------- | ------ | ----- | ------------------------------------------------------------------------- |
|
||||||
| command | string | json | A base64-encoded MDM command as described in [Apple's documentation](https://developer.apple.com/documentation/devicemanagement/commands_and_queries). Supported formats are standard (RFC 4648) and raw (unpadded) encoding (RFC 4648 section 3.2) |
|
| command | string | json | A base64-encoded MDM command as described in [Apple's documentation](https://developer.apple.com/documentation/devicemanagement/commands_and_queries). Supported formats are standard ([RFC 4648](https://www.rfc-editor.org/rfc/rfc4648.html)) and raw (unpadded) encoding ([RFC 4648 section 3.2](https://www.rfc-editor.org/rfc/rfc4648.html#section-3.2)) |
|
||||||
| device_ids | array | json | An array of host UUIDs enrolled in Fleet's MDM on which the command should run. |
|
| device_ids | array | json | An array of host UUIDs enrolled in Fleet's MDM on which the command should run. |
|
||||||
|
|
||||||
Note that the `EraseDevice` and `DeviceLock` commands are _available in Fleet Premium_ only.
|
Note that the `EraseDevice` and `DeviceLock` commands are _available in Fleet Premium_ only.
|
||||||
|
Loading…
Reference in New Issue
Block a user