get_integrations
Retrieve configured integration instances from Itential Platform. Optionally filter by model to focus on specific external system connections.
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. |