SAP Integration Suite · Arazzo Workflow
SAP Integration Suite Upsert API Proxy
Version 1.0.0
Look up an API proxy by name and update it if it exists, otherwise create it.
View Spec
View on GitHub
API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTPArazzoWorkflows
Provider
Workflows
upsert-api-proxy
Update an API proxy if it exists, otherwise create it, by proxy name.
Looks up an API proxy by name and either updates the existing proxy or creates a new one, then confirms the final state.
1
findProxy
getAPIProxy
Look up the API proxy by name. A 200 routes to update; a 404 routes to create.
2
updateExisting
updateAPIProxy
Update the existing proxy with the supplied endpoint and metadata.
3
createNew
createAPIProxy
Create a new proxy when no proxy with the supplied name exists.
4
confirmProxy
getAPIProxy
Read the proxy back to confirm its final state after the upsert.