REST Resource: nodes.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.
|
Metody |
|
Tworzy nowy element: node . |
|
Wyświetla listę nodes . |
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."],[[["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."]]],["The `Node` resource is defined with properties: `name` (resource name), `displayName` (node's display name), and `sasUserIds` (user IDs used by devices in the node). Nodes are represented in JSON format using these properties. Key actions include creating new nodes and listing existing nodes. The `create` method allows for the generation of a new node and the `list` method to see all the available nodes.\n"]]