Software AG Products 10.5 | Administering Integration Server | 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&force=true
Shuts down Integration Server immediately, even if there are active sessions.