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. Data Quality Mappings and Workflows
  6. Informatica Cloud Mappings and Tasks
  7. Data Integration Hub Workflows
  8. Data Integration Hub Transformations
  9. Operational Data Store Dashboard and Reports
  10. Forms Designer
  11. Data Integration Hub Publications and Subscriptions APIs
  12. Data Extraction APIs

Developer Guide

Developer Guide

Event Status API Response

Event Status API Response

When you use the
Data Integration Hub
Event Status API to query the status of a publication or a subscription event, the API returns the event response in an
EventResponse.java
model class.
The response includes the following information:
Property
Description
responseCode
Response of the Run Publication Subscription API action.
eventId
ID of the event that
Data Integration Hub
generates for the publication or for the subscription.
eventType
Type of the event that
Data Integration Hub
generates for the publication or for the subscription.
topicName
Name of the topic that is associated with the publication or with the subscription.
publicationName or subscriptionName
Name of the publication or of the subscription.
applicationName
Name of the publishing or of the subscribing application.
eventStatus
Status of the event that
Data Integration Hub
generates for the publication or for the subscription.
eventStartTimeLong
Time when the publication or the subscription event started. System time in milliseconds as returned by Java API
java.lang.System.currentTimeMillis
.
eventEndTimeLong
Time when the publication or the subscription event ended. System time in milliseconds as returned by Java API
java.lang.System.currentTimeMillis
.
referencedEventsList
Applicable for file publication events, aggregated subscription events, and compound subscription events. List of event IDs that are related to the file publication, the aggregated subscription, or the compound subscription event.
For example, the referencedEventsList of a file publication event includes the file events of the files that are published as part of the publication event.
isFinal
Is the event in a final state.
isError
Is the event in Error status.
sourceSuccessRows
Number of source rows that
Data Integration Hub
read successfully.
sourceFailedRows
Number of source rows that
Data Integration Hub
failed to read.
targetFailedRows
Number of target rows that
Data Integration Hub
failed to write.
targetSuccessRows
Number of target rows that
Data Integration Hub
wrote successfully.
detailedMessage
Applicable for events in an Error status. If the error is caused by
Data Integration Hub
,
detailedMessage
returns the error message from the
Data Integration Hub
event. For any other error, for example an authentication failure or an incorrect REST URL request,
detailedMessage
includes a message that describes the cause of the error.

0 COMMENTS

We’d like to hear from you!