How to stop/start OTM services using REST API
Summary:
We want to manage stop and start of OTM application server remotely using weblogic or OTM REST APIs.
Content (required):
We have an on-prem OTM 6.5.2 implemented on Linux RHEL 8.7 O/S. As of today, we need to login to application server host and use the <OTM_HOME>/install/webserver/glogweb-wl start/stop script to perform stop/stop application action. I did not see anything helpful in the OTM 6.5.2 API PDF, Oracle Support KMS/SR or google.
We are exploring an option to use weblogic or OTM API's with CURL command (Example for weblogic mserver below) or anything else anyone can suggest to perform the stop/start remotely(without ssh to the application server). Any help in this direction would be helpful.
0