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