Page Summary
-
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.
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. |
|
Lists nodes. |