REST Resource: nodes
משאב: צומת
ייצוג JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
שדות |
name |
string
פלט בלבד. שם המשאב.
|
displayName |
string
שם התצוגה של הצומת.
|
sasUserIds[] |
string
מזהי User-ID שבהם נעשה שימוש במכשירים ששייכים לצומת הזה.
|
שיטות |
|
מחזירה node המבוקשים. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון UTC).
[null,null,["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["The Node resource represents a node within the Spectrum Access System, identified by its name and display name."],["Each node can have multiple SAS user IDs associated with its devices."],["You can retrieve details about a specific node using the `get` method."],["The Node resource is represented in JSON format with fields for name, display name, and SAS user IDs."]]],["The `Node` resource has a JSON representation with fields for `name` (resource name), `displayName` (node's display name), and `sasUserIds` (user IDs of devices in the node). The resource supports the `get` method, which retrieves a specific node. The core actions involve defining a node's properties through these fields and using the `get` method to retrieve a specific node's information.\n"]]