Summary
Clear a stale discovery lock. This should only be used if you are certain no discovery is currently running.
Description
Clear 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.
Route
POST /ag-manager/clearDiscoveryLock
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | The uuid for the stale lock to clear. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | string | Result message indicating success or failure. |