Operation | Method | URI |
|---|---|---|
Get the configuration parameters for a code task. | GET | GET <server URL>/disnext/api/v1/CodeTask/<Code task ID> |
Get the job status for a code task. | GET | GET <server URL>/disnext/api/v1/CodeTask/JobStatus/<Code task job ID> |
Get the session logs for a code task. | GET | GET <server URL>/logservice/api/v1/jobs/<Code task job ID>/logs |
Get the Spark task results for a code task. | GET | GET <server URL>/logservice/api/v1/jobs/<Code task job ID>/callback |
Create a code task. | POST | POST <server URL>/disnext/api/v1/CodeTask |
Start a code task. | POST | POST <server URL>/disnext/api/v1/CodeTask/Start |
Cancel a code task. | PUT | PUT <server URL>/disnext/api/v1/CodeTask/Cancel |
Operation | Method | URI |
|---|---|---|
Get details of all connections in the organization. | GET | /api/v2/connection |
Get a list of connections by Secure Agent ID and connection type. | GET | /api/v2/connection/search?agentId=<agentId>&uiType=<uiType> |
Get a list of connections by runtime environment ID and connection type. | GET | /api/v2/connection/search?runtimeEnvironmentId=<runtimeEnvironmentId>&uiType=<uiType> |
Get connection details by connection ID. | GET | /api/v2/connection/<id> |
Get connection details by connection name. | GET | /api/v2/connection/name/<name> |
Get source metadata details for a connection. | GET | /api/v2/connection/source/<connection ID>/metadata |
Get target metadata details for a connection. | GET | /api/v2/connection/target/<connection ID>/metadata |
Get the objects that you can use as a source by connection ID. | GET | /api/v2/connection/source/<id> |
Get the objects that you can use as a source by connection name. | GET | /api/v2/connection/source/name/<name> |
Get the objects that you can use as a target by connection ID. | GET | /api/v2/connection/target/<id> |
Get the objects that you can use as a target by connection name. | GET | /api/v2/connection/target/name/<name> |
Test a connection. | GET | /api/v2/connection/test/<id> |
Create a connection. | POST | /api/v2/connection |
Update a connection. | POST | /api/v2/connection/<id> |
Delete a connection. | DELETE | /api/v2/connection/<id> |
Operation | Method | URI |
|---|---|---|
Start a migration job for a connection. | POST | saas/api/v2/connectionMigration/migrate |
Operation | Method | URI |
|---|---|---|
Get available connectors for an organization. | GET | /api/v2/connector |
Get metadata for a connector type. | GET | /api/v2/connector/metadata?connectorName=<connectorName> |
Operation | Method | URI |
|---|---|---|
Preview source data by connection ID. | GET | /api/v2/connection/source/<id>/datapreview/<objectName> |
Preview source data by connection name. | GET | /api/v2/connection/source/name/<name>/datapreview/<objectName> |
Preview target data by connection ID. | GET | /api/v2/connection/target/<id>/datapreview/<objectName> |
Preview target data by connection name. | GET | /api/v2/connection/target/name/<name>/datapreview/<objectName> |
Operation | Method | URI |
|---|---|---|
Run a data service. | POST | /DSRepo/rest/api/v1/services/run/<service name> |
Operation | Method | URI |
|---|---|---|
Get details for a dynamic mapping task. | GET | /batch-mapping/api/v1/dynamictask/<id> |
Get details for a job that runs a dynamic mapping task. | GET | /batch-mapping/api/v1/Job/monitor/task/<Id>/run/<runId> |
Create a dynamic mapping task. | POST | /batch-mapping/api/v1/dynamictask |
Run a dynamic mapping task. | POST | /batch-mapping/api/v1/Job |
Stop a job that runs a dynamic mapping task. | POST | /batch-mapping/api/v1/Job/stop |
Update a dynamic mapping task. | PUT | /batch-mapping/api/v1/dynamictask/<Id> |
Delete a dynamic mapping task. | DELETE | /batch-mapping/api/v1/dynamictask/<id> |
Operation | Method | URI |
|---|---|---|
Validate an expression. | POST | /saas/api/v2/expression/validate |
Operation | Method | URI |
|---|---|---|
Get fields for a source object by connection ID. | GET | /api/v2/connection/source/<id>/field/<object name> |
Get fields for a source object by connection name. | GET | /api/v2/connection/source/name/<name>/field/<object name> |
Get fields for a target object by connection ID. | GET | /api/v2/connection/target/<id>/field/<object name> |
Get fields for a target object by connection name. | GET | /api/v2/connection/target/name/<name>/field/<object name> |
Update fields in a source flat file by connection ID. | POST | /api/v2/connection/source/<id>/field/<objectName> |
Update fields in a target flat file by connection ID. | POST | /api/v2/connection/target/<id>/field/<objectName> |
Update fields in a source object that's not a flat file by connection ID. | POST | /api/v2/connection/source/<id>/fields?objectName=<object name> |
Update fields in a target object that's not a flat file by connection ID. | POST | /api/v2/connection/target/<id>/fields?objectName=<object name> |
Operation | Method | URI |
|---|---|---|
Get file listener details. | GET | mftsaas/api/v1/filelisteners/<filelistener ID> |
Get the status of a file listener. | GET | mftsaas/api/v1/filelisteners/job/<Job ID>/status |
Get file listener job details. | GET | mftsaas/api/v1/filelisteners/<Run ID>/activityLog |
Create a file listener and event listener. | POST | mftsaas/api/v1/filelisteners |
Change the owner of a file listener association. | POST | mftsaas/api/v1/ChangeCallbackOwnership |
Start a file listener. | POST | mftsaas/api/v1/filelisteners/<file listener ID>/start |
Stop a file listener. | POST | mftsaas/api/v1/filelisteners/<file listener ID>/stop |
Update a file listener. | PUT | mftsaas/api/v1/filelisteners/<filelistener ID> |
Delete a file listener. | DELETE | mftsaas/api/v1/filelisteners/<file listener ID> |
Operation | Method | URI |
|---|---|---|
Get the status of a file transfer job. | GET | mftsaas/api/v1/job/<runID>/status |
Transfer files. | POST | mftsaas/api/v1/sendfiles/<connection ID> |
Receive files. | POST | mftsaas/api/v1/receivefiles/<connection ID> |
Compress and transfer files for a file transfer task using a hosted server. | POST | mftsaas/api/v1/filetransferTask/execute/1003 |
Decompress and transfer files for a file transfer task using a hosted server. | POST | mftsaas/api/v1/filetransferTask/execute/1004 |
Encrypt and transfer files for a file transfer task using a hosted server. | POST | mftsaas/api/v1/filetransferTask/execute/1001 |
Decrypt and transfer files for a file transfer task using a hosted server. | POST | mftsaas/api/v1/filetransferTask/execute/1002 |
Compress and transfer files for a file transfer task using a remote server. | POST | mftsaas/api/v1/filetransferTask/execute/1003 |
Decompress and transfer files for a file transfer task using a remote server. | POST | mftsaas/api/v1/filetransferTask/execute/1004 |
Encrypt and transfer files for a file transfer task using a remote server. | POST | mftsaas/api/v1/filetransferTask/execute/1001 |
Decrypt and transfer files for a file transfer task using a remote server. | POST | mftsaas/api/v1/filetransferTask/execute/1002 |
Operation | Method | URI |
|---|---|---|
Get all fixed-width formats. | GET | /api/v2/fwConfig |
Get a fixed-width format by format ID. | GET | /api/v2/fwConfig/<id> |
Get a fixed-width format by federated ID. | GET | /api/v2/fwConfig/frs/<id> |
Get a fixed-width format by format name. | GET | /api/v2/fwConfig/name/<name> |
Create a fixed-width format. | POST | /api/v2/fwConfig |
Update a fixed-width format. | POST | /api/v2/fwConfig/<id> |
Delete a fixed-width format. | DELETE | /api/v2/fwConfig/<id> |
Operation | Method | URI |
|---|---|---|
Get metadata about a hierarchical mapper. | GET | /h2h/api/v1/idsm/metadata/<hierarchical mapper ID> |
Create a hierarchical mapper. | POST | /h2h/api/v1/create/<hierarchical mapper ID> |
Run a hierarchical mapper. | POST | /h2h/api/v1/service/run/<hierarchical mapper ID> |
Operation | Method | URI |
|---|---|---|
Get all log information. | GET | /cdiinsights-service/api/v1/analytical/Orgs(<orgID>)/JobLogEntries |
Operation | Method | URI |
|---|---|---|
Get details of all linear taskflows. | GET | /api/v2/workflow |
Get details for a linear taskflow by taskflow ID. | GET | /api/v2/workflow/<id> |
Get details for a linear taskflow by taskflow name. | GET | /api/v2/workflow/name/<name> |
Create a linear taskflow. | POST | /api/v2/workflow |
Update a linear taskflow. | POST | /api/v2/workflow/<id> |
Delete a linear taskflow. | DELETE | /api/v2/workflow/<id> |
Operation | Method | URI |
|---|---|---|
Get details of all mappings. | GET | /api/v2/mapping |
Get mapping details by mapping ID. | GET | /api/v2/mapping/<id> |
Get mapping details by mapping name. | GET | /api/v2/mapping/name/<name> |
Get a mapping image. | GET | /api/v2/mapping/<id>/image?deployed=<true|false> |
Operation | Method | URI |
|---|---|---|
Get mapping task details by task ID. | GET | /api/v2/mttask/<id> |
Get mapping task details by federated ID. | GET | /api/v2/mttask/frs/<id> |
Get mapping task details by task name. | GET | /api/v2/mttask/name/<name> |
Create a mapping task. | POST | /api/v2/mttask/ |
Update a mapping task by task ID. | POST | /api/v2/mttask/<id> |
Update a mapping task by federated ID. | POST | /api/v2/mttask/frs/<id> |
Delete a mapping task. | DELETE | /api/v2/mttask/<id> |
Operation | Method | URI |
|---|---|---|
Get a list of all PowerCenter mapplets. | GET | /api/v2/customFunc |
Get PowerCenter mapplet details by mapplet ID. | GET | /api/v2/customFunc/<id> |
Get PowerCenter mapplet details by mapplet name. | GET | /api/v2/customFunc/name/<name> |
Upload a new PowerCenter mapplet. | POST | /api/v2/customFunc |
Update a PowerCenter mapplet. | POST | /api/v2/customFunc/<id> |
Delete a PowerCenter mapplet. | DELETE | /api/v2/customFunc/<id> |
Operation | Method | URI |
|---|---|---|
Test compatibility between a synchronization task and data transfer task features. | GET | /dtt/dss/convert/test/<assetId> |
Convert a synchronization task to a data transfer task. | POST | /dtt/dss/convert/<assetId> |
Operation | Method | URI |
|---|---|---|
Get the status of a taskflow. | GET | /active-bpel/services/tf/status/<run ID> |
Publish a taskflow. | POST | /active-bpel/asset/v1/publish |
Unpublish a taskflow. | POST | /active-bpel/asset/v1/unpublish |