ממשק API לניהול מכשירים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Device Manager API הוא API מסוג 'יצירה, קריאה', 'עדכון' ו'מחיקה' (CRUD), המשמש לניהול מכשירים והגדרות אישיות. מכשיר הוא משאב, והתצורות שלו הן מטא-נתונים לגבי
המכשיר.
בנוסף לשיטות הרגילות של
CreateDevice()
,
GetDevice()
ו-
UpdateDevice()
לניהול מכשירים, יש לנו גם שיטה,
CreateSignedDevice()
, ליצור מכשירים שצריכים להתקין את ה-CPI מ מטען ייעודי (payload) מקודד JWT.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 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."]]