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