REST Resource: customers.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。"],[[["This document provides information on the `Device` resource, including its JSON representation and available methods."],["The `Device` resource represents a device registered with the Spectrum Access System (SAS), holding details like FCC ID, serial number, and configuration."],["You can manage devices through various methods like creating, deleting, getting, listing, moving, patching, signing, and updating."],["The JSON representation outlines the structure of a `Device` object and its attributes, providing insights into its properties and relationships."]]],["The content describes the \"Device\" resource, outlining its JSON structure and methods. Key device information includes `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels`, and `grantRangeAllowlists`. Available methods for devices are: creating, creating signed, deleting, getting, listing, moving, patching, signing, and updating signed devices. These actions are done under a node or customer.\n"]]