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
        • GETGenerate documentation for adapters
        • GETGenerate documentation for applications
        • GETGenerate documentation for brokers
        • GETGenerate OpenAPI v3 document
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceHelp

Generate documentation for applications

GET
http://localhost:3000/help/applications/html
GET
/help/applications/html
$curl http://localhost:3000/help/applications/html \
> -u "<username>:<password>"
1"string"
Generates an HTML documentation page for applications.
Was this page helpful?
Previous

Generate documentation for brokers

Next
Built with

Authentication

AuthorizationBasic

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

Response

HTML string containing documentation for application functions.

Errors

500
Internal Server Error