Integration Server 11.1 | Integration Server Administrator's Guide | Integration Server Administrator API | Administrative Actions
 
Administrative Actions
Administrative actions such as restarting the server and enabling a package are another type of request supported by the Administrator API. Requests for administrative actions use the POST method. The URL path identifies the resource on which to act. The URL query has an action parameter that identifies the action to take.
For example:
POST /admin/package/WarehouseUtils?action=enable
Enables the WarehouseUtils package.
POST /admin/server?action=restart
Restarts Integration Server.
Administrative actions may have additional query parameters.
For example:
POST /admin/server?action=shutdown&when=immediate
Shuts down Integration Server immediately, even if there are active sessions or services that are currently executing.