Method: customers.devices.signDevice
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
HTTP-Anfrage
POST https://sasportal.googleapis.com/v1alpha1/{device.name=customers/*/devices/*}:signDevice
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
device.name |
string
Nur Ausgabe. Der Name des Ressourcenpfads.
|
Anfragetext
Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung |
{
"device": {
"name": string,
"fccId": string,
"serialNumber": string,
"preloadedConfig": {
"category": enum (DeviceCategory ),
"model": {
object (DeviceModel )
},
"airInterface": {
object (DeviceAirInterface )
},
"installationParams": {
object (InstallationParams )
},
"measurementCapabilities": [
enum (MeasurementCapability )
],
"userId": string,
"callSign": string,
"state": enum (State ),
"isSigned": boolean,
"updateTime": string
},
"activeConfig": {
"category": enum (DeviceCategory ),
"model": {
object (DeviceModel )
},
"airInterface": {
object (DeviceAirInterface )
},
"installationParams": {
object (InstallationParams )
},
"measurementCapabilities": [
enum (MeasurementCapability )
],
"userId": string,
"callSign": string,
"state": enum (State ),
"isSigned": boolean,
"updateTime": string
},
"state": enum (State ),
"grants": [
{
"maxEirp": number,
"frequencyRange": {
object (FrequencyRange )
},
"state": enum (GrantState ),
"channelType": enum (ChannelType ),
"moveList": [
{
object (DpaMoveList )
}
],
"expireTime": string,
"suspensionReason": [
string
],
"grantId": string,
"lastHeartbeatTransmitExpireTime": string
}
],
"displayName": string,
"deviceMetadata": {
"interferenceCoordinationGroup": string,
"commonChannelGroup": string,
"antennaModel": string,
"nrqzValidated": boolean,
"nrqzValidation": {
object (NrqzValidation )
}
},
"currentChannels": [
{
"frequencyRange": {
object (FrequencyRange )
},
"score": number
}
],
"grantRangeAllowlists": [
{
"lowFrequencyMhz": number,
"highFrequencyMhz": number
}
]
}
} |
Felder |
device.fccId |
string
Die FCC-ID des Geräts.
|
device.serialNumber |
string
Eine Seriennummer, die dem Gerät vom Gerätehersteller zugewiesen wurde.
|
device.preloadedConfig |
object (DeviceConfig )
Konfiguration des Geräts, wie über die SAS Portal API angegeben.
|
device.activeConfig |
object (DeviceConfig )
Nur Ausgabe. Aktuelle Konfiguration des Geräts, wie es bei der SAS registriert ist.
|
device.state |
enum (State )
Nur Ausgabe. Gerätestatus.
|
device.grants[] |
object (DeviceGrant )
Nur Ausgabe. Vom Gerät gehaltene Berechtigungen.
|
device.displayName |
string
Anzeigename des Geräts.
|
device.deviceMetadata |
object (DeviceMetadata )
Geräteparameter, die sowohl vom SAS-Portal als auch von SAS-Registrierungsanfragen überschrieben werden können.
|
device.currentChannels[] (deprecated) |
object (ChannelWithScore )
Nur Ausgabe. Aktuelle Kanäle mit Bewertungen.
|
device.grantRangeAllowlists[] |
object (FrequencyRange )
Nur Bereiche, die sich in den Zulassungslisten befinden, sind für neue Erteilungen verfügbar.
|
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/sasportal
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: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eSigns a device, using the provided device details in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a POST request to the specified URL with path parameters for device name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body includes device information such as FCC ID, serial number, configuration, and grant details.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will have an empty body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This document details how to sign a device using a `POST` HTTP request to `https://sasportal.googleapis.com/v1alpha1/{device.name=customers/*/devices/*}:signDevice`. The request includes a required `device.name` path parameter. The request body uses a JSON structure that outlines device attributes, like FCC ID, serial number, preloaded and active configurations, current grants, and display name. The operation requires `https://www.googleapis.com/auth/sasportal` OAuth scope and, if successful, returns an empty response body.\n"],null,[]]