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

Authentication

Authentication

Use the following resources to log in to the HTTP server and log out.
login
You should log in to the HTTPS server to perform any HTTPS API operations. Use this command to lg in to the HTTPS server. To log in to the Informatica Managed File Transfer HTTPS Server send a POST request using the login resource. You must send a login request to start a user session if you don't use client certificate authentication.
Include the following parameters in the request:
  • Username. The name of the user on the server.
  • Password. The password required to log in.
For example:
https://10.60.40.11:15400/fileservers/login?username=https_automation&password=T@1234
logout
Use the logout resource to log out and end the user session on the Informatica Managed File Transfer HTTPS Server. You can make a GET or POST request.
For example,
https://10.60.40.11:15400/fileservers/logout

0 COMMENTS

We’d like to hear from you!