P
Peter Judge
Guest
You can use simple REST calls. GET http://localhost:8820/oemanager/applications/mediaresource/agents (where you replace ‘mediaresource’ with your ABL application name which defaults to the instance name To kill an agent DELETE localhost:8820/.../14700 where you replace 14700 with the agentPID from the previous call (in addition to the mediaresource). There is doc on these calls at https://documentation.progress.com/output/ua/OpenEdge_latest/pasoe-admin/rest-api-reference-for-oemanager.war.html#
Continue reading...
Continue reading...