fc6aed8f6848e76e3f9ac0c1e892291175cf6506
[vfc/nfvo/resmanagement.git] /
1 {
2     "request": {
3         "uri": "/openoapi/resmgr/v1/networks",
4         "method": "put",
5         "headers": {
6             "Content-Type": "application/json;charset=UTF-8"
7         },
8         "json": {
9             "id": "12345678",
10             "name": "newName1",
11             "tenantId": "111111",
12             "status": "active",
13             "vimId": "123",
14             "vimName": "vimName",
15             "physicalNetwork": "physnet1",
16             "networkType": "vlan",
17             "segmentationId": "26"
18         }
19     },
20     "response": {
21         "status": 200,
22         "json": {
23             "msg": "org.openo.nfvo.resmanage.common.update.success"
24         }
25     }
26 }