Signs a device
.
HTTP request
POST https://sasportal.googleapis.com/v1alpha1/{device.name=nodes/*/devices/*}:signDevice
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
device.name
|
Output only. The resource path name. |
Request body
The request body contains data with the following structure:
| JSON representation | |
|---|---|
{ "device" : { "name" : string , "fccId" : string , "serialNumber" : string , "preloadedConfig" : { object ( |
|
| Fields | |
|---|---|
device.fccId
|
The FCC identifier of the device. |
device.serialNumber
|
A serial number assigned to the device by the device manufacturer. |
device.preloadedConfig
|
Configuration of the device, as specified via SAS Portal API. |
device.activeConfig
|
Output only. Current configuration of the device as registered to the SAS. |
device.state
|
Output only. Device state. |
device.grants[]
|
Output only. Grants held by the device. |
Response body
If successful, the response body will be empty.
Authorization Scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/userinfo.email

