Starting an integration server by using the administration REST API
You can use the IBM® App Connect Enterprise administration REST API to start a managed integration server.
Before you begin
Procedure
Start an integration server:
POST http://hostname:port/apiv2/servers/integrationServerName/start
For example, to start the integration server called ACESERV1, run the following curl command:
curl -X POST http://hostname:port/apiv2/servers/ACESERV1/start
If the command is successful, an HTTP status code 202 is returned.