REST Resource: 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."],[[["The `Device` resource represents a device registered with the Spectrum Access System (SAS), including details like FCC ID, serial number, and configuration."],["Devices can be managed through various methods like `delete`, `get`, `move`, `patch`, `signDevice`, and `updateSigned` to control their lifecycle and properties."],["The `Device` resource provides information about a device's current state, grants, and operational parameters, allowing for monitoring and control within the SAS."],["A JSON representation of the `Device` resource outlines its structure and the specific data fields associated with each device."]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Key device information includes `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels`, and `grantRangeAllowlists`. Available actions for a device involve deletion, retrieval of details, relocation to a different node or customer, modification, signing, and updating signed versions. The current channels field is deprecated.\n"]]