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 Response

Change Event Status API Response

When you use the
Data Integration Hub
API to change the status of an existing event,
Data Integration Hub
returns the response code of the action that you perform in the API response.
Changing the event status using the REST API returns one of the following response codes:
  • When
    Data Integration Hub
    changes the event status of an event successfully, the API returns a SUCCESS response.
    For example:
    SUCCESS { "responseCode": "SUCCESS" }
  • When
    Data Integration Hub
    fails to change the event status of an event, the response provides the reason for the failure. For example, when you do not have sufficient privileges to perform the operation.
    For example:
    INSUFFICIENT_PRIVILEGES { "responseCode": "INSUFFICIENT_PRIVILEGES", "message": "The user does not have sufficient privileges or permissions to perform this operation on the event." }

0 COMMENTS

We’d like to hear from you!