Method: customer.devices.chromeos.commands.get
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 |
string
Immutable. ID of the Google Workspace account.
|
deviceId |
string
Immutable. ID of Chrome OS Device.
|
commandId |
string (int64 format)
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Retrieves details for a specific command previously issued to a Chrome OS device within a Google Workspace account."],["The request requires providing the customer ID, device ID, and the specific command ID."],["An empty request body is needed, and a successful response provides a `DirectoryChromeosdevicesCommand` object containing the command data."],["Authorization requires specific OAuth scopes related to Chrome OS device management within the Google Workspace domain."]]],["This API endpoint retrieves data for a specific command issued to a Chrome OS device. The request uses a `GET` method with a URL containing the `customerId`, `deviceId`, and `commandId` as path parameters. The request body must be empty. A successful response returns a `DirectoryChromeosdevicesCommand` instance. Authorization requires either the `admin.directory.device.chromeos` or `admin.directory.device.chromeos.readonly` OAuth scope.\n"]]