目次

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

Reprocess Event REST API

Reprocess Event REST API

Cloud Integration Hub
のReprocess Event REST APIを使用して、無効化されたサブスクリプションのイベントを含む、Data Integrationタスクをトリガするサブスクリプションのイベントを再処理し、パブリッシュされたデータをコンシュームします。
サブスクリプションのイベントを再処理するには、次のREST URLを使用します。
https://
https://<pod><baseUrl>/
dih-console/api/v1/event/reprocess
説明:
  • <pod>
    Cloud Integration Hub
    にアクセスする
    Informatica Intelligent Cloud Services
    のpoint of delivery(PoD)の名前です。例えば、
    cih-pod1
    または
    emw1-cih
    です。
  • <baseUrl>
    Informatica Intelligent Cloud Services
    のURLです。例えば、
    dm-us.informaticacloud.com/
    です。
例:
https://cih-pod1.dm-us.informaticacloud.com/dih-console/api/v1/event/reprocess
次の構文を使用して、イベントを再処理します。
{ "eventId" : "<eventId>" }
例:
{ "eventId" : "40558" }
Cloud Integration Hub
のURLから
<pod>
および
<baseUrl>
の値をコピーするには、まず
Informatica Intelligent Cloud Services
の[マイサービス]ページからそのURLにアクセスする必要があります。