Show Deprecated Endpoints
-
discoverModules
Discover actions on one IAG adapter
GET /ag-manager/actions/:adapterIdDiscovers all actions from a specified IAG adapter. This will restart this app and display a corresponding log message.
-
undiscoverAll
Remove discovered actions from all IAG adapter
DELETE /ag-manager/actionsDiscovers all actions from all IAG adapters. This will restart this app and display a corresponding log message.
-
undiscoverModules
Remove discovered actions from one IAG adapter
DELETE /ag-manager/actions/:adapterIdRemoves all actions from a specified IAG adapter. This will restart this app and display a corresponding log message.