I'm just wondering if there's a restful api or curl commands for 12c versions below to managed the servers in weblogic like doing stop, start of the specific server.
I have tried the below api link for version 12.1.3.0.0 (12c) and managed to get what i wanted.
https://[Host]:[Port]/management/wls/latest/servers/id/[Servername]/shutdown?force=true
However, in the previous versions like 10.3.6.0. (11g) it doesn't seems to work even if use some curl commands. my reason for this is i just want to automate some actions in weblogic.
can anyone help me with this.
question from:
https://stackoverflow.com/questions/65838376/weblogic-api-and-curl 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…