REST Resource: 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 )
許可リストに含まれる範囲のみが、新しい付与に利用できます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-11-02 UTC。
[null,null,["最終更新日 2022-11-02 UTC。"],[[["The `Device` resource represents a device registered with the Spectrum Access System (SAS), including details like FCC ID, serial number, and configuration."],["Devices can be managed through various methods like `delete`, `get`, `move`, `patch`, `signDevice`, and `updateSigned` to control their lifecycle and properties."],["The `Device` resource provides information about a device's current state, grants, and operational parameters, allowing for monitoring and control within the SAS."],["A JSON representation of the `Device` resource outlines its structure and the specific data fields associated with each device."]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Key device information includes `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels`, and `grantRangeAllowlists`. Available actions for a device involve deletion, retrieval of details, relocation to a different node or customer, modification, signing, and updating signed versions. The current channels field is deprecated.\n"]]