REST Resource: nodes.deployments.devices

リソース: デバイス

JSON 表現
{
  "name": string,
  "fccId": string,
  "serialNumber": string,
  "preloadedConfig": {
    object (DeviceConfig)
  },
  "activeConfig": {
    object (DeviceConfig)
  },
  "state": enum (State),
  "grants": [
    {
      object (DeviceGrant)
    }
  ],
  "displayName": string,
  "deviceMetadata": {
    object (DeviceMetadata)
  },
  "currentChannels": [
    {
      object (ChannelWithScore)
    }
  ],
  "grantRangeAllowlists": [
    {
      object (FrequencyRange)
    }
  ]
}
フィールド
name

string

出力のみ。リソースパス名。

fccId

string

デバイスの FCC 識別子。

serialNumber

string

デバイスのメーカーがデバイスに割り当てるシリアル番号。

preloadedConfig

object (DeviceConfig)

デバイスの構成。SAS Portal API で指定します。

activeConfig

object (DeviceConfig)

出力のみ。SAS に登録されているデバイスの現在の構成。

state

enum (State)

出力のみ。デバイスの状態。

grants[]

object (DeviceGrant)

出力のみ。デバイスに保持されている権限。

displayName

string

デバイスの表示名。

deviceMetadata

object (DeviceMetadata)

SAS Portal と SAS 登録リクエストの両方でオーバーライドできるデバイス パラメータ。

currentChannels[]
(deprecated)

object (ChannelWithScore)

出力のみ。スコアのある現在のチャンネル。

grantRangeAllowlists[]

object (FrequencyRange)

許可リストに含まれる範囲のみが、新しい付与に利用できます。

Methods

create

node または customer の下に device を作成します。

createSigned

node または customer の下に署名付き device を作成します。

list

node または customerdevices を一覧表示します。