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. RunAJob utility
  9. ParamSetCli utility
  10. REST API codes
  11. REST API resource quick references

REST API Reference

REST API Reference

Getting file listener job details

Getting file listener job details

Use a GET request to view the details of a file listener job.

GET request

To view the details of a file listener job, use the following URI:
GET <server URL>/mftsaas/api/v1/filelisteners/<Run ID>/activityLog
Include the following field in the request:
Field
Type
Description
Run ID
String
ID number associated with the file listener job.

GET request example

To view the details of a file listener job, you might use the following request:
GET <server URL>/mftsaas/api/v1/filelisteners/<Run ID>/activityLog Content-Type: application/json Accept: application/json icSessionId: <SessionId>

GET response example

If the request to view the details of a file listener job is a success, you might receive a response similar to the following example:
{ "instanceName": "FL_1-1006", "jobId": 1006 "startTime": "2021-02-09T22:38:01Z", "updateTime": “2021-02-09T22:38:01Z”, "endTime": “2021-02-09T22:38:01Z”, "status": “Completed”, }
The responses vary based on the file listener status.

0 COMMENTS

We’d like to hear from you!