REST Resource: customers.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) को अपडेट किया गया."],[[["A Node is a resource within the Spectrum Access System, represented by a JSON object with properties like name, display name, and associated user IDs."],["Nodes have specific fields like `name`, `displayName`, and `sasUserIds` which define their properties and relationships."],["You can manage nodes using methods such as create, delete, get, list, move, and patch to perform various operations on them."],["These methods allow for comprehensive control over nodes, including creating new nodes, deleting existing ones, retrieving specific node data, listing all nodes, moving nodes to different hierarchies, and updating node properties."]]],["Nodes are defined by a name, display name, and a list of associated user IDs. The provided methods allow for managing nodes, including creating, deleting, retrieving, and listing them. Nodes can be moved under another node or a customer. Existing nodes can also be updated. The JSON representation of a node shows the structure used to define the fields of the node.\n"]]