REST Resource: deployments.devices
Ressource: Gerät
JSON-Darstellung |
{
"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 )
}
]
} |
Felder |
name |
string
Nur Ausgabe. Der Name des Ressourcenpfads.
|
fccId |
string
Die FCC-ID des Geräts.
|
serialNumber |
string
Eine Seriennummer, die dem Gerät vom Gerätehersteller zugewiesen wurde.
|
preloadedConfig |
object (DeviceConfig )
Konfiguration des Geräts, wie über die SAS Portal API angegeben.
|
activeConfig |
object (DeviceConfig )
Nur Ausgabe. Aktuelle Konfiguration des Geräts, die beim SAS registriert ist.
|
state |
enum (State )
Nur Ausgabe. Gerätestatus
|
grants[] |
object (DeviceGrant )
Nur Ausgabe. Zuschüsse des Geräts.
|
displayName |
string
Angezeigter Name des Geräts.
|
deviceMetadata |
object (DeviceMetadata )
Geräteparameter, die sowohl von SAS Portal- als auch SAS-Registrierungsanfragen überschrieben werden können.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
Nur Ausgabe. Aktuelle Kanäle mit Bewertungen.
|
grantRangeAllowlists[] |
object (FrequencyRange )
Für neue Zuschüsse sind nur Bereiche verfügbar, die auf der Zulassungsliste stehen.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-11-02 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]