cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CI/CPI Suspend/Resume - Undeploy/Redeploy Integration Content

Sven
Participant
0 Kudos
434

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) 😉

Accepted Solutions (0)

Answers (0)