- 홈
- API Enriched
- API 참조
- 🔧 Ce Management API
🔧 Ce Management API
이미지 다운로드 및 업그레이드 전 유효성 검사를 포함한 토큰 기반 프로비저닝. 플릿 그룹화를 통해 분산된 위치에 대한 일괄 작업이 가능합니다.
- 카테고리: 인프라
- 복잡도: 보통
- 경로: 28 | 스키마: 231
- 티어: 표준
- 관련 도메인:
customer_edge,sites
사용 사례
섹션 제목: “사용 사례”- Customer Edge 사이트 생명 주기 관리
- 네트워크 인터페이스 및 플릿 설정 구성
- 사이트 등록 및 토큰 워크플로우 처리
- 업그레이드 전 검사를 통한 사이트 업그레이드 실행
기본 리소스
섹션 제목: “기본 리소스”- site_config: 엣지 노드 설정을 위한 사이트 구성
- fleet_config: 멀티 사이트 관리를 위한 플릿 구성
- registration_token: 사이트 온보딩을 위한 등록 토큰
엔드포인트
섹션 제목: “엔드포인트”| 메서드 | 경로 | 설명 |
|---|---|---|
| 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 버전 조회. |