mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
title: Status Enhanced Logging Timestamp
|
|
description: The status item that reports the device's enhanced log collection session
|
|
timestamp.
|
|
payload:
|
|
statusitemtype: enhanced-logging.timestamp
|
|
supportedOS:
|
|
iOS:
|
|
introduced: '27.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
allowed-scopes:
|
|
- system
|
|
sharedipad:
|
|
allowed-scopes:
|
|
- system
|
|
macOS:
|
|
introduced: '27.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
allowed-scopes:
|
|
- user
|
|
tvOS:
|
|
introduced: '27.0'
|
|
allowed-enrollments:
|
|
- supervised
|
|
allowed-scopes:
|
|
- system
|
|
visionOS:
|
|
introduced: n/a
|
|
watchOS:
|
|
introduced: n/a
|
|
payloadkeys:
|
|
- key: enhanced-logging.timestamp
|
|
title: Timestamp value.
|
|
type: <string>
|
|
presence: optional
|
|
content: The enhanced log collection session RFC 3339 timestamp that the device
|
|
reports for the last session status change. The device returns an empty string
|
|
if there's no session status to report.
|
|
examples:
|
|
- title: Status item example
|
|
files:
|
|
- file: data/docc-examples/remotemanagementmodel/status/enhanced-logging.timestamp/example1.json
|