REST Resource: nodes.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 document provides information on the Device resource within the Spectrum Access System (SAS), including its JSON representation and available methods."],["The Device resource represents a registered device in the SAS, storing its configuration, state, grants, and other relevant metadata."],["You can manage Devices using various methods such as creating, deleting, updating, and moving them within the SAS hierarchy."],["Devices can have preloaded and active configurations, hold grants for spectrum access, and have associated metadata and frequency range allowlists."],["Detailed information about Device fields and available management methods are provided for developers to interact with the SAS API."]]],["The document outlines device management within a system, detailing device properties and available actions. Devices have attributes like `name`, `fccId`, `serialNumber`, `activeConfig`, and `state`, represented in JSON format. Available methods include creating, deleting, getting, listing, moving, and updating devices. Devices can also be signed, or have a signed version created or updated. `grantRangeAllowlists` specifies frequencies available for new grants, and `currentChannels` are deprecated.\n"]]