REST Resource: deployments.devices
Kaynak: Cihaz
JSON gösterimi |
{
"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 )
}
]
} |
Alanlar |
name |
string
Yalnızca çıkış. Kaynak yolu adı.
|
fccId |
string
Cihazın FCC tanımlayıcısı.
|
serialNumber |
string
Cihaz üreticisi tarafından cihaza atanan seri numarası.
|
preloadedConfig |
object (DeviceConfig )
Cihazın SAS Portal API'sı aracılığıyla belirtilen yapılandırması.
|
activeConfig |
object (DeviceConfig )
Yalnızca çıkış. Cihazın SAS'da kayıtlı olduğu geçerli yapılandırması.
|
state |
enum (State )
Yalnızca çıkış. Cihaz durumu.
|
grants[] |
object (DeviceGrant )
Yalnızca çıkış. Cihaz tarafından verilen hibeler.
|
displayName |
string
Görünen cihaz adı.
|
deviceMetadata |
object (DeviceMetadata )
Hem SAS Portal hem de SAS kayıt istekleri tarafından geçersiz kılınabilen cihaz parametreleri.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
Yalnızca çıkış. Skoru olan mevcut kanallar.
|
grantRangeAllowlists[] |
object (FrequencyRange )
Yalnızca izin verilenler listelerindeki aralıklar yeni hibeler için kullanılabilir.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-11-02 UTC.
[null,null,["Son güncelleme tarihi: 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"]]