REST Resource: nodes.nodes.devices
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Device
JSON representation |
{
"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 )
}
]
} |
Fields |
name |
string
Output only. The resource path name.
|
fccId |
string
The FCC identifier of the device.
|
serialNumber |
string
A serial number assigned to the device by the device manufacturer.
|
preloadedConfig |
object (DeviceConfig )
Configuration of the device, as specified via SAS Portal API.
|
activeConfig |
object (DeviceConfig )
Output only. Current configuration of the device as registered to the SAS.
|
state |
enum (State )
Output only. Device state.
|
grants[] |
object (DeviceGrant )
Output only. Grants held by the device.
|
displayName |
string
Device display name.
|
deviceMetadata |
object (DeviceMetadata )
Device parameters that can be overridden by both SAS Portal and SAS registration requests.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
Output only. Current channels with scores.
|
grantRangeAllowlists[] |
object (FrequencyRange )
Only ranges that are within the allowlists are available for new grants.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-05 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 UTC."],[[["The Device resource represents a registered device within the Spectrum Access System (SAS), containing device-specific information like FCC ID, serial number, and operational state."],["Devices can be created and managed under a specific node or customer using provided methods."],["The JSON representation of a device includes key fields like name, configuration details, grants, and metadata."],["Available methods for Device resources include create, createSigned, and list, allowing for device registration and retrieval."]]],["The `Device` resource contains information like `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, and `deviceMetadata`. It includes lists for `currentChannels` (deprecated) and `grantRangeAllowlists`. Key actions include creating devices under a node or customer, both signed and unsigned, as well as listing existing devices. The JSON representation defines the structure of this data.\n"]]