
update the api doc of create/list/show/update-vim Closes-bug: #1777549 Partially Implements: blueprint update-api-ref-for-rocky Change-Id: Ie796d2024e30191d0724053273c8df6c2b806821
17 lines
398 B
JSON
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"
|
|
}
|
|
}
|