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
        • GETGet application
        • GETList all applications
        • GETList changelogs
        • PUTRestart an application
        • PUTStart an application
        • PUTStop an application
        • PUTUpdate an application
        • PUTUpdate the log levels
        • PUTUpdate the properties of an application
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceApplications

List changelogs

Deprecated
GET
http://localhost:3000/applications/:name/changelogs
GET
/applications/:name/changelogs
$curl http://localhost:3000/applications//changelogs \
> -u "<username>:<password>"
1{}
Returns a list of changelogs for a specific application.
Was this page helpful?
Previous

Restart an application

Next
Built with

Authentication

AuthorizationBasic

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

Path parameters

namestringRequiredformat: "^[^\/]+$"Defaults to
The name of the selected application.

Query parameters

releasestringOptional
release

Response

The list of changelogs available for the requested application.

Errors

500
Internal Server Error