mc-data-manager API Swagger & scenarios #58
JH-Lee-cloudlab
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Q1. 각 API 는 Unique한 OperationId가 필요합니다. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
mc-data-manager 사용 시나리오
목차
mc-data-manager Credential 설정 가이드
각 CSP 별 필요 credential 값
credential은 data-manager bin 파일 기준 상대경로로 파일시스템에서 관리 ex) unix socket
credential 관리 profile.json 구성 예시
[ { "profileName": "default", "credentials": { ... } }, { "profileName": "admin", "credentials": { "aws": { "accessKey": "", "secretKey": "" }, "ncp": { "accessKey": "", "secretKey": "" }, "gcp": { "type": "", "project_id": "", "private_key_id": "", "private_key": "", "client_email": "", "client_id": "", "auth_uri": "", "token_uri": "", "auth_provider_x509_cert_url": "", "client_x509_cert_url": "", "universe_domain": "" } } } ]mc-data-manager 사전 준비사항 및 WEB UI 사용 시나리오:
mc-data-manager API Swagger & 사용 시나리오
1. 데이터 백업
2. 데이터 복구
3. 데이터 마이그레이션
Beta Was this translation helpful? Give feedback.
All reactions