REST Resource: nodes.nodes.nodes
Tài nguyên: Nút
Biểu diễn dưới dạng JSON |
{
"name": string,
"displayName": string,
"sasUserIds": [
string
]
} |
Các trường |
name |
string
Chỉ đầu ra. Tên tài nguyên.
|
displayName |
string
Tên hiển thị của nút.
|
sasUserIds[] |
string
Mã nhận dạng khách hàng mà các thiết bị thuộc về nút này sử dụng.
|
Phương pháp |
|
Tạo một node mới. |
|
Danh sách nodes . |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-11-02 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]