Gets command data a specific command issued to the device.
HTTP request
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| customerId | 
 Immutable. ID of the Google Workspace account. | 
| deviceId | 
 Immutable. ID of Chrome OS Device. | 
| commandId | 
 Immutable. ID of Chrome OS Device Command. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DirectoryChromeosdevicesCommand.
Authorization scopes
Requires one of the following OAuth scopes:
- https://www.googleapis.com/auth/admin.directory.device.chromeos
- https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly
For more information, see the Authorization guide.