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 integration model
        • DELDelete an integration model
        • GETExport an integration model
        • GETGet a specific integration model
        • GETGet an integration model's security schemes
        • GETList all integration models
        • PUTUpdate an integration model
        • PUTValidate an integration model
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceIntegration Models

Export an integration model

GET
http://localhost:3000/integration-models/:name/export
GET
/integration-models/:name/export
$curl http://localhost:3000/integration-models/name/export \
> -u "<username>:<password>"
1{}
Exports an integration model's open API spec.
Was this page helpful?
Previous

Get a specific integration model

Next
Built with

Authentication

AuthorizationBasic

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

Path parameters

namestringRequired
The name of the integration model.

Response

The integration model open api spec.

Errors

500
Internal Server Error