- 3,715,830 Users
- 2,242,890 Discussions
- 7,845,629 Comments
Forum Stats
Discussions
Categories
- Industry Applications
- 3.2K Intelligent Advisor
- Insurance
- 1.1K On-Premises Infrastructure
- 375 Analytics Software
- 35 Application Development Software
- 1.8K Cloud Platform
- 700.5K Database Software
- 17.4K Enterprise Manager
- 7 Hardware
- 174 Infrastructure Software
- 97 Integration
- 52 Security Software
weblogic restful api for version 12c below

User_LUGYH
Member Posts: 1
in WebLogic
Hi, 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.
can anyone help me with this.
Thanks