AI-generated Key Takeaways
-
A Node is a resource within the Spectrum Access System, represented by a JSON object with properties like name, display name, and associated user IDs.
-
Nodes have specific fields like
name
,displayName
, andsasUserIds
which define their properties and relationships. -
You can manage nodes using methods such as create, delete, get, list, move, and patch to perform various operations on them.
-
These 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.
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 . |