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