REST Resource: customers.nodes.devices
Tài nguyên: Thiết bị
Biểu diễn dưới dạng JSON |
{
"name": string,
"fccId": string,
"serialNumber": string,
"preloadedConfig": {
object (DeviceConfig )
},
"activeConfig": {
object (DeviceConfig )
},
"state": enum (State ),
"grants": [
{
object (DeviceGrant )
}
],
"displayName": string,
"deviceMetadata": {
object (DeviceMetadata )
},
"currentChannels": [
{
object (ChannelWithScore )
}
],
"grantRangeAllowlists": [
{
object (FrequencyRange )
}
]
} |
Các trường |
name |
string
Chỉ đầu ra. Tên đường dẫn tài nguyên.
|
fccId |
string
Mã nhận dạng FCC của thiết bị.
|
serialNumber |
string
Số sê-ri được nhà sản xuất thiết bị gán cho thiết bị.
|
preloadedConfig |
object (DeviceConfig )
Cấu hình của thiết bị, theo chỉ định thông qua API SAS Portal.
|
activeConfig |
object (DeviceConfig )
Chỉ đầu ra. Cấu hình hiện tại của thiết bị khi được đăng ký với SAS.
|
state |
enum (State )
Chỉ đầu ra. Trạng thái thiết bị.
|
grants[] |
object (DeviceGrant )
Chỉ đầu ra. Số tiền mà thiết bị giữ lại.
|
displayName |
string
Tên hiển thị của thiết bị.
|
deviceMetadata |
object (DeviceMetadata )
Các thông số thiết bị mà cả Yêu cầu đăng ký SAS và yêu cầu đăng ký SAS có thể ghi đè.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
Chỉ đầu ra. Những kênh hiện tại có tỷ số.
|
grantRangeAllowlists[] |
object (FrequencyRange )
Chỉ những phạm vi thuộc danh sách cho phép mới có thể cấp cho các khoản tài trợ mới.
|
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."],[[["The Device resource represents a registered device within the Spectrum Access System (SAS), containing details such as FCC ID, serial number, configuration, and operational state."],["Devices can be created and managed under specific nodes or customers using designated methods like `create`, `createSigned`, and `list`."],["The JSON representation of a Device object includes key fields like name, FCC ID, serial number, configuration, state, grants, and metadata."],["Methods are available to create devices (`create`, `createSigned`) and list existing devices (`list`) within the system."]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Devices have properties like `name`, `fccId`, `serialNumber`, `preloadedConfig`, and `activeConfig`. It includes information regarding the device state, grants, display name, metadata, current channels (deprecated), and grant range allowlists. The methods available include `create`, `createSigned`, for creating a device and `list` for listing devices under a customer or node.\n"]]