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