Table of Contents

Search

  1. Preface
  2. Informatica Developer
  3. The Model Repository
  4. Searches in Informatica Developer
  5. Connections
  6. Physical Data Objects
  7. Flat File Data Objects
  8. Logical View of Data
  9. Viewing Data
  10. Application Deployment
  11. Application Patch Deployment
  12. Application Patch Deployment Example
  13. Continuous Integration and Continuous Delivery (CI/CD)
  14. Object Import and Export
  15. Appendix A: Data Type Reference
  16. Appendix B: Keyboard Shortcuts
  17. Appendix C: Connection Properties

Developer Tool Guide

Developer Tool Guide

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:
  1. Use the REST API
    Deploy design-time objects to an archive file
    to create an application patch archive file.
  2. 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:
  1. Specify the application patch archive file.
  2. 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.

0 COMMENTS

We’d like to hear from you!