REST Resource: nodes.deployments.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.
|
activeConfig |
object (DeviceConfig )
الناتج فقط. عملية الإعداد الحالية للجهاز كما هو مسجَّل في قوائم التحقّق من الأمان (SAS).
|
state |
enum (State )
الناتج فقط. حالة الجهاز
|
grants[] |
object (DeviceGrant )
الناتج فقط. المِنح التي يحملها الجهاز
|
displayName |
string
الاسم المعروض للجهاز.
|
deviceMetadata |
object (DeviceMetadata )
معلّمات الجهاز التي يمكن إلغاؤها من خلال طلبات تسجيل SAS Portal وSAS.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
الناتج فقط. القنوات الحالية التي تحقق نتائج.
|
grantRangeAllowlists[] |
object (FrequencyRange )
لا تتوفّر سوى النطاقات ضمن القوائم المسموح بها للمِنح الجديدة.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2022-11-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation outlines the `Device` resource within the Spectrum Access System, detailing its properties like FCC ID, serial number, configuration, and operational state."],["The `Device` resource includes nested objects for configuration, grants, metadata, and frequency ranges for spectrum access."],["Developers can manage `Device` resources using methods like `create`, `createSigned`, and `list` to register and track devices."],["A JSON representation of the `Device` resource is provided, illustrating its structure and data fields for integration purposes."]]],["The provided content defines a \"Device\" resource, detailing its JSON representation and associated methods. A device includes properties like `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels` (deprecated), and `grantRangeAllowlists`. Key actions include creating a device under a node or customer, creating a signed device, and listing devices. Device parameters can be overriden by both SAS Portal and SAS registration requests.\n"]]