Code Review
/
vfc
/
nfvo
/
driver
/
vnfm
/
svnfm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c2bb60f391a83010fb284caf19db06d3e592a068
[vfc/nfvo/driver/vnfm/svnfm.git]
/
1
{
2
"request": {
3
"uri": "/openoapi/extsys/v1/vnfms/12345",
4
"method": "get",
5
"headers": {
6
"Content-Type": "application/json;charset=UTF-8"
7
},
8
"json": {
9
10
}
11
},
12
"response": {
13
"status": 200,
14
"json": {
15
"vnfmId":"19ecbb3a-3242-4fa3-9926-8dfb7ddc29ee",
16
"name":"vnfm",
17
"type":"Tacker",
18
"vimId":"",
19
"vendor":"ZTE",
20
"version":"v1.0",
21
"description":"vnfm",
22
"certificateUrl":"",
23
"url":"http://127.0.0.1:12306",
24
"userName":"admin",
25
"password":"admin",
26
"createTime":"2016-07-06 15:33:18"
27
}
28
}
29
}