REST Resource: customers.nodes
Ressource: Knoten
JSON-Darstellung |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Felder |
name |
string
Nur Ausgabe. Ressourcenname.
|
displayName |
string
Der angezeigte Name des Knotens.
|
sasUserIds[] |
string
Nutzer-IDs, die von den Geräten verwendet werden, die zu diesem Knoten gehören.
|
Methoden |
|
Erstellt einen neuen node |
|
node wird gelöscht. |
|
Gibt einen angeforderten node zurück. |
|
Listet nodes auf. |
|
Verschiebt eine node unter eine andere node oder customer . |
|
Aktualisiert eine vorhandene Bestellung (node ) |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-11-02 (UTC)."],[[["A Node is a resource within the Spectrum Access System, represented by a JSON object with properties like name, display name, and associated user IDs."],["Nodes have specific fields like `name`, `displayName`, and `sasUserIds` which define their properties and relationships."],["You can manage nodes using methods such as create, delete, get, list, move, and patch to perform various operations on them."],["These methods allow for comprehensive control over nodes, including creating new nodes, deleting existing ones, retrieving specific node data, listing all nodes, moving nodes to different hierarchies, and updating node properties."]]],["Nodes are defined by a name, display name, and a list of associated user IDs. The provided methods allow for managing nodes, including creating, deleting, retrieving, and listing them. Nodes can be moved under another node or a customer. Existing nodes can also be updated. The JSON representation of a node shows the structure used to define the fields of the node.\n"]]