-
clearDiscoveryLock
Clear a stale discovery lock. This should only be used if you are certain no discovery is currently running.
POST /ag-manager/clearDiscoveryLockClear a stale discovery lock. This should only be used if you are certain no discovery is currently running. A stale lock may result from IAP or this app crashing while a discovery-related call was in progress.
-
discoverAll
Merge discovered actions from all IAG adapters
GET /ag-manager/actionsDiscovers all actions from inputed IAG adapters. This will restart this app and display a corresponding log message.
-
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.
-
getClusterAdapters
Get all adapters in all clusters
GET /ag-manager/getClusterAdaptersGet all adapters in all clusters
-
getCurrentPronghornModel
Get the current pronghorn model stored in redis
GET /ag-manager/getCurrentPronghornModelGet the current pronghorn model stored in redis
-
undiscoverAll
Remove discovered actions from all IAG adapters
DELETE /ag-manager/actionsRemoves 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.