3205272ee7e52cf52f6d7230a5822bb64845d73d
[vfc/nfvo/resmanagement.git] /
1 {
2     "request": {
3         "uri": "/openoapi/resmgr/v1/locations",
4         "method": "put",
5         "headers": {
6             "Content-Type": "application/json;charset=UTF-8"
7         },
8         "json": {
9             "id": "12345678",
10             "country": "china",
11             "location": "shenzhen",
12             "latitude": "11.1",
13             "longitude": "22.2",
14             "description": ""
15         }
16     },
17     "response": {
18         "status": 200,
19         "json": {
20             "msg": "org.openo.nfvo.resmanage.common.update.success"
21         }
22     }
23 }