summaryrefslogtreecommitdiffstats
path: root/ResmanagementService/service/src/integration-test/resources/testcase/portroa/createportssuccess1.json
blob: b31d469fea26b7f1cf14083aa8b81a10d1d1c7e1 (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": "post",
        "headers": {
            "Content-Type": "application/json;charset=UTF-8"
        },
        "json": {
            "id": "12345678",
            "name": "portName",
            "networkId": "1111",
            "status": "ACTIVE",
            "tenantId": "123456",
            "vimId": "11",
            "vimName": "22"
        }
    },
    "response": {
        "status": 200,
        "json": {
            "msg": "org.openo.nfvo.resmanage.common.add.success"
        }
    }
}