Table of Contents

Search

  1. Preface
  2. Introduction to Data Integration Hub
  3. PowerCenter Mappings and Workflows
  4. Data Engineering Integration and Streaming Mapping and Workflows
  5. Data Quality Mappings and Workflows
  6. Informatica Cloud Mappings and Tasks
  7. Data Integration Hub Workflows
  8. Data Integration Hub Transformations
  9. Operational Data Store Dashboard and Reports
  10. Forms Designer
  11. Data Integration Hub Publications and Subscriptions APIs
  12. Data Extraction APIs

Developer Guide

Developer Guide

Change Event Status API

Change Event Status API

Use the
Data Integration Hub
Change Event Status API to change the status of an existing event.
To change the status of an event, use the following API URL:
http://<DIH_console_host_port>/dih-console/api/v1/event/changestatus
For example:
http://localhost:18080/dih-console/api/v1/event/changestatus
You must provide the required header, body, and authorization details.
Request syntax for changing the status of an event
To change the status of an existing event, use the following request body syntax:
{ "eventId": "<event ID>", "eventStatusName": "<name of the event status>", "comment": "<Specify a comment to be displayed.>" }
For example:
{ "eventId": "270003", "eventStatusName": "Complete", "comment": "From Rest API" }

Sample File

The
<DIH_InstallationDir>\samples\rest_api_samples
folder contains a sample client application and a readme file that describes the application.

0 COMMENTS

We’d like to hear from you!