Data Integration Hub
- Data Integration Hub 10.5
- All Products
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.
|