REST Resource: nodes.nodes
Zasób: węzeł
Zapis JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa zasobu.
|
displayName |
string
Wyświetlana nazwa węzła.
|
sasUserIds[] |
string
Identyfikatory użytkowników używane przez urządzenia należące do tego węzła.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-11-02 UTC.
[null,null,["Ostatnia aktualizacja: 2022-11-02 UTC."],[[["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."]]],["Nodes are resources represented in JSON with fields including `name`, `displayName`, and `sasUserIds`. Available methods allow for node management: `create`, `delete`, `get`, `list`, `move`, and `patch`. The `create` method creates a new node. `delete` removes a node. `get` retrieves a node, and `list` enumerates nodes. `move` repositions a node under another node or customer, while `patch` updates an existing node.\n"]]