REST Resource: 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"],[[["The `Device` resource represents a device registered with the Spectrum Access System (SAS), including details like FCC ID, serial number, and configuration."],["Devices can be managed through various methods like `delete`, `get`, `move`, `patch`, `signDevice`, and `updateSigned` to control their lifecycle and properties."],["The `Device` resource provides information about a device's current state, grants, and operational parameters, allowing for monitoring and control within the SAS."],["A JSON representation of the `Device` resource outlines its structure and the specific data fields associated with each device."]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Key device information includes `name`, `fccId`, `serialNumber`, `preloadedConfig`, `activeConfig`, `state`, `grants`, `displayName`, `deviceMetadata`, `currentChannels`, and `grantRangeAllowlists`. Available actions for a device involve deletion, retrieval of details, relocation to a different node or customer, modification, signing, and updating signed versions. The current channels field is deprecated.\n"]]