REST Resource: nodes
संसाधन: नोड
जेएसओएन के काेड में दिखाना |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट. संसाधन का नाम.
|
displayName |
string
नोड का डिसप्ले नाम.
|
sasUserIds[] |
string
इस नोड से जुड़े डिवाइस के ज़रिए इस्तेमाल किए जाने वाले उपयोगकर्ता आईडी.
|
तरीके |
|
मांगी गई node वैल्यू दिखाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]