ডিভাইস ম্যানেজার API
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
ডিভাইস ম্যানেজার API হল একটি ক্রিয়েট, রিড, আপডেট এবং ডিলিট (CRUD) API যা ডিভাইস এবং তাদের কনফিগারেশন পরিচালনা করতে ব্যবহৃত হয়। একটি ডিভাইস একটি সম্পদ, এবং ডিভাইস কনফিগারেশন হল ডিভাইস সম্পর্কে মেটাডেটা।
ডিভাইসগুলি পরিচালনা করার জন্য স্ট্যান্ডার্ড CreateDevice()
, GetDevice()
, এবং UpdateDevice()
পদ্ধতিগুলি ছাড়াও, আমাদের কাছে একটি পদ্ধতি রয়েছে, CreateSignedDevice()
, এমন ডিভাইসগুলি তৈরি করার জন্য যা একটি JWT-এনকোডেড পেলোড থেকে CPI দ্বারা ইনস্টল করতে হবে৷
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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."]]