Overriding App Resource Configuration
DME
Copy
POST http://<mgmt0_IP>/api/mo/sys/apphosting/appconf-<app-id>/resource.json
{ "apphostingAppResourceCfg" : { "attributes" : { "adminSt" : "enabled", "cpu" : "7400", "memory" : "2048" } } } { "apphostingAppResourceCfg" : { "attributes" : { "adminSt" : "disabled", "cpu" : "7400", "memory" : "2048" } } }
Response
{ imdata:[] }