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 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 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"]]