Data Integration Hub
- Data Integration Hub 10.5
- All Products
To support UTF-8 character encoding, for example, to use Japanese characters in table and column names, include the following headers in the request:Accept - application/json Content-Type - application/json
Accept: application/json;charset=utf-8 Accept-Charset: charset=utf-8 Content-Type: application/json;charset=utf-8
Where{ "batchSize": <value> "requestType": <value> "eventId": <value> "aggregated": <value> }
{ "batchSize": <value>, "requestType": "REPROCESS", "eventId": <eventId> }
To reconsume data that had previously been processed, use the following request syntax:{ "batchSize": 2, "requestType" : "REPROCESS", "eventId": 318007 }
{ "batchSize": <value>, "requestType": "RECONSUME", "eventId": <eventId> }
{ "batchSize": 4, "requestType" : "REPROCESS", "eventId": 40559, }