Device Manager API
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Device Manager API 是一个用于创建、读取、更新和删除 (CRUD) API,用于管理设备及其配置。设备是资源,设备配置是有关设备的元数据。
除了标准的 CreateDevice()
、GetDevice()
和 UpdateDevice()
方法管理设备之外,我们还提供了一种方法 CreateSignedDevice()
,用于创建需要由 JWT 编码的 CPI 安装的设备。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\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."]]