REST Resource: nodes.nodes.devices
资源:设备
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 标识符。
|
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 )
只有列入许可名单范围内的范围才可用于新授权。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-11-02。
[null,null,["最后更新时间 (UTC):2022-11-02。"],[[["The Device resource represents a registered device within the Spectrum Access System (SAS), containing device-specific information like FCC ID, serial number, and operational state."],["Devices can be created and managed under a specific node or customer using provided methods."],["The JSON representation of a device includes key fields like name, configuration details, grants, and metadata."],["Available methods for Device resources include create, createSigned, and list, allowing for device registration and retrieval."]]],["The `Device` resource contains information like `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, and `deviceMetadata`. It includes lists for `currentChannels` (deprecated) and `grantRangeAllowlists`. Key actions include creating devices under a node or customer, both signed and unsigned, as well as listing existing devices. The JSON representation defines the structure of this data.\n"]]