REST Resource: customers.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."],[[["Nodes represent devices in the Spectrum Access System and are identified by a unique resource name."],["Each node has a display name and a list of user IDs associated with its devices."],["You can manage nodes by creating new ones and listing existing ones using the provided methods."],["The JSON representation of a node includes its name, display name, and an array of SAS user IDs."]]],["Nodes have a `name`, `displayName`, and `sasUserIds`. The JSON representation of a node includes these three fields as strings, with `sasUserIds` being an array of strings. Key actions include creating a new node via the `create` method and listing existing nodes using the `list` method. The `name` is output-only, while `displayName` is customizable. The `sasUserIds` represents user IDs associated with devices on the node.\n"]]