get_integration_models
Retrieve all integration models from Itential Platform to access OpenAPI definitions and automate interactions with external systems.
Instructions
Get all integration models from Itential Platform.
Integration models define API specifications for external systems and services that can be integrated with Itential Platform. They are based on OpenAPI specifications and enable automated interaction with third-party systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for the get integration models API endpoint. This root model wraps a list of GetIntegrationModelsElement objects representing all integration models on the Itential Platform server. Attributes: root: List of integration model elements, each containing model details. |