REST Resource: nodes.nodes.nodes
Ресурс: узел
Представление JSON |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Поля |
---|
name | string Только вывод. Имя ресурса. |
displayName | string Отображаемое имя узла. |
sasUserIds[] | string Идентификаторы пользователей, используемые устройствами, принадлежащими этому узлу. |
Методы |
---|
| Создает новый node . |
| Перечисляет nodes . |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. 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"]]