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

Get a specific integration model

GET
http://localhost:3000/integration-models/:name
GET
/integration-models/:name
$curl http://localhost:3000/integration-models/name \
> -u "<username>:<password>"
1{
2 "model": "@itential/adapter_GitHub:v5",
3 "versionId": "GitHub:v5",
4 "description": "A standard description about the integration model",
5 "properties": {}
6}
Returns a specific integration model in Itential Platform.
Was this page helpful?
Previous

Get an integration model's security schemes

Next
Built with

Authentication

AuthorizationBasic

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

Path parameters

namestringRequired
The name of the integration model.

Response

Contains the data for a specific integration model.
modelstring
versionIdstring
descriptionstring
propertiesobject
Refer to OpenAPI specifications for the available properties for this OpenAPI document.

Errors

500
Internal Server Error