summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/portroa/modportsfail1.json
blob: 6c3f5215339f7c767b8bb26fd5602bc61d0236d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
    "request": {
        "uri": "/openoapi/resmgr/v1/ports",
        "method": "put",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
            "id": "aaaa",
            "name": "portName",
            "networkId": "1111",
            "status": "ACTIVE",
            "tenantId": "123456",
            "vimId": "11",
            "vimName": "22"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.common.update.error"
        }
    }
}