summaryrefslogtreecommitdiffstats
path: root/huawei/vnfmadapter/VnfmadapterService/service/src/integration-test/resources/vnfmadapter/testcase/vnfroa/deletevnffail.json
blob: e2105a9b1fa973b5a4b2c262de704633d888593b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "request": {
        "uri": "/rest/openoapi/hw-vnfm/v1/12345/vnfs/54321/terminate",
        "method": "post",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
        }        
    },
    "response": {
        "status": 400,
        "json": {
             "retCode": 1,
             "data": "delete vnf success"
        }
    }
}