REST Resource: nodes

  • 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

string

Output only. Resource name.

displayName

string

The node's display name.

sasUserIds[]

string

User ids used by the devices belonging to this node.

Methods

get

Returns a requested node.