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
        • POSTCreate a new adapter
        • DELDelete an adapter
        • GETExport a single adapter
        • GETGet a mapping between brokers and adapters
        • GETGet adapter
        • POSTImport a new adapter
        • GETList all adapters
        • GETList changelogs
        • PUTRestart an adapter
        • PUTStart an adapter
        • PUTStop an adapter
        • PUTUpdate an adapter
        • PUTUpdate the log levels
        • PUTUpdate the properties of an adapter
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceAdapters

Get a mapping between brokers and adapters

GET
http://localhost:3000/adapters/brokers/mapping
GET
/adapters/brokers/mapping
$curl http://localhost:3000/adapters/brokers/mapping \
> -u "<username>:<password>"
1{
2 "aaa": [
3 "Local AAA"
4 ]
5}
Returns a mapping between brokers and adapters.
Was this page helpful?
Previous

Get adapter

Next
Built with

Authentication

AuthorizationBasic

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

Response

Mapping between brokers and adapters in IAP.

Errors

500
Internal Server Error