REST Resource: customers.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 details such as FCC ID, serial number, configuration, and operational state."],["Devices can be created and managed under specific nodes or customers using designated methods like `create`, `createSigned`, and `list`."],["The JSON representation of a Device object includes key fields like name, FCC ID, serial number, configuration, state, grants, and metadata."],["Methods are available to create devices (`create`, `createSigned`) and list existing devices (`list`) within the system."]]],["The provided content describes a \"Device\" resource, its JSON representation, and associated methods. Devices have properties like `name`, `fccId`, `serialNumber`, `preloadedConfig`, and `activeConfig`. It includes information regarding the device state, grants, display name, metadata, current channels (deprecated), and grant range allowlists. The methods available include `create`, `createSigned`, for creating a device and `list` for listing devices under a customer or node.\n"]]