Table of Contents

Search

  1. Preface
  2. Introduction to Cloud Integration Hub
  3. Hub administration
  4. Project and Asset Management
  5. Applications
  6. Topics
  7. Data Integration tasks
  8. File ingestion tasks
  9. Publications
  10. Subscriptions
  11. Tracking and monitoring
  12. Cloud Integration Hub REST APIs
  13. Glossary

Cloud Integration Hub

Cloud Integration Hub

Event Status API Response

Event Status API Response

When you use the
Cloud 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 following table describes the response properties:
Property
Description
responseCode
Response of the Run Publication Subscription API action.
eventId
ID of the event that
Cloud Integration Hub
generates for the publication or for the subscription.
eventType
Type of the event that
Cloud 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
Cloud 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
Cloud Integration Hub
read successfully.
sourceFailedRows
Number of source rows that
Cloud Integration Hub
failed to read.
targetFailedRows
Number of target rows that
Cloud Integration Hub
failed to write.
targetSuccessRows
Number of target rows that
Cloud Integration Hub
wrote successfully.
detailedMessage
Applicable for events in an Error status. If the error is caused by
Cloud Integration Hub
,
detailedMessage
returns the error message from the
Cloud 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!