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

Bundle licenses

Bundle licenses

Use this resource to request license information about bundles installed on or available to the organization.

GET Request

To request license information for a bundle associated with to the organization, use the bundle ID in the following URI:
/api/v2/bundleObjectLicense/<bundleObjectId>
To request license information for all bundles associated with the organization, omit the optional bundle ID.

GET Response

If successful, returns the BundleObjectLicenseType for the requested bundle.
If you request license information for all bundles, returns the bundleObjectLicense object for all bundles associated with the organization.
Returns the error object if errors occur.
The bundleObjectLicense object includes the following attributes:
Field
Type
Description
bundleObjectId
String
Bundle ID.
orgId
String
Organization ID.
updateOption
String
This attribute is not used at this time.
licenseType
String
Bundle type. Returns one of the following values:
  • Free
  • Trial
  • Subscription
endDate
Date/time
Date the license expires. Returns NULL for free public bundles.
numberOfDaysToApply
Int
Not used at this time.
numberOfMonthsToApply
Int
Not used at this time.
beginDate
Date/time
Publish date for the bundle.
bundleVersion
String
Version number for the bundle.
createTime
Date/time
Creation date for the bundle.
installed
Boolean
Indicates if the organization installed the bundle. Returns TRUE for installed bundles and FALSE for available bundles.
active
Boolean
Indicates that the bundle is available and active. Returns TRUE.
accessCode
String
Required to install a licensed bundle. Used for sharing private bundles. Read only.

0 COMMENTS

We’d like to hear from you!