AI-generated Key Takeaways
-
The Node resource represents a node within the Spectrum Access System, identified by its name and display name.
-
Each node can have multiple SAS user IDs associated with its devices.
-
You can retrieve details about a specific node using the
get
method. -
The Node resource is represented in JSON format with fields for name, display name, and 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 |
|
---|---|
|
Returns a requested node . |