REST Resource: customers.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 (世界標準時間)。"],[[["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"]]