summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/locationroa/modlocationsfail1.json
blob: d36289859d482d159749e8c8671f17a20cd79fd8 (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": "put",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
            "id": "aaaa",
            "country": "china",
            "location": "shenzhen",
            "latitude": "11.1",
            "longitude": "22.2",
            "description": ""
        }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.service.base.location.update.modified.check"
        }
    }
}