-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add get VM list in a VMGroup within a MCIS #1176
Conversation
// ListVmByFilter is func to get list VMs in a MCIS by a filter consist of Key and Value 는 // ListMcisGroupVms is func to get VM list with a VMGroup label in a specified MCIS 이외에도 다양하게 활용할 수 있도록 구성하였습니다. |
참고로 reflect pkg 를 활용하였습니다. |
해당 그룹 VM 리스트 조회 기능을 활용하여, nlb 생성 요청 인자를 간소화할 필요가 있겠습니다. (@jihoon-seo) |
This pull request introduces 2 alerts when merging 2f3a7fa into 1a77b5b - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seokho-son 한번 확인 부탁드립니다 😊
@jihoon-seo 리뷰 감사합니다! |
This pull request introduces 3 alerts when merging ef0c090 into 1a77b5b - view on LGTM.com new alerts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seokho-son 감사합니다!
Add get VM list in a VMGroup within a MCIS
API
GET
/ns/{nsId}/mcis/{mcisId}/group/{groupId}
List VMs with a VMGroup label in a specified MCIS
예시
입력
curl -X 'GET'
'http://localhost:1323/tumblebug/ns/ns01/mcis/mc-s5irj/group/group-1?option=id'
-H 'accept: application/json'
출력