mirror of
https://github.com/apple/device-management.git
synced 2026-05-15 21:08:07 +02:00
78 lines
2.3 KiB
YAML
78 lines
2.3 KiB
YAML
title: Status Migration Assistant Report
|
|
description: Reports the status of a completed migration.
|
|
payload:
|
|
statusitemtype: migration-assistant.report
|
|
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.report
|
|
title: Migration Assistant Report
|
|
type: <dictionary>
|
|
presence: required
|
|
content: The Migration Assistant migration status.
|
|
subkeys:
|
|
- key: completed-data-size
|
|
title: Migration Completed Data Size
|
|
type: <integer>
|
|
presence: optional
|
|
content: The total amount of data the system successfully migrated from the source
|
|
system.
|
|
- key: completed-file-count
|
|
title: Migration Completed File Count
|
|
type: <integer>
|
|
presence: optional
|
|
content: The number of files successfully migrated from the source system.
|
|
- key: completion-time
|
|
title: Migration Completion Time
|
|
type: <string>
|
|
presence: optional
|
|
content: The RFC 3339 timestamp for when the system completed migration.
|
|
- key: source-user
|
|
title: Migration Source User
|
|
type: <string>
|
|
presence: optional
|
|
content: The username of the user that the system migrated from the source system.
|
|
- key: start-time
|
|
title: Migration Start Time
|
|
type: <string>
|
|
presence: optional
|
|
content: The RFC 3339 timestamp for when the system started migration.
|
|
- key: target-user
|
|
title: Migration Target User
|
|
type: <string>
|
|
presence: optional
|
|
content: The username of the target user account on the destination system.
|
|
- key: total-data-size
|
|
title: Migration Total Data Size
|
|
type: <integer>
|
|
presence: optional
|
|
content: The total amount of data the system considers in scope for migration
|
|
from the source system.
|
|
- key: total-file-count
|
|
title: Migration Total File Count
|
|
type: <integer>
|
|
presence: optional
|
|
content: The number of files the system considers in scope for migration from
|
|
the source system.
|
|
- key: errors
|
|
title: Migration Errors
|
|
type: <array>
|
|
presence: optional
|
|
content: The descriptions of migration errors that the system reports.
|
|
subkeys:
|
|
- key: _errors
|
|
type: <string>
|