mirror of
https://github.com/apple/device-management.git
synced 2026-07-16 01:57:18 +02:00
28 lines
790 B
YAML
28 lines
790 B
YAML
title: Schedule OS Update Scan Command
|
|
description: Requests that the device perform a background scan for OS updates.
|
|
payload:
|
|
requesttype: ScheduleOSUpdateScan
|
|
supportedOS:
|
|
macOS:
|
|
introduced: '10.11'
|
|
accessrights: None
|
|
devicechannel: true
|
|
userchannel: false
|
|
supervised: true
|
|
requiresdep: false
|
|
userenrollment:
|
|
mode: forbidden
|
|
content: Requests that the device perform a background scan for OS updates.
|
|
payloadkeys:
|
|
- key: Force
|
|
type: <boolean>
|
|
presence: optional
|
|
default: false
|
|
content: If 'true', force a scan to start immediately. Otherwise, the scan starts
|
|
at a system-determined time.
|
|
responsekeys:
|
|
- key: ScanInitiated
|
|
type: <boolean>
|
|
presence: required
|
|
content: If 'true', the scan started successfully.
|