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.
|
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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]