Application Ingestion and Replication REST API The REST API resources in this section apply specifically to the Application Ingestion and Replication service.
When you use the Application Ingestion and Replication resources, note the following rules:
• Use JSON format.• Use the serverUrl value from the login response as the base URL. For example:https://na4.dm-us.informaticacloud.com/saas
• Use the following URI:/dbmi/public/api/v2/<API name>
• Use the following request header format:<METHOD> <serverUrl>/<URI> HTTP/<HTTP version> Content-Type: application/json Accept: application/json IDS-SESSION-ID: <IDS_SESSION_ID>
In the following example, the serverUrl is https://na4.dm-us.informaticacloud.com/saas and the URI is /dbmi/public/api/v2/task/create :
<METHOD> https://na4.dm-us.informaticacloud.com/saas//dbmi/public/api/v2/task/create HTTP/1.1 Content-Type: application/json Accept: application/json icSessionId: 22iuEFLWfSTjFRysW2cEC6
Note: If you use a tool such as Postman that automatically includes the HTTP version, do not enter the HTTP version in the URL. If the HTTP version appears twice in the URL, the request fails.