REST Resource: nodes.nodes.nodes
Resource: Node
Representasi JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Kolom |
name |
string
Hanya output. Nama fasilitas.
|
displayName |
string
Nama tampilan node.
|
sasUserIds[] |
string
ID pengguna yang digunakan oleh perangkat milik node ini.
|
Metode |
|
Membuat node baru. |
|
Mencantumkan nodes . |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2022-11-02 UTC.
[null,null,["Terakhir diperbarui pada 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"]]