AI-generated Key Takeaways
-
This documentation outlines the
Device
resource within the Spectrum Access System, detailing its properties like FCC ID, serial number, configuration, and operational state. -
The
Device
resource includes nested objects for configuration, grants, metadata, and frequency ranges for spectrum access. -
Developers can manage
Device
resources using methods likecreate
,createSigned
, andlist
to register and track devices. -
A JSON representation of the
Device
resource is provided, illustrating its structure and data fields for integration purposes.
Resource: Device
JSON representation |
---|
{ "name": string, "fccId": string, "serialNumber": string, "preloadedConfig": { object ( |
Fields | |
---|---|
name |
Output only. The resource path name. |
fccId |
The FCC identifier of the device. |
serialNumber |
A serial number assigned to the device by the device manufacturer. |
preloadedConfig |
Configuration of the device, as specified via SAS Portal API. |
activeConfig |
Output only. Current configuration of the device as registered to the SAS. |
state |
Output only. Device state. |
grants[] |
Output only. Grants held by the device. |
displayName |
Device display name. |
deviceMetadata |
Device parameters that can be overridden by both SAS Portal and SAS registration requests. |
currentChannels[] |
Output only. Current channels with scores. |
grantRangeAllowlists[] |
Only ranges that are within the allowlists are available for new grants. |
Methods |
|
---|---|
|
Creates a device under a node or customer . |
|
Creates a signed device under a node or customer . |
|
Lists devices under a node or customer . |