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

Get the current pronghorn model stored in redis

GET
http://localhost:3000/ag-manager/getCurrentPronghornModel
GET
/ag-manager/getCurrentPronghornModel
$curl http://localhost:3000/ag-manager/getCurrentPronghornModel \
> -u "<username>:<password>"
1{}
Returns the current pronghorn model stored in redis.
Was this page helpful?
Previous

List all adapters in all clusters

Next
Built with

Authentication

AuthorizationBasic

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

Response

A pronghorn.json object.

Errors

500
Internal Server Error