Sharing Management Interfaces
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/apphosting.json
{ "apphostingAppHosting": { "attributes": {}, "children" : [ { "apphostingAppConf" : { "attributes" : { "adminSt": "enabled", "appId" : "te_app" }, "children" : [ { "apphostingVnicEntry" : { "attributes" : { "adminSt": "enabled", "hostIntf" : "management", "guestIntfId" : "0" } } }, ]}}]}} { "apphostingAppHosting": { "attributes": {}, "children" : [ { "apphostingAppConf" : { "attributes" : { "adminSt" : "disabled" "appId" : "te_app" } } } ] } }
Response
{ imdata:[] }