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 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)."],[[["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"]]