REST Resource: nodes.deployments.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."],[[["This documentation outlines the `Device` resource within the Spectrum Access System, detailing its properties like FCC ID, serial number, configuration, and operational state."],["The `Device` resource includes nested objects for configuration, grants, metadata, and frequency ranges for spectrum access."],["Developers can manage `Device` resources using methods like `create`, `createSigned`, and `list` to register and track devices."],["A JSON representation of the `Device` resource is provided, illustrating its structure and data fields for integration purposes."]]],["The provided content defines a \"Device\" resource, detailing its JSON representation and associated methods. A device includes properties like `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels` (deprecated), and `grantRangeAllowlists`. Key actions include creating a device under a node or customer, creating a signed device, and listing devices. Device parameters can be overriden by both SAS Portal and SAS registration requests.\n"]]