blob: c490bc9d5a5f5cfaa3c31af172c947d93a8361a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"request": {
"uri": "/openoapi/resmgr/v1/locations",
"method": "post",
"headers": {
"Content-Type": "application/json;charset=UTF-8"
},
"json": {
"id": "12345678",
"country": "china",
"location": "shenzhen",
"latitude": "11",
"longitude": "22.2",
"description": ""
}
},
"response": {
"status": 200,
"json": {
"msg": "org.openo.nfvo.resmanage.service.base.location.add.entity.check"
}
}
}
|