Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Installing and uninstalling bundles

Installing and uninstalling bundles

Use this resource to install and uninstall bundles.

POST Request

To install a bundle on the organization, use the following URI:
/api/v2/bundleObjectLicense
With this URI, use the following attribute in a bundleObjectLicense object:
Field
Type
Required
Description
bundleObjectId
String
Yes
The ID of the bundle.

POST Response

Returns the success response if the request is successful. Returns the error object if errors occur.

DELETE Request

To uninstall a bundle from the organization, use the following URI:
/api/v2/bundleObjectLicense?bundleObjectId=<bundleId>&updateOption=<updateOption>
Use the following bundleObjectLicense Delete URI attributes:
Field
Type
Required
Description
bundleObjectId
String
Yes
The ID of the bundle.
updateOption
String
Defines what happens if objects in the bundle are used. Use one of the following options:
  • DELETE_EXISTING_OBJECTS. Deletes the objects that use the bundle object.
  • UPDATE_EXISTING_OBJECTS. Updates the object that uses the bundle object.
  • EXCEPTION_IF_IS_USED. Returns a message when a bundle object is used and cancels the uninstallation.

DELETE Response

Returns the success response if the request is successful. Returns the error object if errors occur.

0 COMMENTS

We’d like to hear from you!