Status data for storage.
- This field is telemetry information and this will change over time as the device is utilized.
- Data for this field is controlled via policy: ReportDeviceAudioStatus
- Data Collection Frequency: 10 minutes
- Default Data Reporting Frequency: 3 hours
- Policy Controlled: Yes
- Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No
- Reported for affiliated users only: N/A
- Granular permission needed: TELEMETRY_API_AUDIO_REPORT
JSON representation |
---|
{ "reportTime": string, "outputMute": boolean, "inputMute": boolean, "outputVolume": integer, "outputDevice": string, "inputGain": integer, "inputDevice": string } |
Fields | |
---|---|
report |
Output only. Timestamp of when the sample was collected on device. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
output |
Output only. Is active output device mute or not. |
input |
Output only. Is active input device mute or not. |
output |
Output only. Active output device's volume in [0, 100]. |
output |
Output only. Active output device's name. |
input |
Output only. Active input device's gain in [0, 100]. |
input |
Output only. Active input device's name. |