Support M-CMP scenario (how to use APIs) #1731
seokho-son
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
M-CMP 시나리오에 관련된 API 및 사용 방법 요약
Credential 등록
(
init.sh
를 통해 시스템 초기화 수행시에는 활용 필요 없음)Assets (spec, image) 등록
(
init.sh
를 통해 시스템 초기화 수행시에는 활용 필요 없음)MCI 생성/조회/활용/종료/자원정리 관련
Label 및 LabelSelector를 통한 자유로운 정보 조회
K8s 클러스터 생성/조회/활용/종료 관련
기존 CSP 자원, CB-TB에 등록 기능
POST /registerCspResources
Register CSP Native Resources (vNet, securityGroup, sshKey, vm) to CB-Tumblebug
요청 및 응답 예시 (option=exceptVm)
POST /registerCspResourcesAll
Register CSP Native Resources (vNet, securityGroup, sshKey, vm) from all Clouds to CB-Tumblebug
GET /inspectResourcesOverview
Inspect Resources Overview (vNet, securityGroup, sshKey, vm) registered in CB-Tumblebug and CSP for all connections
(주의: 해당 API들은 WIP로, 시간 소요, 오류 발생 등 이슈가 있을 수 있으므로, 테스트는 CB-TB에 직접 등록한 자원 없이 깔끔한 상태에서 진행하고, 자원 정보가 정상적이지 않으면 DB 초기화 필요. 또한 등록을 해제하는 기능이 일부만 구현되어 있음을 참고.)
Beta Was this translation helpful? Give feedback.
All reactions