Method: customers.devices.signDevice

簽署 device

HTTP 要求

POST https://sasportal.googleapis.com/v1alpha1/{device.name=customers/*/devices/*}:signDevice

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
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 ID。

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 入口網站和 SAS 註冊要求可以覆寫的裝置參數。

device.currentChannels[]
(deprecated)

object (ChannelWithScore)

僅供輸出。目前的分數頻道。

device.grantRangeAllowlists[]

object (FrequencyRange)

只有許可清單中的範圍可用於新授權。

回應主體

如果成功,則回應內容為空白。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/sasportal