R
Roy Ellis
Guest
Hi Mark, there is a new'ish REST API to terminate a session at the agent level. curl -v -X DELETE -u tomcat:tomcat http(s)://host
ort/oemanager/applications/agents/agentId/sessions/sessionId Of course, this is still limited by what the session is doing. If it is in an infinite loop, it may not stop. FYI: We've been working with customers struggling to solve these types of issues and have added new features in 11.7.3 (out soon) to help 1) the ability to manually start an agent through the REST API (also JMX and JConsole) 2) the ability to stop an agent and specify how long you want it to wait for requests to complete before shutting down 3) and also when you don't want to wait any longer and force it to shut down Let me know if terminate an agent session works for you. Regards, Roy
Continue reading...
Continue reading...