Method: customer.devices.chromeos.commands.get
קבלת נתוני פקודה של פקודה ספציפית שהונפקה למכשיר.
בקשת HTTP
GET https://admin.googleapis.com/admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandId}
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
customerId |
string
לא משתנה. המזהה של חשבון Google Workspace.
|
deviceId |
string
לא משתנה. המזהה של מכשיר ChromeOS.
|
commandId |
string (int64 format)
לא משתנה. מזהה פקודה במכשיר ChromeOS.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התגובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של DirectoryChromeosdevicesCommand
.
היקפי הרשאות
כדי להשתמש בתכונה הזו יש צורך באחד מההיקפים הבאים של OAuth:
https://www.googleapis.com/auth/admin.directory.device.chromeos
https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly
למידע נוסף, ניתן לעיין במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-05-15 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]