REST Resource: customers.nodes
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Ресурс: Узел
JSON-представление |
---|
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Поля |
---|
name | string Только вывод. Имя ресурса. |
displayName | string Отображаемое имя узла. |
sasUserIds[] | string Идентификаторы пользователей, используемые устройствами, принадлежащими этому узлу. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eA Node is a resource within the Spectrum Access System, represented by a JSON object with properties like name, display name, and associated user IDs.\u003c/p\u003e\n"],["\u003cp\u003eNodes have specific fields like \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003edisplayName\u003c/code\u003e, and \u003ccode\u003esasUserIds\u003c/code\u003e which define their properties and relationships.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage nodes using methods such as create, delete, get, list, move, and patch to perform various operations on them.\u003c/p\u003e\n"],["\u003cp\u003eThese 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.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: customers.nodes\n\n- [Resource: Node](#Node)\n - [JSON representation](#Node.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Node\n--------------\n\nThe Node.\n\n| JSON representation |\n|-----------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"sasUserIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------|\n| `name` | `string` Output only. Resource name. |\n| `displayName` | `string` The node's display name. |\n| `sasUserIds[]` | `string` User ids used by the devices belonging to this node. |\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes/create) | Creates a new [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |\n| ### [delete](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes/delete) | Deletes a [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |\n| ### [get](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes/get) | Returns a requested [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |\n| ### [list](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes/list) | Lists [nodes](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |\n| ### [move](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes/move) | Moves a [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) under another [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node) or [customer](/spectrum-access-system/reference/rest/v1alpha1/customers#Customer). |\n| ### [patch](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes/patch) | Updates an existing [node](/spectrum-access-system/reference/rest/v1alpha1/customers.nodes#Node). |"]]