REST Resource: nodes.nodes.nodes

  • Defines a Node resource with properties like name, display name, and associated user IDs.

  • Provides methods to create and list nodes within the system.

  • Details the JSON representation of a node for data exchange purposes.

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.