Get Integrations
get_integrationsFetch all integration instances defined in Itential Platform, with an optional model filter, to inspect configured connections to external systems.
Instructions
Get all integration instances from Itential Platform with optional model filtering.
This function retrieves integration instances from the Itential Platform. Integration instances are configured implementations of integration models that define connections to external systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Return only integrations for the specified model |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for the get integrations API endpoint. This root model wraps a list of GetIntegrationsElement objects representing all integration instances on the Itential Platform server. Attributes: root: List of integration instance elements, each containing instance details. |