A technical content is a specialized payload information that allows Data Marketplace to seamlessly interface with external data repositories.
This API allows you to specify the type of data that must be supplied from Data Marketplace to the external data repository, and the type of data that must be supplied from the external data repository to Data Marketplace, to allow seamless interaction between the two.
For example, to use data from an object data store to create a new data collection in your organization's data lake. After a Data User's data collection request in Data Marketplace is approved, you can use this API via an Application Integration IPD process to retrieve the request details, and compile them into a standardized data interchange file such as a JavaScript Object Notation (JSON) manifest file. After this, Application Integration sends this file to Informatica Intelligent Cloud ServicesData Integration. Data Integration stages the data into the data lake, and then reports the outcome of the staging operation to Application Integration. At this stage, Application Integration calls the Create data collections API to create a new data collection in Data Marketplace.
Retrieve the technical content of an object
Use a REST API to retrieve the technical content of an object.
Endpoint and method
The following table describes the connection properties for the API:
Property
Description
Endpoint
/api/v1/integration/technicalContent/<objectId>
<objectId>: Required. Enter the system generated identifier of the Data Marketplace object for which you want to retrieve the API payload.
For more information about how you can retrieve the system generated unique identifier of an object, see Frequently Asked Questions.
Method
GET
Note: Before you call this API, consider the following:
•If you use an Application Integration system service action to invoke this API, you can call a maximum of 100 APIs per minute.
•If you use JWT authentication to invoke this API, you can call a maximum of 120 APIs per minute and 10,000 APIs per day.