기기 관리도구 API
Device Manager API는 기기 및 기기 구성을 관리하는 데 사용되는 만들기, 읽기, 업데이트, 삭제 (CRUD) API입니다. 기기는 리소스이고 기기 구성은 기기에 대한 메타데이터입니다.
기기를 관리하는 표준 CreateDevice()
, GetDevice()
, UpdateDevice()
메서드 외에도 CreateSignedDevice()
메서드로 JWT로 인코딩된 페이로드에서 CPI로 설치해야 하는 기기를 만들 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2022-09-26(UTC)
[null,null,["최종 업데이트: 2022-09-26(UTC)"],[[["The Device Manager API allows for creating, reading, updating, and deleting devices and their configurations."],["Devices are treated as resources, and device configurations are considered metadata."],["In addition to standard device management methods, a specialized method enables creating devices that require installation by a CPI using a JWT-encoded payload."]]],["The Device Manager API handles devices and their configurations as resources and metadata, respectively. It offers CRUD functionality through `CreateDevice()`, `GetDevice()`, and `UpdateDevice()` methods. Furthermore, it provides `CreateSignedDevice()` for creating devices via a JWT-encoded payload, specifically for devices installed by a CPI. These methods facilitate managing devices and their related information within the system.\n"]]