|
4671 | 4671 | } |
4672 | 4672 | } |
4673 | 4673 | }, |
4674 | | - "revision": "20240220", |
| 4674 | + "revision": "20240227", |
4675 | 4675 | "rootUrl": "https://admin.googleapis.com/", |
4676 | 4676 | "schemas": { |
4677 | 4677 | "Alias": { |
|
6083 | 6083 | "WIPE_USERS", |
6084 | 6084 | "REMOTE_POWERWASH", |
6085 | 6085 | "DEVICE_START_CRD_SESSION", |
6086 | | - "CAPTURE_LOGS" |
| 6086 | + "CAPTURE_LOGS", |
| 6087 | + "FETCH_SUPPORT_PACKET" |
6087 | 6088 | ], |
6088 | 6089 | "enumDescriptions": [ |
6089 | 6090 | "The command type was unspecified.", |
|
6093 | 6094 | "Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.", |
6094 | 6095 | "Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!", |
6095 | 6096 | "Starts a Chrome Remote Desktop session.", |
6096 | | - "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in `deviceFiles` field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" |
| 6097 | + "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in `deviceFiles` field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)", |
| 6098 | + "Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" |
6097 | 6099 | ], |
6098 | 6100 | "type": "string" |
6099 | 6101 | } |
|
6150 | 6152 | "WIPE_USERS", |
6151 | 6153 | "REMOTE_POWERWASH", |
6152 | 6154 | "DEVICE_START_CRD_SESSION", |
6153 | | - "CAPTURE_LOGS" |
| 6155 | + "CAPTURE_LOGS", |
| 6156 | + "FETCH_SUPPORT_PACKET" |
6154 | 6157 | ], |
6155 | 6158 | "enumDescriptions": [ |
6156 | 6159 | "The command type was unspecified.", |
|
6160 | 6163 | "Wipe all the users off of the device. Executing this command in the device will remove all user profile data, but it will keep device policy and enrollment.", |
6161 | 6164 | "Wipes the device by performing a power wash. Executing this command in the device will remove all data including user policies, device policies and enrollment policies. Warning: This will revert the device back to a factory state with no enrollment unless the device is subject to forced or auto enrollment. Use with caution, as this is an irreversible action!", |
6162 | 6165 | "Starts a Chrome Remote Desktop session.", |
6163 | | - "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in `deviceFiles` field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" |
| 6166 | + "Capture the system logs of a kiosk device. The logs can be downloaded from the downloadUrl link present in `deviceFiles` field of [chromeosdevices](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)", |
| 6167 | + "Fetch support packet from a device remotely. Support packet is a zip archive that contains various system logs and debug data from a ChromeOS device. The support packet can be downloaded from the downloadURL link present in the `deviceFiles` field of [`chromeosdevices`](https://developers.google.com/admin-sdk/directory/reference/rest/v1/chromeosdevices)" |
6164 | 6168 | ], |
6165 | 6169 | "type": "string" |
6166 | 6170 | }, |
6167 | 6171 | "payload": { |
6168 | | - "description": "The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { \"volume\": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { \"ackedUserPresence\": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { \"user_session_delay_seconds\": 300 }. The delay has to be in the range [0, 300].", |
| 6172 | + "description": "The payload for the command, provide it only if command supports it. The following commands support adding payload: * `SET_VOLUME`: Payload is a stringified JSON object in the form: { \"volume\": 50 }. The volume has to be an integer in the range [0,100]. * `DEVICE_START_CRD_SESSION`: Payload is optionally a stringified JSON object in the form: { \"ackedUserPresence\": true }. `ackedUserPresence` is a boolean. By default, `ackedUserPresence` is set to `false`. To start a Chrome Remote Desktop session for an active device, set `ackedUserPresence` to `true`. * `REBOOT`: Payload is a stringified JSON object in the form: { \"user_session_delay_seconds\": 300 }. The delay has to be in the range [0, 300]. * `FETCH_SUPPORT_PACKET`: Payload is optionally a stringified JSON object in the form: {\"supportPacketDetails\":{ \"issueCaseId\": optional_support_case_id_string, \"issueDescription\": optional_issue_description_string, \"requestedDataCollectors\": []}} The list of available `data_collector_enums` are as following: Chrome System Information (1), Crash IDs (2), Memory Details (3), UI Hierarchy (4), Additional ChromeOS Platform Logs (5), Device Event (6), Intel WiFi NICs Debug Dump (7), Touch Events (8), Lacros (9), Lacros System Information (10), ChromeOS Flex Logs (11), DBus Details (12), ChromeOS Network Routes (13), ChromeOS Shill (Connection Manager) Logs (14), Policies (15), ChromeOS System State and Logs (16), ChromeOS System Logs (17), ChromeOS Chrome User Logs (18), ChromeOS Bluetooth (19), ChromeOS Connected Input Devices (20), ChromeOS Traffic Counters (21), ChromeOS Virtual Keyboard (22), ChromeOS Network Health (23). See more details in [help article](https://support.google.com/chrome/a?p=remote-log).", |
6169 | 6173 | "type": "string" |
6170 | 6174 | } |
6171 | 6175 | }, |
|
0 commit comments