REST Resource: nodes.nodes
Risorsa: nodo
Rappresentazione JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Campi |
name |
string
Solo output. Nome della risorsa.
|
displayName |
string
Il nome visualizzato del nodo.
|
sasUserIds[] |
string
ID utente utilizzati dai dispositivi che appartengono a questo nodo.
|
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2022-11-02 UTC.
[null,null,["Ultimo aggiornamento 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"]]