REST Resource: 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 |
|
Gibt einen angeforderten node zurück. |
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)."],[[["The Node resource represents a node within the Spectrum Access System, identified by its name and display name."],["Each node can have multiple SAS user IDs associated with its devices."],["You can retrieve details about a specific node using the `get` method."],["The Node resource is represented in JSON format with fields for name, display name, and SAS user IDs."]]],["The `Node` resource has a JSON representation with fields for `name` (resource name), `displayName` (node's display name), and `sasUserIds` (user IDs of devices in the node). The resource supports the `get` method, which retrieves a specific node. The core actions involve defining a node's properties through these fields and using the `get` method to retrieve a specific node's information.\n"]]