Deploying resources to an integration server by using the administration REST API
You can use the IBM® App Connect Enterprise administration REST API to deploy resources such as BAR files to an integration server.
Before you begin
About this task
This topic describes how to deploy resources to an integration server by using the administration
REST API. You can use one of two operations in your administration REST API command to deploy resources:
delete-all
with one of the following values:true
to ensure deletion of all resources already deployed to the integration server before deploying your resource.false
to perform deployment of the resource without deleting any resources that are already deployed to the integration server.
deploy-action
with a value ofImpactAnalysis
to perform an impact analysis of the deployment without actually deploying the resource.
delete-all
or deploy-action
. You cannot
specify both in the same administration REST API command.Procedure
Deploy a resource.