REST Resource: nodes.deployments.devices
แหล่งข้อมูล: อุปกรณ์
การแสดง 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 )
}
]
} |
ช่อง |
name |
string
เอาต์พุตเท่านั้น ชื่อเส้นทางทรัพยากร
|
fccId |
string
ตัวระบุ FCC ของอุปกรณ์
|
serialNumber |
string
หมายเลขซีเรียลที่ผู้ผลิตอุปกรณ์กําหนดให้
|
preloadedConfig |
object (DeviceConfig )
การกําหนดค่าอุปกรณ์ตามที่ระบุไว้ใน SAS Portal API
|
activeConfig |
object (DeviceConfig )
เอาต์พุตเท่านั้น การกําหนดค่าปัจจุบันของอุปกรณ์ตามที่ลงทะเบียนกับ SAS
|
state |
enum (State )
เอาต์พุตเท่านั้น สถานะอุปกรณ์
|
grants[] |
object (DeviceGrant )
เอาต์พุตเท่านั้น เงินสนับสนุนที่อุปกรณ์ครอบครอง
|
displayName |
string
ชื่อที่แสดงของอุปกรณ์
|
deviceMetadata |
object (DeviceMetadata )
พารามิเตอร์อุปกรณ์ที่ลบล้างได้โดยทั้งพอร์ทัล SAS และคําขอลงทะเบียน SAS
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
เอาต์พุตเท่านั้น ช่องปัจจุบันที่มีคะแนน
|
grantRangeAllowlists[] |
object (FrequencyRange )
เฉพาะช่วงที่อยู่ในรายการที่อนุญาตเท่านั้นที่จะมีสิทธิ์สําหรับการให้สิทธิ์ใหม่
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2022-11-02 UTC
[null,null,["อัปเดตล่าสุด 2022-11-02 UTC"],[[["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 like `create`, `createSigned`, and `list` to register and track devices."],["A JSON representation of the `Device` resource is provided, illustrating its structure and data fields for integration purposes."]]],["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"]]