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 ) پیکربندی دستگاه، همانطور که از طریق 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 ) فقط محدوده هایی که در لیست های مجاز هستند برای کمک های مالی جدید در دسترس هستند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2022-11-02 بهوقت ساعت هماهنگ جهانی."],[[["This document provides information on the Device resource within the Spectrum Access System (SAS), including its JSON representation and available methods."],["The Device resource represents a registered device in the SAS, storing its configuration, state, grants, and other relevant metadata."],["You can manage Devices using various methods such as creating, deleting, updating, and moving them within the SAS hierarchy."],["Devices can have preloaded and active configurations, hold grants for spectrum access, and have associated metadata and frequency range allowlists."],["Detailed information about Device fields and available management methods are provided for developers to interact with the SAS API."]]],["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"]]