For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI ReferenceRelease notes
DocumentationAPI ReferenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Integration API routes
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTClear a stale discovery lock
        • GETDiscover actions on one IAG adapter
        • GETGet the current pronghorn model stored in redis
        • GETList all adapters in all clusters
        • GETMerge discovered actions from all IAG adapters
        • DELRemove discovered actions from all IAG adapters
        • DELRemove discovered actions from one IAG adapter
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceAg Manager

Clear a stale discovery lock

POST
http://localhost:3000/ag-manager/clearDiscoveryLock
POST
/ag-manager/clearDiscoveryLock
$curl -X POST http://localhost:3000/ag-manager/clearDiscoveryLock \
> -H "Content-Type: application/json" \
> -u "<username>:<password>" \
> -d '{}'
1"string"

Clears a stale discovery lock. This should only be used if you are certain no discovery is currently running. A stale lock may result from Itential Platform or this app crashing while a discovery-related call was in progress.

Was this page helpful?
Previous

Discover actions on one IAG adapter

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
idstringOptional

Response

Result message indicating success or failure.

Errors

500
Internal Server Error