REST Resource: 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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `Device` resource represents a device registered with the Spectrum Access System (SAS), including details like FCC ID, serial number, and configuration."],["Devices can be managed through various methods like `delete`, `get`, `move`, `patch`, `signDevice`, and `updateSigned` to control their lifecycle and properties."],["The `Device` resource provides information about a device's current state, grants, and operational parameters, allowing for monitoring and control within the SAS."],["A JSON representation of the `Device` resource outlines its structure and the specific data fields associated with each device."]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Key device information includes `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels`, and `grantRangeAllowlists`. Available actions for a device involve deletion, retrieval of details, relocation to a different node or customer, modification, signing, and updating signed versions. The current channels field is deprecated.\n"]]