REST Resource: customers.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 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"]]