REST Resource: nodes.deployments.devices
資源:Device
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 )
}
]
} |
欄位 |
name |
string
僅供輸出。資源路徑名稱。
|
fccId |
string
裝置的 FCC ID。
|
serialNumber |
string
裝置製造商指派給裝置的序號。
|
preloadedConfig |
object (DeviceConfig )
透過 SAS Portal API 指定的裝置設定。
|
activeConfig |
object (DeviceConfig )
僅供輸出。向 SAS 註冊的裝置目前的設定。
|
state |
enum (State )
僅供輸出。裝置狀態。
|
grants[] |
object (DeviceGrant )
僅供輸出。由裝置保存的授權。
|
displayName |
string
裝置顯示名稱。
|
deviceMetadata |
object (DeviceMetadata )
SAS 入口網站和 SAS 註冊要求可以覆寫的裝置參數。
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
僅供輸出。目前的分數頻道。
|
grantRangeAllowlists[] |
object (FrequencyRange )
只有許可清單中的範圍可用於新授權。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-11-02 (世界標準時間)。
[null,null,["上次更新時間:2022-11-02 (世界標準時間)。"],[[["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"]]