REST API Reference > Platform REST API version 2 resources > 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>