Job Log REST API

Job Log REST API

Use the Job Log REST API to find an Informatica Managed File Transfer job log according to the job identification number. This API uses the GET method.
Use the following URL for the REST API call:
GET http://<hostName>:<portNumber>/informaticamft/api/v1/job/{jobId}
  • <hostName>
    is the host name or IP address of the Managed File Transfer server.
  • <portNumber>
    is the port number of the Managed File Transfer server. The default port for HTTP is 8000 and the default port for HTTPS is 8002, for example,
    http://myserver:8000
    or
    https://myserver:8002
    .
The following table describes the call variable:
Object
Arguments
jobId
Specify the MFT job log identification number.

Response Body Examples

The following code shows a response body:
[ "4/3/17 12:55:00 PM INFO Start Date and Time: 4/3/17 12:55:00 PM", "4/3/17 12:55:00 PM INFO Job Number: 1000000000391 ", "4/3/17 12:55:00 PM INFO Project Name: /FTPReceive", "4/3/17 12:55:00 PM INFO Submitted By: administrator", "4/3/17 12:55:00 PM INFO Submitted From: REST API", "4/3/17 12:55:00 PM INFO Informatica Managed File Transfer 10.2.0 running on Windows 10 10.0 (amd64)", "4/3/17 12:55:00 PM INFO Overriding variable 'DX_EndpointName' with value 'RR'", "4/3/17 12:55:00 PM INFO Overriding variable 'DX_FileDownloadDir' with value 'c:/Temp\\RR'", "4/3/17 12:55:00 PM INFO Overriding variable 'DX_Partner' with value 'P1'", "4/3/17 12:55:00 PM INFO Overriding variable 'DX_Account' with value 'A1'", "4/3/17 12:55:00 PM INFO Executing project 'FTPReceive' ", "4/3/17 12:55:00 PM INFO Project location: C:\\Informatica\\B2B\\MFT\\server\\userdata\\projects\\FTPReceive.xml", "4/3/17 12:55:00 PM INFO Executing module 'Main'", "4/3/17 12:55:00 PM INFO Executing task 'ftp 1.0'", "4/3/17 12:55:00 PM INFO Connecting to 'localhost' at port '21' as user 'Test' ", "4/3/17 12:55:00 PM INFO Executing sub-task 'get'", "4/3/17 12:55:00 PM INFO Setting the data type to AUTO", "4/3/17 12:55:00 PM INFO Downloading '/Out/1046.out' to 'C:\\FlatFile\\Input\\test\\1046.out'", "4/3/17 12:55:01 PM INFO File '/Out/1046.out' successfully downloaded to 'C:\\FlatFile\\Input\\test\\1046.out' (86 bytes)", "4/3/17 12:55:01 PM INFO 1 file(s) were downloaded successfully ", "4/3/17 12:55:01 PM INFO Finished sub-task 'get'", "4/3/17 12:55:01 PM INFO Closed the FTP connection", "4/3/17 12:55:01 PM INFO Finished task 'ftp 1.0'", "4/3/17 12:55:01 PM INFO Executing task 'rename 1.0'", "4/3/17 12:55:01 PM INFO File 'C:\\FlatFile\\Input\\test\\1046.out' was successfully renamed to 'C:\\FlatFile\\Input\\test\\a.in' (86 bytes)", "4/3/17 12:55:01 PM INFO 1 file(s) were renamed successfully", "4/3/17 12:55:01 PM INFO Finished task 'rename 1.0'", "4/3/17 12:55:01 PM INFO Finished module 'Main'", "4/3/17 12:55:01 PM INFO Finished project 'FTPReceive'", "4/3/17 12:55:01 PM INFO End Date and Time: 4/3/17 12:55:01 PM" ]

0 COMMENTS

We’d like to hear from you!