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. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

job

job

When you use the REST API to send or receive files, use the REST API version 1 job resource to get the status of the file transfer.
Do not use the platform REST API version 2 job resource to get the status of an file transfer job.

Get Request

When you send the request for status of an file transfer job, include the run ID returned in the sendfiles POST response. Use the following URI:
mftsaas/api/v1/job/<runID>/status

Get Response

If successful,
Data Integration
returns the job status.
If unsuccessful, the response includes a reason for the failure.

Get Response Example

If the request is successful, you might receive a response similar to the following example:
{ "jobStatus": "SUCCESS" }

0 COMMENTS

We’d like to hear from you!