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 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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2022-11-02 (שעון UTC).
[null,null,["עדכון אחרון: 2022-11-02 (שעון UTC)."],[[["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"]]