Method: customers.devices.signDevice
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
POST https://sasportal.googleapis.com/v1alpha1/{device.name=customers/*/devices/*}:signDevice
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
device.name |
string
出力のみ。リソースパス名。
|
リクエスト本文
リクエストの本文には次の構造のデータが含まれます。
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
}
]
}
} |
フィールド |
device.fccId |
string
デバイスの FCC 識別子。
|
device.serialNumber |
string
デバイスのメーカーがデバイスに割り当てるシリアル番号。
|
device.preloadedConfig |
object (DeviceConfig )
デバイスの構成。SAS Portal API で指定します。
|
device.activeConfig |
object (DeviceConfig )
出力のみ。SAS に登録されているデバイスの現在の構成。
|
device.state |
enum (State )
出力のみ。デバイスの状態。
|
device.grants[] |
object (DeviceGrant )
出力のみ。デバイスに保持されている権限。
|
device.displayName |
string
デバイスの表示名。
|
device.deviceMetadata |
object (DeviceMetadata )
SAS Portal と SAS 登録リクエストの両方でオーバーライドできるデバイス パラメータ。
|
device.currentChannels[] (deprecated) |
object (ChannelWithScore )
出力のみ。スコアのある現在のチャンネル。
|
device.grantRangeAllowlists[] |
object (FrequencyRange )
許可リストに含まれる範囲のみが、新しい付与に利用できます。
|
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/sasportal
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-02 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2022-11-02 UTC。"],[[["Signs a device, using the provided device details in the request body."],["The HTTP request is a POST request to the specified URL with path parameters for device name."],["The request body includes device information such as FCC ID, serial number, configuration, and grant details."],["A successful response will have an empty body."],["Authorization requires the `https://www.googleapis.com/auth/sasportal` scope."]]],[]]