Method: customers.nodes.devices.list
בקשת HTTP
GET https://sasportal.googleapis.com/v1alpha1/{parent=customers/*/nodes/*}/devices
כתובת ה-URL כוללת תחביר gRPC קידוד מחדש.
פרמטרים של נתיב
פרמטרים |
parent |
string
חובה. השם של משאב ההורה.
|
פרמטרים של שאילתה
פרמטרים |
pageSize |
integer
המספר המקסימלי של מכשירים שניתן להחזיר בתגובה. אם ריק או אפס, כל המכשירים יוצגו. חייב להיות בטווח [0, 1000].
|
pageToken |
string
אסימון עימוד הוחזר משיחה קודמת אל devices.list , המציין מאיפה צריך להמשיך את הדף העסקי.
|
filter |
string
ביטוי המסנן. המסנן צריך להיות באחד מהפורמטים הבאים: "sn=123454" או "displayName=MyDevice". sn תואם למספר הסידורי של המכשיר. המסנן לא תלוי אותיות רישיות (case-sensitive).
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התגובה
אם התגובה מוצלחת, גוף התגובה מכיל מופע של ListDevicesResponse
.
היקפי הרשאה
יש צורך בהיקף OAuth הבא:
https://www.googleapis.com/auth/sasportal
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון UTC).
[null,null,["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["Lists devices under a specific node or customer within the Spectrum Access System."],["Uses a GET request with path and query parameters for filtering and pagination."],["Requires authorization with the `https://www.googleapis.com/auth/sasportal` scope."],["Returns a ListDevicesResponse containing the requested device information."]]],["This API endpoint lists devices associated with a specified node or customer. It uses a `GET` request with a URL structured via gRPC Transcoding, including a required `parent` path parameter. Optional query parameters include `pageSize` for limiting results, `pageToken` for pagination, and `filter` for specific device searches by serial number or display name. The request body must be empty and upon success it will return a `ListDevicesResponse`. Authorization requires the `https://www.googleapis.com/auth/sasportal` OAuth scope.\n"]]