Method: customers.devices.signDevice

device に署名します。

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