REST Resource: nodes.deployments.devices
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: Thiết bị
Biểu diễn dưới dạng 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 )
}
]
} |
Trường |
name |
string
Chỉ có đầu ra. Tên đường dẫn tài nguyên.
|
fccId |
string
Mã nhận dạng FCC của thiết bị.
|
serialNumber |
string
Số sê-ri do nhà sản xuất thiết bị chỉ định cho thiết bị.
|
preloadedConfig |
object (DeviceConfig )
Cấu hình của thiết bị, như được chỉ định thông qua SAS Portal API.
|
activeConfig |
object (DeviceConfig )
Chỉ có đầu ra. Cấu hình hiện tại của thiết bị khi được đăng ký với SAS.
|
state |
enum (State )
Chỉ có đầu ra. Trạng thái thiết bị.
|
grants[] |
object (DeviceGrant )
Chỉ có đầu ra. Các quyền mà thiết bị có.
|
displayName |
string
Tên hiển thị của thiết bị.
|
deviceMetadata |
object (DeviceMetadata )
Các thông số thiết bị mà cả Cổng SAS và yêu cầu đăng ký SAS đều có thể ghi đè.
|
currentChannels[] (deprecated) |
object (ChannelWithScore )
Chỉ có đầu ra. Các kênh hiện tại có điểm số.
|
grantRangeAllowlists[] |
object (FrequencyRange )
Chỉ những dải địa chỉ nằm trong danh sách cho phép mới có thể được cấp mới.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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,[]]