REST Resource: nodes.nodes.nodes
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Ressource: Knoten
JSON-Darstellung |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Felder |
name |
string
Nur Ausgabe. Ressourcenname.
|
displayName |
string
Der Anzeigename des Knotens.
|
sasUserIds[] |
string
Von den Geräten dieses Knotens verwendete Nutzer-IDs.
|
Methoden |
|
Erstellt einen neuen node |
|
Listen nodes . |
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: 2025-07-25 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eDefines a Node resource with properties like name, display name, and associated user IDs.\u003c/p\u003e\n"],["\u003cp\u003eProvides methods to create and list nodes within the system.\u003c/p\u003e\n"],["\u003cp\u003eDetails the JSON representation of a node for data exchange purposes.\u003c/p\u003e\n"]]],["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"],null,[]]