Hi, I'm Bolo!
What would you like to know?
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

Start a file listener

Start a file listener

Use a POST request to start a file listener job.

POST request

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

POST response example

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

POST error response example

If the request to start the file listener is unsuccessful, you might receive a response similar to the following example:
{ "responseCode": "NOT_FOUND", "message": "File listener not found for ListenerId: bQdKQmGlFUUgS85AevLkqisd" }

Response : Agent down (403 Forbidden)

{ "responseCode": "NOT_FOUND", "message": "Agent \"01000008000000000002\" in Agent Group \"01000025000000000002\" is not accessible."}

0 COMMENTS

We’d like to hear from you!