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
    • 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

Discover actions on one IAG adapter

GET
http://localhost:3000/ag-manager/actions/:adapterId
GET
/ag-manager/actions/:adapterId
$curl http://localhost:3000/ag-manager/actions/adapterId \
> -u "<username>:<password>"
1{}

Discovers all actions from a specified Itential Automation Gateway (IAG) adapter. Restarts this app and displays a corresponding log message.

Was this page helpful?
Previous

Get the current pronghorn model stored in redis

Next
Built with

Authentication

AuthorizationBasic

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

Path parameters

adapterIdstringRequired
Automation Gateway adapter ID.

Response

A pronghorn.json object.

Errors

500
Internal Server Error