Method: customers.devices.get
בקשת HTTP
GET https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}
כתובת ה-URL כוללת תחביר gRPC קידוד מחדש.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם המכשיר.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התגובה
אם התגובה מוצלחת, גוף התגובה מכיל מופע של Device
.
היקפי הרשאה
יש צורך בהיקף OAuth הבא:
https://www.googleapis.com/auth/userinfo.email
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-09-26 (שעון UTC).
[null,null,["עדכון אחרון: 2022-09-26 (שעון UTC)."],[[["Retrieves detailed information about a specific device within the Spectrum Access System."],["Uses a `GET` request with the device's name as a path parameter."],["Requires an empty request body and returns a `Device` object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/userinfo.email` scope."]]],["The core content describes retrieving device details via an HTTP GET request to a specific URL: `https://sasportal.googleapis.com/v1alpha1/{name=customers/*/devices/*}`. The `name` parameter in the URL path is required, specifying the device's identity. The request body must be empty. A successful request returns a `Device` instance in the response body. This operation requires the `https://www.googleapis.com/auth/userinfo.email` OAuth scope for authorization.\n"]]