Method: deployments.devices.signDevice
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Requête HTTP
POST https://sasportal.googleapis.com/v1alpha1/{device.name=deployments/*/devices/*}:signDevice
L'URL utilise la syntaxe de transcodage gRPC.
Paramètres de chemin d'accès
Paramètres |
device.name |
string
Uniquement en sortie. Nom du chemin d'accès à la ressource.
|
Corps de la requête
Le corps de la requête contient des données présentant la structure suivante :
Représentation JSON |
{
"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
}
]
}
} |
Champs |
device.fccId |
string
Identifiant FCC de l'appareil.
|
device.serialNumber |
string
Numéro de série attribué à l'appareil par le fabricant.
|
device.preloadedConfig |
object (DeviceConfig )
Configuration de l'appareil, telle qu'elle est spécifiée via l'API du portail SAS.
|
device.activeConfig |
object (DeviceConfig )
Uniquement en sortie. Configuration actuelle de l'appareil telle qu'enregistrée auprès du SAS.
|
device.state |
enum (State )
Uniquement en sortie. État de l'appareil.
|
device.grants[] |
object (DeviceGrant )
Uniquement en sortie. Autorisations détenues par l'appareil.
|
device.displayName |
string
Nom à afficher de l'appareil.
|
device.deviceMetadata |
object (DeviceMetadata )
Paramètres de l'appareil pouvant être remplacés par le portail SAS et les demandes d'enregistrement SAS.
|
device.currentChannels[] (deprecated) |
object (ChannelWithScore )
Uniquement en sortie. Chaînes actuelles avec scores.
|
device.grantRangeAllowlists[] |
object (FrequencyRange )
Seules les plages figurant dans les listes d'autorisation sont disponibles pour les nouvelles autorisations.
|
Corps de la réponse
Si la requête aboutit, le corps de la réponse est vide.
Champs d'application des autorisations
Requiert le champ d'application OAuth suivant :
https://www.googleapis.com/auth/sasportal
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (UTC)."],[[["\u003cp\u003eSigns a device, requiring the \u003ccode\u003ehttps://www.googleapis.com/auth/sasportal\u003c/code\u003e OAuth scope for authorization.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses the \u003ccode\u003ePOST\u003c/code\u003e method and gRPC Transcoding syntax with the URL \u003ccode\u003ehttps://sasportal.googleapis.com/v1alpha1/{device.name=deployments/*/devices/*}:signDevice\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003ePath parameters include \u003ccode\u003edevice.name\u003c/code\u003e which represents the resource path name.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires data specifying device details such as FCC ID, serial number, configuration, state, grants, display name, metadata, and allowed frequency ranges.\u003c/p\u003e\n"],["\u003cp\u003eA successful response will return an empty body.\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=deployments/*/devices/*}:signDevice`. The `device.name` path parameter is required. The request body must contain a JSON representation of the device, including details such as `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels`, and `grantRangeAllowlists`. The JSON format represents the structure of the device's configuration. A successful request results in an empty response body. The request needs the OAuth scope `https://www.googleapis.com/auth/sasportal`.\n"],null,[]]