Controlling Oracle WebLogic Server via RESTFul Management Service
RESTFul Management Services are really powerful in terms of monitoring your Oracle WebLogic Server Domain, but you can also use RESTFul Management Services to control your Oracle WebLogic Server Domain.
RESTFul Management Services are enabling you to startup, suspend, resume and shutdown for example your Managed Servers.
All what you need is cURL, the Admin User and Password of your Oracle WebLogic Server, Hostname of your Oracle WebLogic Domain and the Port of your AdminServer.
# cURL syntax to start up the Managed Server called DemoManagedServer1
#
curl...