summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/locationroa/deletelocationssuccess1.json
blob: eaaf8d9ceaf430b6e10d04006add0a84e73028cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "request": {
        "uri": "/openoapi/resmgr/v1/locations/12345678",
        "method": "delete",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.common.del.success"
        }
    }
}