c490bc9d5a5f5cfaa3c31af172c947d93a8361a0
[vfc/nfvo/resmanagement.git] /
1 {
2     "request": {
3         "uri": "/openoapi/resmgr/v1/locations",
4         "method": "post",
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",
13             "longitude": "22.2",
14             "description": ""
15         }
16     },
17     "response": {
18         "status": 200,
19         "json": {
20             "msg": "org.openo.nfvo.resmanage.service.base.location.add.entity.check"
21         }
22     }
23 }