Device Manager API
Stay organized with collections
Save and categorize content based on your preferences.
The Device Manager API is a Create, Read, Update, and Delete (CRUD) API used to manage devices
and their configurations. A device is a resource, and device configurations are metadata about the
device.
In addition to the standard
CreateDevice()
,
GetDevice()
, and
UpdateDevice()
methods to manage devices, we also have a method,
CreateSignedDevice()
, to create devices that need to be installed by a CPI from a
JWT-encoded payload.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-12-05 UTC.
[null,null,["Last updated 2023-12-05 UTC."],[],["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"],null,[]]