2021.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.
Request
Method Type:
POST
URI:
/rest/serverengine/workflow/datamining/{configId}
Content: JSON Identifier (Managed File) specifying Managed File ID or Name of
Data file in File Store
Content
Type:
application/json
Add.
Headers:
If server security settings are enabled, then one of the following:
l Authorization Basic Authentication (Username and Password)
credentials (Base64 encoded)
l auth_token Authorization Token
Parameters
Path
Name Required Type Default
Value
Description
configId
Managed File ID (or Name) of the
Data Mapping configuration in File
Store
Page 642