d36289859d482d159749e8c8671f17a20cd79fd8
[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": "aaaa",
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.service.base.location.update.modified.check"
21         }
22     }
23 }