mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-05 17:05:51 +08:00
Add endpoint for inspecting the MDM command queue (#895)
This commit is contained in:
5
tools/api/inspect_queue
Executable file
5
tools/api/inspect_queue
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
source $MICROMDM_ENV_PATH
|
||||
endpoint="v1/commands/$1"
|
||||
|
||||
curl $CURL_OPTS -K <(cat <<< "-u micromdm:$API_TOKEN") -X GET "$SERVER_URL/$endpoint"
|
||||
Reference in New Issue
Block a user