Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Bolo.

Table of Contents

Search

  1. Informatica Intelligent Cloud Services REST API
  2. Platform REST API version 2 resources
  3. Platform REST API version 3 resources
  4. Data Integration REST API
  5. Mass Ingestion Files REST API
  6. Mass Ingestion Streaming REST API
  7. RunAJob utility
  8. ParamSetCli utility
  9. REST API codes
  10. REST API resource quick references

REST API Reference

REST API Reference

POST request

POST request

Use a POST request to update a
streaming ingestion
task.
To update a
streaming ingestion
task, use the following URL:
<server URI>/sisvc/restapi/v1/UpdateEntity/Documents('<document ID>')
You can include the following fields in the request:
Field
Type
Required
Description
name
String
Yes
Name of the task.
description
String
-
Description of the task.
runtimeId
String
Yes
ID of the runtime environment.
currentVersion
String
Yes
The latest dataflow object version.
nodes
Array
Yes
Details of the task source and target connections.

Fields of the nodes array

The fields in the array provide the name, type, and connection ID of the connection. It includes the configuration of the source and target connections in key-value pairs which you can edit. You can include the following fields in the nodes array:
Field
Type
Required
Description
name
String
Yes
Name of the connection.
type
String
Yes
The connection type, source or target.
connectionId
String
Yes
ID of the connection.
transformationType
String
-
Not applicable.
config
Array
Yes
Configuration of the source and target connections.

0 COMMENTS

We’d like to hear from you!