REST Resource: nodes.nodes.nodes
সম্পদ: নোড
JSON প্রতিনিধিত্ব |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
ক্ষেত্র |
---|
name | string শুধুমাত্র আউটপুট। সম্পদের নাম. |
displayName | string নোডের প্রদর্শনের নাম। |
sasUserIds[] | string এই নোডের অন্তর্গত ডিভাইস দ্বারা ব্যবহৃত ব্যবহারকারী আইডি। |
পদ্ধতি |
---|
| একটি নতুন node তৈরি করে। |
| তালিকা nodes . |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-11-02 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Defines a Node resource with properties like name, display name, and associated user IDs."],["Provides methods to create and list nodes within the system."],["Details the JSON representation of a node for data exchange purposes."]]],["The `Node` resource is defined with properties: `name` (resource name), `displayName` (node's display name), and `sasUserIds` (user IDs used by devices in the node). Nodes are represented in JSON format using these properties. Key actions include creating new nodes and listing existing nodes. The `create` method allows for the generation of a new node and the `list` method to see all the available nodes.\n"]]