on 2025 Apr 01 1:04 PM
CI/CPI doesn't have "out of the box" Suspend/Resume, it lacks native functionality like SAP PI/PO's Adapter Engine maintenance tasks (1884085 - Suspend/Resume PI Adapter Engine). Does anyone have an elegant way or a tool for mass changes of Un-deploy/Redeploy-ing Integration Content. Maybe a programmatic control via CPI OData API to automate deployment states, or a script. Implementing a custom management, something like conditional processing flags by adding a maintenance mode logic to integration flows and similar is an overkill, hard to maintain and error-prone. What do you use?
# Suspend via API
PATCH /api/v1/IntegrationDesigntimeArtifacts(Id='<flow_id>',Version='Active') Body: {"Deployed": false}
# Resume via API
PATCH /api/v1/IntegrationDesigntimeArtifacts(Id='<flow_id>',Version='Active') Body: {"Deployed": true}
#IntegrationManagement
@MortenWittrock (something like CPIManager) 😉
Request clarification before answering.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 7 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.