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

List all adapters in all clusters

GET
http://localhost:3000/ag-manager/getClusterAdapters
GET
/ag-manager/getClusterAdapters
$curl http://localhost:3000/ag-manager/getClusterAdapters \
> -u "<username>:<password>"
1{}
Returns all adapters in all clusters.
Was this page helpful?
Previous

Merge discovered actions from all IAG adapters

Next
Built with

Authentication

AuthorizationBasic

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

Response

A cluster adapter mapping object.

Errors

500
Internal Server Error