Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
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 status of a file listener

View the status of a file listener

Use a GET request to request the status of a file listener job.

GET request

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

GET response example

If the request to view the status of a file listener job is successful, you might receive a response similar to the following example:
{ "status": "STOPPED", "jobId": 1038 }

GET response example

If the request to view the status of a file listener job is unsuccessful, you might receive a response similar to the following example:
{ "responseCode": "NOT_FOUND", "message": "File listener not found for TaskId: 1079" }

0 COMMENTS

We’d like to hear from you!