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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-12-05 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."]]],[]]