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

Merge discovered actions from all IAG adapters

GET
http://localhost:3000/ag-manager/actions
GET
/ag-manager/actions
$curl http://localhost:3000/ag-manager/actions \
> -H "Content-Type: application/json" \
> -u "<username>:<password>"
1{}

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

Was this page helpful?
Previous

Remove discovered actions from all IAG adapters

Next
Built with

Authentication

AuthorizationBasic

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

Request

request body
taskContinuationbooleanOptionalDefaults to true

Response

A pronghorn.json object.

Errors

500
Internal Server Error