REST Resource: nodes
ทรัพยากร: โหนด
การแสดง JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อทรัพยากร
|
displayName |
string
ชื่อที่แสดงของโหนด'
|
sasUserIds[] |
string
รหัสผู้ใช้ที่ใช้โดยอุปกรณ์ที่อยู่ในโหนดนี้
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]