2019.1

Table Of Contents
Process Data Mapping (JSON)
Submits a request to initiate a new Data Mapping operation.
Request takes a JSON Identifier (Managed File) of the data file's Managed File ID or Name as
content, and on success returns a response containing additional headers that specify the ID of
the new operation as well as link URLs that can be used to retrieve further information/cancel
the operation.
Type: POST
URI:
/rest/serverengine/workflow/datamining/{configId}
Parameters:
Path:
l configId the Managed File ID (or Name) of the Data Mapping
configuration in File Store
Query:
l validate Only validate the Data Mapping operation to check for
mapping errors (Default Value: false)
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: JSON Identifier (Managed File) specifying Managed File
ID or Name of Data file in File Store
Content
Type:
application/json
Response:
Add.
Headers:
l operationId Operation ID of new Data Mapping
operation
l Link Contains multiple link URLs that can be
Page 404