Method: deployments.devices.signDevice
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
HTTP 要求
POST https://sasportal.googleapis.com/v1alpha1/{device.name=deployments/*/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
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2022-11-02 (世界標準時間)。
[[["容易理解","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 (世界標準時間)。"],[[["Signs a device, requiring the `https://www.googleapis.com/auth/sasportal` OAuth scope for authorization."],["The HTTP request uses the `POST` method and gRPC Transcoding syntax with the URL `https://sasportal.googleapis.com/v1alpha1/{device.name=deployments/*/devices/*}:signDevice`."],["Path parameters include `device.name` which represents the resource path name."],["The request body requires data specifying device details such as FCC ID, serial number, configuration, state, grants, display name, metadata, and allowed frequency ranges."],["A successful response will return an empty body."]]],[]]