サーバー時間
このリソースを使用して、Informatica Intelligent Cloud Servicesサーバーのローカルタイムを返します。
GET要求
Informatica Intelligent Cloud Servicesサーバーのローカルタイムを要求するには、次のURIを使用します。
/api/v2/server/serverTime
GET応答
要求が成功した場合、serverTimeオブジェクトを返します。エラーが発生した場合はエラーオブジェクトを返します。
serverTimeオブジェクトには次の属性が含まれます。
- time
- Informatica Intelligent Cloud Servicesサーバーのローカルタイム。
GETの例
Informatica Intelligent Cloud Servicesサーバーのローカルタイムを確認するには、次の要求を使用できます。
GET <serverUrl>/api/v2/server/serverTime HTTP/<HTTP version>
Content-Type: application/xml
Accept: application/xml
icSessionId: <icSessionId>