Page Summary
-
A Node resource represents a logical grouping of devices within the Spectrum Access System.
-
Nodes are defined by their name, display name, and a list of SAS user IDs associated with their devices.
-
You can manage nodes with a set of methods: create, delete, get, list, move, and patch.
-
These methods enable comprehensive control over nodes, from initial creation to adjustments in their attributes or hierarchical positioning.
Resource: Node
The Node.
| JSON representation | |
|---|---|
{ "name": string, "displayName": string, "sasUserIds": [ string ] } |
|
| Fields | |
|---|---|
name |
Output only. Resource name. |
displayName |
The node's display name. |
sasUserIds[] |
User ids used by the devices belonging to this node. |
Methods |
|
|---|---|
|
Creates a new node. |
|
Deletes a node. |
|
Returns a requested node. |
|
Lists nodes. |
|
Moves a node under another node or customer. |
|
Updates an existing node. |