REST Resource: 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 ) Конфигурация устройства, как указано через API SAS Portal. |
activeConfig | object ( DeviceConfig ) Только вывод. Текущая конфигурация устройства, зарегистрированная в SAS. |
state | enum ( State ) Только вывод. Состояние устройства. |
grants[] | object ( DeviceGrant ) Только вывод. Гранты, удерживаемые устройством. |
displayName | string Отображаемое имя устройства. |
deviceMetadata | object ( DeviceMetadata ) Параметры устройства, которые могут быть переопределены как порталом SAS, так и запросами на регистрацию SAS. |
currentChannels[] (deprecated) | object ( ChannelWithScore ) Только вывод. Текущие каналы с оценками. |
grantRangeAllowlists[] | object ( FrequencyRange ) Для новых грантов доступны только диапазоны, находящиеся в разрешенных списках. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-25 UTC.
[null,null,["Последнее обновление: 2025-07-25 UTC."],[[["\u003cp\u003eThis document provides information on the Device resource within the Spectrum Access System (SAS), including its JSON representation and available methods.\u003c/p\u003e\n"],["\u003cp\u003eThe Device resource represents a registered device in the SAS, storing its configuration, state, grants, and other relevant metadata.\u003c/p\u003e\n"],["\u003cp\u003eYou can manage Devices using various methods such as creating, deleting, updating, and moving them within the SAS hierarchy.\u003c/p\u003e\n"],["\u003cp\u003eDevices can have preloaded and active configurations, hold grants for spectrum access, and have associated metadata and frequency range allowlists.\u003c/p\u003e\n"],["\u003cp\u003eDetailed information about Device fields and available management methods are provided for developers to interact with the SAS API.\u003c/p\u003e\n"]]],["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"],null,[]]