We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What would you like to be enhanced Check API and provide example or default values for dataDisk and snapshot
Why is this needed
Proposed solution API 검토 및 구동 가능 예시 제공. (참고: #1198 for NLB API)
/ns/{nsId}/resources/dataDisk { "connectionName": "string", "cspDataDiskId": "string", "description": "string", "diskSize": "string", "diskType": "string", "name": "string" }
http://localhost:1323/tumblebug/swagger/index.html#/%5BInfra%20service%5D%20MCIS%20Provisioning%20management/put_ns__nsId__mcis__mcisId__vm__vmId_
는 attach, detach할 dataDisk 지정 항목이 없는 것으로 보임.
The text was updated successfully, but these errors were encountered:
PTAL @jihoon-seo
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What would you like to be enhanced
Check API and provide example or default values for dataDisk and snapshot
Why is this needed
Proposed solution
API 검토 및 구동 가능 예시 제공.
(참고: #1198 for NLB API)
/ns/{nsId}/resources/dataDisk
{
"connectionName": "string",
"cspDataDiskId": "string",
"description": "string",
"diskSize": "string",
"diskType": "string",
"name": "string"
}
http://localhost:1323/tumblebug/swagger/index.html#/%5BInfra%20service%5D%20MCIS%20Provisioning%20management/put_ns__nsId__mcis__mcisId__vm__vmId_
는 attach, detach할 dataDisk 지정 항목이 없는 것으로 보임.
The text was updated successfully, but these errors were encountered: