Files
tacker/api-ref/source/v1/samples/vims/vims-update-request.json
Yan Xing'an fa4fa99945 Update vims api-ref for rocky
update the api doc of create/list/show/update-vim

Closes-bug: #1777549
Partially Implements: blueprint update-api-ref-for-rocky

Change-Id: Ie796d2024e30191d0724053273c8df6c2b806821
2018-06-19 10:48:19 +08:00

17 lines
398 B
JSON

{
"vim": {
"auth_cred": {
"username": "new_nfv_user",
"user_domain_name": "NewDomain",
"password": "newpassword",
"cert_verify": "True"
},
"vim_project": {
"name": "new_nfv",
"project_domain_name": "NewDomain"
},
"name": "new_VIM1",
"description": "New Description"
}
}