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
        • GETList available adapter model types
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceAdapter Models

List available adapter model types

GET
http://localhost:3000/adapter-models/types
GET
/adapter-models/types
$curl http://localhost:3000/adapter-models/types \
> -u "<username>:<password>"
1{
2 "adapterModels": [
3 "local_aaa"
4 ],
5 "total": 1
6}
Returns a list of available adapter model types in the current Itential Platform.
Was this page helpful?
Previous

Create a new adapter

Next
Built with

Authentication

AuthorizationBasic

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

Query parameters

containsstringOptional
contains
equalsstringOptional
equals
startsWithstringOptional
startsWith
orderenumOptionalDefaults to 1
order
Allowed values:

Response

Contains an array of adapter model types and the total.
adapterModelslist of strings
totalinteger>=0
The total number of documents

Errors

500
Internal Server Error