create_integration_model
Create an integration model from an OpenAPI specification to enable Itential Platform to interact with external systems. Define API structure and capabilities for network automation and workflow orchestration.
Instructions
Create a new integration model on Itential Platform from an OpenAPI specification.
Integration models enable Itential Platform to interact with external systems by defining their API structure and capabilities. The model must be a valid OpenAPI specification document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | OpenAPI specification |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Operation status (OK or CREATED). Casing is normalized on input. | |
| message | Yes | Descriptive message about the operation |