API Trình quản lý thiết bị
Device Manager API là một API tạo, đọc, cập nhật và xóa (CRUD) dùng để quản lý thiết bị
và cấu hình của các thiết bị đó. Thiết bị là một tài nguyên và các cấu hình thiết bị là siêu dữ liệu về thiết bị.
Ngoài các phương thức tiêu chuẩn
CreateDevice()
,
GetDevice()
và
UpdateDevice()
để quản lý thiết bị, chúng tôi cũng có một phương thức,
CreateSignedDevice()
, để tạo thiết bị cần được cài đặt bằng CPI từ
trọng tải được mã hóa JWT.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-09-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]