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