REST Resource: customers.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."],[[["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"]]