- ホーム
- 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 | アップグレード可能なソフトウェアバージョンの取得。 |