Ping Managed File Transfer REST API

Ping Managed File Transfer REST API

Use the Ping Managed File Transfer REST API to check that Informatica Managed File Transfer is up and running. This API uses the GET method.
Use the following URL for the REST API call:
GET http://<hostName>:<portNumber>/informaticamft/api/v1/ping/dx
  • <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 response body objects:
Object
Arguments
name
Name of the service that checks the status of Informatica Managed File Transfer.
status
The status of the service.

Response Body Example

The following code contains the response body syntax:
{ "name": "dx", "status": "success" }

0 COMMENTS

We’d like to hear from you!