API Pengelola Perangkat
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Device Manager API adalah API Buat, Baca, Perbarui, dan Hapus (CRUD) yang digunakan untuk mengelola perangkat dan konfigurasinya. Perangkat adalah resource, dan konfigurasi perangkat adalah metadata tentang perangkat.
Selain metode
CreateDevice()
,
GetDevice()
, dan
UpdateDevice()
standar untuk mengelola perangkat, kami juga memiliki metode,
CreateSignedDevice()
, untuk membuat perangkat yang perlu diinstal oleh CPI dari
payload yang dienkode JWT.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 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."]]