Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. PowerCenter Mappings and Workflows
  4. Data Engineering Integration and Streaming Mapping and Workflows
  5. Informatica Cloud Mappings and Tasks
  6. Data Integration Hub Workflows
  7. Data Integration Hub Transformations
  8. Forms Designer
  9. Data Integration Hub Publications and Subscriptions APIs
  10. Data Extraction APIs

Developer Guide

Developer Guide

Event Status REST API

Event Status REST API

When you use a
Data Integration Hub
Run Publication Subscription API to start the running of a publication or of a subscription and the action succeeds,
Data Integration Hub
returns the event ID of the publication or the subscription event that it generates.
The manner in which
Data Integration Hub
returns the event ID depends on the API that you use to run the publication or the subscription:
  • When you run the REST API,
    Data Integration Hub
    returns the event ID in the REST API response.
  • When you run the command line API,
    Data Integration Hub
    returns the event ID in the command line notification.
You can use the
Data Integration Hub
Event Status REST API to query the status of the publication or subscription event according to the event ID. You can see whether the publication or subscription process is still running, and after the process is complete, you can see whether it completed successfully. If the process fails, the response to the query includes the cause of the failure.
For a list of event statuses, see Event Statuses.
To query the status of an event, use a GET command with the following REST URL:
https://<pod>.<baseUrl>/
dih-console/api/v1/event/
<eventId>
Where:
For example:
https://cih-pod1.dm-us.informaticacloud.com/
dih-console/api/v1/event/2435

0 COMMENTS

We’d like to hear from you!