Hi, I'm Bolo!
What would you like to know?
ASK BOLO
Please to access Bolo.

Table of Contents

Search

  1. Informatica Intelligent Cloud Services REST API
  2. Platform REST API version 2 resources
  3. Platform REST API version 3 resources
  4. Data Integration REST API
  5. Mass Ingestion Files REST API
  6. Mass Ingestion Streaming REST API
  7. RunAJob utility
  8. ParamSetCli utility
  9. REST API codes
  10. REST API resource quick references

REST API Reference

REST API Reference

View the location of a file ingestion task

View the location of a file ingestion task

Use the GET request to view the location of a file ingestion task.

GET request

Use the following URI to get the location of a
file ingestion
task.
/api/v1/mitasks?resolveLocation=true

GET response example

If the request to get the file location of a
file ingestion
task is successful, you might receive a response similar to the following example:
{ "miTasks": [ { "id": "1ONE5Vewzztl0tuKR0EDum", "name": "A01_UMAR_MITASK2318", "location": { "folderId": "digFZU6HMo4gCKYghtQvgD", "folderName": "A_01_UMAR", "projectId": "503RTpKDSSLlwmkwTXL0Qx", "projectName": "Default" }, "description": "", "sourceType": "CONNECTION", "sourceConnection": { "id": "", "name": "", "type": "local" }, "targetConnection": { "id": "0100000B000000000002", "name": "ftps", "type": "Advanced FTPS" }, "agentGroupId": "01000025000000000002", "createdTime": "2019-01-28T09:54:53Z", "updatedTime": "2019-01-30T11:17:49Z" }, { "id": "9D1tGkAxopJeFmUWoG4s48", "name": "A01_UMAR_MITASK3354", "location": { "folderId": "digFZU6HMo4gCKYghtQvgD", "folderName": "A_01_UMAR", "projectId": "503RTpKDSSLlwmkwTXL0Qx", "projectName": "Default" }, "description": "", "sourceType": "CONNECTION", "sourceConnection": { "id": "0100000B00000000000M", "name": "AzureBlob", "type": "Azure Blob" }, "targetConnection": { "id": "0100000B00000000000L", "name": "SFTP_Conn", "type": "Advanced SFTP" }, "agentGroupId": "01000025000000000002", "createdTime": "2019-01-30T06:36:28Z", "updatedTime": "2019-01-30T06:42:20Z" } ] }

0 COMMENTS

We’d like to hear from you!