目次

Search

  1. はじめに
  2. Cloud Integration Hub入門
  3. Hubの管理
  4. プロジェクトおよびアセットの管理
  5. アプリケーション
  6. トピック
  7. Data Integrationタスク
  8. ファイル取り込みタスク
  9. パブリケーション
  10. サブスクリプション
  11. 追跡と監視
  12. Cloud統合ハブのREST API
  13. 用語解説

Cloud Integration Hub

Cloud Integration Hub

イベントステータスAPIの応答例

イベントステータスAPIの応答例

パブリケーションイベント4003のステータスをクエリする要求への応答:
{ "responseCode": "SUCCESS", "eventId": 4003, "eventType": "Publication", "topicName": "top_120", "publicationName": "ng_pub_120_1", "applicationName": "app1", "eventStatus": "Complete", "eventStartTimeLong": 1431078308560, "eventEndTimeLong": 1431078313780, "isFinal": true, "isError": false, "sourceSuccessRows": 10, "sourceFailedRows": 0, "targetFailedRows": 0, "targetSuccessRows: 10}
サブスクリプションイベント3008および3007を含む集計済みサブスクリプションイベント3009のステータスをクエリする要求への応答
{ "responseCode": "SUCCESS", "eventId": 3009, "eventType": "Aggregated Subscription", "topicName": "topic1", "subscriptionName": "sub1", "applicationName": "app1", "eventStatus": "Complete", "eventStartTimeLong": 1431065700088, "eventEndTimeLong": 1431065704372, "referencedEventsList": "3008,3007" "isFinal": true, "isError": false, "sourceSuccessRows": 15, "sourceFailedRows": 0, "targetFailedRows": 0, "targetSuccessRows: 15 }
パブリケーションプロセスが失敗したパブリケーションイベント3016のステータスをクエリする要求への応答。
Response: { "responseCode": "SUCCESS", "eventId": 3016, "eventType": "Publication", "topicName": "top_120", "publicationName": "ng_pub_120_1", "applicationName": "app1", "eventStatus": "Error", "eventStartTimeLong": 1431066353202, "eventEndTimeLong": 1431066357162, "isFinal": true, "isError": true, "sourceSuccessRows": 2, "sourceFailedRows": 1, "targetFailedRows": 1, "targetSuccessRows: 2 "detailedMessage": "Error while copying several rows :\nSrcFailedRows: 1\nTgtFailedRows: 1\nSrcSuccessRows: 2\nTgtSuccessRows: 2\nPowerCenter workflow: s__DIH_pub_ng_pub_120_1\nPowerCenter session: s__DIH_pub_ng_pub_120_1\n\nCheck the PowerCenter session log for more information." }

トップに戻る