b31d469fea26b7f1cf14083aa8b81a10d1d1c7e1
[vfc/nfvo/resmanagement.git] /
1 {
2     "request": {
3         "uri": "/openoapi/resmgr/v1/ports",
4         "method": "post",
5         "headers": {
6             "Content-Type": "application/json;charset=UTF-8"
7         },
8         "json": {
9             "id": "12345678",
10             "name": "portName",
11             "networkId": "1111",
12             "status": "ACTIVE",
13             "tenantId": "123456",
14             "vimId": "11",
15             "vimName": "22"
16         }
17     },
18     "response": {
19         "status": 200,
20         "json": {
21             "msg": "org.openo.nfvo.resmanage.common.add.success"
22         }
23     }
24 }