REST Resource: nodes.deployments.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)"],[[["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"]]