summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/resoperateroa/addresourcesuccess1.json
blob: bf22e5856091730b331075e42f31795d4fcbb499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "request": {
        "uri": "/api/resmgr/v1/resoperate/resmgr/vims?tenantId=1234&vimId=123",
        "method": "post",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
            
        }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.common.add.success"
        }
    }
}