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 REST API

Event Status REST API

When you use a
Cloud Integration Hub
Run Publication Subscription API to start the running of a publication or of a subscription and the action succeeds,
Cloud Integration Hub
returns the event ID of the publication or the subscription event that it generates.
When you run the REST API,
Cloud Integration Hub
returns the event ID in the REST API response.
You can use the
Cloud 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:
  • <pod>
    is the name of the
    Informatica Intelligent Cloud Services
    point of delivery (PoD) where you access
    Cloud Integration Hub
    . For example:
    cih-pod1
    ,
    or
    emw1-cih
    .
  • <baseUrl>
    is the
    Informatica Intelligent Cloud Services
    URL. For example:
    dm-us.informaticacloud.com/
    .
For example:
https://cih-pod1.dm-us.informaticacloud.com/
dih-console/api/v1/event/2435
You can copy the values of
<pod>
and
<baseUrl>
from the
Cloud Integration Hub
URL after you access it from the My Services page of
Informatica Intelligent Cloud Services
.

0 COMMENTS

We’d like to hear from you!