REST Resource: customers.nodes.nodes

  • 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

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

create

Creates a new node.

list

Lists nodes.