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

Sample Event Status API Responses

Sample Event Status API Responses

Response to a request to query the status of publication event 4003:
{ "responseCode": "SUCCESS", "eventId": 4003, "eventType": "Publication", "topicName": "top_120", "publicationName": "ng_pub_120_1", "applicationName": "app1", "eventStatus": "Complete", "eventStartTimeLong": 1431078308560, "eventEndTimeLong": 1431078313780, "isFinal": true, "isError": false, "sourceSuccessRows": 10, "sourceFailedRows": 0, "targetFailedRows": 0, "targetSuccessRows: 10}
Response to a request to query the status of aggregated subscription event 3009, which includes subscription events 3008 and 3007:
{ "responseCode": "SUCCESS", "eventId": 3009, "eventType": "Aggregated Subscription", "topicName": "topic1", "subscriptionName": "sub1", "applicationName": "app1", "eventStatus": "Complete", "eventStartTimeLong": 1431065700088, "eventEndTimeLong": 1431065704372, "referencedEventsList": "3008,3007" "isFinal": true, "isError": false, "sourceSuccessRows": 15, "sourceFailedRows": 0, "targetFailedRows": 0, "targetSuccessRows: 15 }
Response to a request to query the status of publication event 3016, where the publication process failed:
Response: { "responseCode": "SUCCESS", "eventId": 3016, "eventType": "Publication", "topicName": "top_120", "publicationName": "ng_pub_120_1", "applicationName": "app1", "eventStatus": "Error", "eventStartTimeLong": 1431066353202, "eventEndTimeLong": 1431066357162, "isFinal": true, "isError": true, "sourceSuccessRows": 2, "sourceFailedRows": 1, "targetFailedRows": 1, "targetSuccessRows: 2 "detailedMessage": "Error while copying several rows :\nSrcFailedRows: 1\nTgtFailedRows: 1\nSrcSuccessRows: 2\nTgtSuccessRows: 2\nPowerCenter workflow: s__DIH_pub_ng_pub_120_1\nPowerCenter session: s__DIH_pub_ng_pub_120_1\n\nCheck the PowerCenter session log for more information." }

0 COMMENTS

We’d like to hear from you!