AI-generated Key Takeaways
-
A Node resource represents a device or a group of devices and is identified by its name, display name, and user IDs.
-
You can manage Nodes using various methods such as creating, deleting, retrieving, listing, moving, and updating them.
-
The JSON representation of a Node includes its name, display name, and an array of SAS user IDs.
-
Node resources have properties like 'name' for unique identification, 'displayName' for user-friendly representation, and 'sasUserIds' for associated users.
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. |
|
Deletes a node. |
|
Returns a requested node. |
|
Lists nodes. |
|
Moves a node under another node or customer. |
|
Updates an existing node. |