Configuring Bridge Connections
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/apphosting.json
{ "apphostingAppHosting": { "attributes": {}, "children" : [ { "apphostingAppBridge" : { "attributes" : { "adminSt": "enabled", "bridgeId": "1", "vrf": "red", "ipV4Addr": "172.25.44.1/30", }}}]}} { "apphostingAppHosting": { "attributes": {}, "children" : [ { "apphostingAppBridge" : { "attributes" : { "adminSt": "disabled", "bridgeId": "1" }}}]}}
Response
{ imdata:[] }