Integration Hub
- Integration Hub
- All Products
https://<pod>.<baseUrl>/dih-console/api/v1/events
https://cih-pod1.dm-us.informaticacloud.com/dih-console/
Content-Type: application/json Accept: application/json
{ "applicationName": "String", "topicName": "String", "pubSubName": "String", "timeframe": Custom - For more details, refer to the following table, "firstResult": int, "maxResults": int, "useExactMatch": boolean, "eventType": "String", "eventStatus": "String" }
Property
| Description
|
---|---|
applicationName
| Name of the publishing or subscribing application.
|
topicName
| Name of the topic that is associated with the publication or subscription.
|
pubSubName
| Name of the publication or subscription.
|
timeframe
| You can either enter the UTC Timezone format (yyyy-MM-ddTHH:mm:ss.SSSZ) or select the range from the list of enum values.
You can select the range from the following enum values:
Default range is LAST_24_HOURS.
You must mention the
fromDate and
toDate in the request body if the timeframe range is set to CUSTOM.
The
fromDate and
toDate must be in UTC Timezone format (yyyy-MM-ddTHH:mm:ss.SSSZ).
|
firstResult
| The number of rows to skip. For example, you might want to skip the first three rows. Default is zero.
|
maxResults
| Enter the maximum number of results to display. Default is 2000.
|
useExactMatch
| Exact match of the search expression when performing the search. Applies to pubSubName, topicName, and applicationName properties.
You can enter one of the following values:
|
eventType
| The type of the event that
Cloud Integration Hub generates for the publication or for the subscription. Select the value from the following enum values:
Default is ALL.
|
eventStatus
| The status of the event that
Cloud Integration Hub generates for the publication or for the subscription. Enter one of the following enum values:
Default is ALL.
|
Basic Auth { Username: Administrator@MyCompany.com Password: MyPassword }
Accept - application/json Content-Type - application/json
{ "eventStatus": "COMPLETE", "eventType": "PUBLICATION", "applicationName":"API_App", "topicName" :"APIT", "pubSubName" :"APIPUB", "timeframe": { "range": "NO_RANGE" }, "eventType": "ALL", "useExactMatch" : true }