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

serverTime

serverTime

Use this resource to return the local time for the
Informatica Intelligent Cloud Services
server.

GET Request

To request the local time of the
Informatica Intelligent Cloud Services
server, use the following URI.
/api/v2/server/serverTime

GET Response

Returns the serverTime object if the request is sucessful. Returns an error object if errors occur.
The serverTime object includes the following attribute:
time
Local time of the
Informatica Intelligent Cloud Services
server.

GET Example

To check the local time of the
Informatica Intelligent Cloud Services
server, you might use the following request:
GET <serverUrl>/api/v2/server/serverTime Accept: application/xml icSessionId: <icSessionId>

0 COMMENTS

We’d like to hear from you!