Method: customer.devices.chromeos.commands.get
Pobiera dane polecenia wysłanego do urządzenia.
Żądanie HTTP
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
customerId |
string
Niezmienne. Identyfikator konta Google Workspace.
|
deviceId |
string
Niezmienne. Identyfikator urządzenia z systemem operacyjnym Chrome.
|
commandId |
string (int64 format)
Niezmienne. Identyfikator polecenia urządzenia z Chrome OS.
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu DirectoryChromeosdevicesCommand
.
Zakresy autoryzacji
Wymaga jednego z tych zakresów OAuth:
https://www.googleapis.com/auth/admin.directory.device.chromeos
https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly
Więcej informacji znajdziesz w przewodniku po autoryzacji.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-05-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-05-15 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"]]