Files
apple_device-management/mdm/commands/system.update.scan.yaml
T
2024-03-05 17:52:42 -05:00

36 lines
924 B
YAML

title: Schedule OS Update Scan Command
description: Requests that the device perform a background scan for OS updates.
payload:
requesttype: ScheduleOSUpdateScan
supportedOS:
iOS:
introduced: n/a
macOS:
introduced: '10.11'
accessrights: None
devicechannel: true
userchannel: false
supervised: true
requiresdep: false
userenrollment:
mode: forbidden
tvOS:
introduced: n/a
visionOS:
introduced: n/a
watchOS:
introduced: n/a
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.