mirror of
https://github.com/apple/device-management.git
synced 2026-05-15 21:08:07 +02:00
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
title: Status Migration Assistant State
|
|
description: The current migration state of the system.
|
|
payload:
|
|
statusitemtype: migration-assistant.state
|
|
supportedOS:
|
|
iOS:
|
|
introduced: n/a
|
|
macOS:
|
|
introduced: '26.4'
|
|
allowed-enrollments:
|
|
- supervised
|
|
allowed-scopes:
|
|
- system
|
|
tvOS:
|
|
introduced: n/a
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
payloadkeys:
|
|
- key: migration-assistant.state
|
|
title: Migration Assistant State
|
|
type: <string>
|
|
presence: required
|
|
rangelist:
|
|
- waiting
|
|
- migrating
|
|
- completed
|
|
- failed
|
|
- cancelled
|
|
- unknown
|
|
content: |-
|
|
The current migration state of the system, which has the following possible values:
|
|
- `none`: Migration has not started yet or no migration has taken place.
|
|
- `migrating`: Migration is in progress.
|
|
- `completed`: Migration has completed successfully.
|
|
- `failed`: Migration has failed.
|
|
- `cancelled`: The user cancelled migration.
|
|
- `unknown`: Migration status is unknown.
|