REST Resource: nodes
リソース: Node
JSON 表現 |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
フィールド |
name |
string
出力のみ。リソース名。
|
displayName |
string
ノードの表示名。
|
sasUserIds[] |
string
このノードに属するデバイスで使用されるユーザー ID。
|
Methods |
|
リクエストされた node を返します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-02 UTC。
[null,null,["最終更新日 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"]]