Advanced FTP V2 Connector

Advanced FTP V2 Connector

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!