CPI Write (create/update/delete any entity)
cpi_writeCreate, update, or delete SAP Cloud Integration resources via direct OData API calls. Requires write permission and confirmation for destructive actions.
Instructions
Low-level create/update/delete against any CPI OData path. Requires ALLOW_WRITE. DELETE requires confirm=true. Provide 'path' relative to /api/v1 (e.g. "/IntegrationPackages('X')").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body object (for POST/PUT/MERGE). | |
| path | Yes | Path relative to /api/v1, e.g. /NumberRanges or /Variables(...). | |
| method | Yes | ||
| confirm | No | Required true for DELETE. |