REST Resource: nodes.nodes.devices
리소스: Device
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 )
허용 목록에 있는 범위만 새 권한 부여에 사용할 수 있습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-11-02(UTC)
[null,null,["최종 업데이트: 2022-11-02(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"]]