REST Resource: nodes.deployments.devices
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: Device
Zapis 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 )
}
]
} |
Pola |
name |
string
Tylko dane wyjściowe. Nazwa ścieżki zasobu.
|
fccId |
string
Identyfikator FCC urządzenia.
|
serialNumber |
string
Numer seryjny przypisany do urządzenia przez producenta.
|
preloadedConfig |
object (DeviceConfig )
Konfiguracja urządzenia określona za pomocą interfejsu SAS Portal API.
|
activeConfig |
object (DeviceConfig )
Tylko dane wyjściowe. Bieżąca konfiguracja urządzenia zarejestrowanego w SAS.
|
state |
enum (State )
Tylko dane wyjściowe. Stan urządzenia.
|
grants[] |
object (DeviceGrant )
Tylko dane wyjściowe. Uprawnienia przyznane urządzeniu.
|
displayName |
string
Wyświetlana nazwa urządzenia.
|
deviceMetadata |
object (DeviceMetadata )
Parametry urządzenia, które mogą zostać zastąpione zarówno przez portal SAS, jak i przez żądania rejestracji SAS.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
Tylko dane wyjściowe. Bieżące kanały z wynikami.
|
grantRangeAllowlists[] |
object (FrequencyRange )
W przypadku nowych zezwoleń dostępne są tylko zakresy znajdujące się na listach dozwolonych.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003eThis documentation outlines the \u003ccode\u003eDevice\u003c/code\u003e resource within the Spectrum Access System, detailing its properties like FCC ID, serial number, configuration, and operational state.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDevice\u003c/code\u003e resource includes nested objects for configuration, grants, metadata, and frequency ranges for spectrum access.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can manage \u003ccode\u003eDevice\u003c/code\u003e resources using methods like \u003ccode\u003ecreate\u003c/code\u003e, \u003ccode\u003ecreateSigned\u003c/code\u003e, and \u003ccode\u003elist\u003c/code\u003e to register and track devices.\u003c/p\u003e\n"],["\u003cp\u003eA JSON representation of the \u003ccode\u003eDevice\u003c/code\u003e resource is provided, illustrating its structure and data fields for integration purposes.\u003c/p\u003e\n"]]],["The provided content defines a \"Device\" resource, detailing its JSON representation and associated methods. A device includes properties like `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels` (deprecated), and `grantRangeAllowlists`. Key actions include creating a device under a node or customer, creating a signed device, and listing devices. Device parameters can be overriden by both SAS Portal and SAS registration requests.\n"],null,[]]