Device Manager API
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Device Manager API ist eine CRUD-API (Create, Read, Update, Delete), mit der Geräte und ihre Konfigurationen verwaltet werden können. Ein Gerät ist eine Ressource und Gerätekonfigurationen sind Metadaten über das Gerät.
Neben den standardmäßigen Methoden CreateDevice()
, GetDevice()
und UpdateDevice()
zur Verwaltung von Geräten gibt es auch die Methode CreateSignedDevice()
, mit der Geräte erstellt werden können, die über einen CPI aus einer JWT-codierten Nutzlast installiert werden müssen.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-25 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-25 (UTC)."],[[["\u003cp\u003eThe Device Manager API allows for creating, reading, updating, and deleting devices and their configurations.\u003c/p\u003e\n"],["\u003cp\u003eDevices are treated as resources, and device configurations are considered metadata.\u003c/p\u003e\n"],["\u003cp\u003eIn addition to standard device management methods, a specialized method enables creating devices that require installation by a CPI using a JWT-encoded payload.\u003c/p\u003e\n"]]],["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,["# Device Manager API\n\nThe Device Manager API is a Create, Read, Update, and Delete (CRUD) API used to manage devices\nand their configurations. A device is a resource, and device configurations are metadata about the\ndevice.\n\nIn addition to the standard [`CreateDevice()`](/spectrum-access-system/reference/rest/customers.devices/create), [`GetDevice()`](/spectrum-access-system/reference/rest/customers.devices/get), and [`UpdateDevice()`](/spectrum-access-system/reference/rest/customers.devices/patch) methods to manage devices, we also have a method, [`CreateSignedDevice()`](/spectrum-access-system/reference/rest/customers.devices/createSigned), to create devices that need to be installed by a CPI from a\nJWT-encoded payload."]]