- होम
- API Enriched
- API संदर्भ
- 🔧 Ce Management API
🔧 Ce Management API
इमेज डाउनलोड और प्री-अपग्रेड वैलिडेशन के साथ टोकन-आधारित प्रोविजनिंग। फ्लीट ग्रुपिंग वितरित स्थानों पर बल्क ऑपरेशन सक्षम करती है।
- श्रेणी: इन्फ्रास्ट्रक्चर
- जटिलता: मध्यम
- पाथ: 28 | स्कीमा: 231
- टियर: मानक
- संबंधित डोमेन:
customer_edge,sites
उपयोग के मामले
Section titled “उपयोग के मामले”- Customer Edge साइट लाइफसाइकल प्रबंधित करें
- नेटवर्क इंटरफेस और फ्लीट सेटिंग्स कॉन्फ़िगर करें
- साइट पंजीकरण और टोकन वर्कफ़्लो संभालें
- प्री-अपग्रेड जाँच के साथ साइट अपग्रेड निष्पादित करें
प्राथमिक संसाधन
Section titled “प्राथमिक संसाधन”- site_config: एज नोड सेटिंग्स के लिए साइट कॉन्फ़िगरेशन
- fleet_config: मल्टी-साइट प्रबंधन के लिए फ्लीट कॉन्फ़िगरेशन
- registration_token: साइट ऑनबोर्डिंग के लिए पंजीकरण टोकन
एंडपॉइंट
Section titled “एंडपॉइंट”| विधि | पाथ | विवरण |
|---|---|---|
| POST | /api/config/namespaces/{metadata.namespace}/fleets | फ्लीट बनाएं। |
| PUT | /api/config/namespaces/{metadata.namespace}/fleets/{metadata.name} | फ्लीट बदलें। |
| GET | /api/config/namespaces/{namespace}/fleets | फ्लीट सूची। |
| GET | /api/config/namespaces/{namespace}/fleets/{name} | फ्लीट प्राप्त करें |
| DELETE | /api/config/namespaces/{namespace}/fleets/{name} | फ्लीट हटाएं। |
| GET | /api/config/namespaces/{namespace}/module_management/settings | मॉड्यूल प्रबंधन सेटिंग्स। |
| POST | /api/config/namespaces/{metadata.namespace}/network_interfaces | नेटवर्क इंटरफेस बनाएं। |
| PUT | /api/config/namespaces/{metadata.namespace}/network_interfaces/{metadata.name} | नेटवर्क इंटरफेस बदलें। |
| GET | /api/config/namespaces/{namespace}/network_interfaces | नेटवर्क इंटरफेस सूची। |
| GET | /api/config/namespaces/{namespace}/network_interfaces/{name} | नेटवर्क इंटरफेस प्राप्त करें। |
| DELETE | /api/config/namespaces/{namespace}/network_interfaces/{name} | नेटवर्क इंटरफेस हटाएं। |
| POST | /api/register/namespaces/system/get-image-download-url | इमेज डाउनलोड URL प्राप्त करें। |
| POST | /api/register/namespaces/system/get-registrations-by-token | साइट टोकन द्वारा पंजीकरण UID प्राप्त करें। |
| POST | /api/register/namespaces/system/suggest-values | मान सुझाएं। |
| POST | /api/register/namespaces/{metadata.namespace}/registrations | पंजीकरण बनाएं। |
| PUT | /api/register/namespaces/{metadata.namespace}/registrations/{metadata.name} | पंजीकरण बदलें। |
| POST | /api/register/namespaces/{namespace}/listregistrationsbystate | स्थिति के अनुसार पंजीकरण सूची। |
| POST | /api/register/namespaces/{namespace}/registration/{name}/approve | पंजीकरण स्वीकृत करें। |
| GET | /api/register/namespaces/{namespace}/registrations | पंजीकरण सूची। |
| GET | /api/register/namespaces/{namespace}/registrations/{name} | पंजीकरण प्राप्त करें। |
| DELETE | /api/register/namespaces/{namespace}/registrations/{name} | पंजीकरण हटाएं। |
| GET | /api/register/namespaces/{namespace}/registrations_by_site/{site_name} | साइट के अनुसार पंजीकरण सूची। |
| POST | /api/register/registerBootstrap | पंजीकरण बनाएं। |
| POST | /api/register/requestConfig | पंजीकरण कॉन्फ़िगरेशन। |
| POST | /api/config/namespaces/{metadata.namespace}/usb_policys | USB नीति बनाएं। |
| PUT | /api/config/namespaces/{metadata.namespace}/usb_policys/{metadata.name} | USB नीति बदलें। |
| GET | /api/config/namespaces/{namespace}/usb_policys | USB नीति सूची। |
| GET | /api/config/namespaces/{namespace}/usb_policys/{name} | USB नीति प्राप्त करें। |
| DELETE | /api/config/namespaces/{namespace}/usb_policys/{name} | USB नीति हटाएं। |
| GET | /api/maurice/namespaces/{namespace}/sites/{name}/pre_upgrade_check | प्री-अपग्रेड जाँच। |
| GET | /api/maurice/namespaces/{namespace}/sites/{name}/upgrade_status | अपग्रेड स्थिति प्राप्त करें। |
| GET | /api/maurice/upgradable_sw_versions | अपग्रेड योग्य SW संस्करण प्राप्त करें। |