Using the REST API to Deploy and Redeploy an Application
Using the REST API to Deploy and Redeploy an Application
The Data Integration Service REST API uses application patch archive files to deploy objects. Instead of using an application archive file, you use an application patch archive file to deploy objects to a Data Integration Service for the first time and to redeploy an application.
Use an application patch archive file to perform the following tasks:
Deploy an application for the first time
To deploy objects as an application to a Data Integration Service for the first time, complete the following tasks:
Use the REST API
Deploy design-time objects to an archive file
to create an application patch archive file.
Use the REST API
Deploy an application
to deploy the patch to a Data Integration Service.
The Data Integration Service uses the objects in the patch to create an incremental application.
Redeploy an application
To redeploy an application, use the REST API
Update an application
and configure the following components:
Specify the application patch archive file.
Set the request payload parameter
"redeployApplication":true
.
The Data Integration Service replaces the objects in the deployed incremental application with the objects in the patch.