Software AG Products 10.5 | Administering Integration Server | Integration Server Administrator API | Integration Server Administrator API Operations
 
Integration Server Administrator API Operations
The Integration Server Administrator API contains the operations listed in the following table.
Operation
Description
GET /admin/license/
Retrieves license information.
POST /admin/license/
Updates Terracotta license file or Integration Server license key file.
PUT /admin/license/
Updates Terracotta license file or Integration Server license key file.
PATCH /admin/license/
Updates Terracotta license file or Integration Server license key file.
GET /admin/package
Retrieves all packages.
GET /admin/package/{packageName}
Gets package information for a particular package.
POST /admin/package/{packageName}
Performs an administrative action on an installed package where the action can be: disable, enable, reload, or activate.
GET /admin/server
Retrieves information about Integration Server.
POST /admin/server
Performs administrative actions on Integration Server where the action can be: stop, restart, restartQuiesce, quiesce, exitQuiesce.
GET /admin/server/diagnostics
Returns a diagnostic archive as a ZIP attachment.
GET /admin/server/updates
Retrieves information about fixes installed on Integration Server.
GET /admin/swagger/{productName}
Retrieves the Swagger document for a product's API.
GET /admin/swagger
Retrieves the Swagger documents for all administrative APIs in Integration Server.
If Integration Server is the only installed product with an Administrator API, the Integration Server's Swagger document is returned (same as GET /admin/swagger/integrationServer).