REST Resource: customers.nodes.nodes
संसाधन: नोड
जेएसओएन के काेड में दिखाना |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट. संसाधन का नाम.
|
displayName |
string
नोड का डिसप्ले नाम.
|
sasUserIds[] |
string
इस नोड से जुड़े डिवाइस के ज़रिए इस्तेमाल किए जाने वाले उपयोगकर्ता आईडी.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-11-02 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2022-11-02 (UTC) को अपडेट किया गया."],[[["Nodes represent devices in the Spectrum Access System and are identified by a unique resource name."],["Each node has a display name and a list of user IDs associated with its devices."],["You can manage nodes by creating new ones and listing existing ones using the provided methods."],["The JSON representation of a node includes its name, display name, and an array of SAS user IDs."]]],["Nodes have a `name`, `displayName`, and `sasUserIds`. The JSON representation of a node includes these three fields as strings, with `sasUserIds` being an array of strings. Key actions include creating a new node via the `create` method and listing existing nodes using the `list` method. The `name` is output-only, while `displayName` is customizable. The `sasUserIds` represents user IDs associated with devices on the node.\n"]]