{ "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" } } }