Cihaz Yöneticisi API'sı
Device Manager API, cihazları ve yapılandırmalarını yönetmek için kullanılan bir Create, Read, Update ve Delete (CRUD) API'sidir. Cihaz bir kaynaktır ve cihaz yapılandırmaları, cihazla ilgili meta verilerdir.
Cihazları yönetmek için kullanılan standart
CreateDevice()
,
GetDevice()
ve
UpdateDevice()
yöntemlerine ek olarak CreateSignedDevice()
yöntemi de vardır. Bu yöntem, JWT kodlamalı bir yükten gelen YBM ile yüklenmesi gereken cihazlar oluşturur.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2022-09-26 UTC.
[null,null,["Son güncelleme tarihi: 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"]]