Application Integration
- Application Integration
- All Products
POST <Cloud Application Integration URL>/active-bpel/local/restadmin/eventconnection/start?agentName=<agent_name>
Field | Required | Description |
|---|---|---|
connection_name | Yes | The name of the connection that contains the event source that you want to
start. |
event_source_name | Yes | The name of the event source that you want to start. |
{ "routeInfo": [ { "eventRoute": " project:/rt.connection/<connection_name>/$public/<connection_name>:<eventsource_name>" } ] }
{ "startOperation": [ { "agent": "<agent_name>:<port>", "operationStatus": [ { "eventRoute": "project:/rt.connection/<connection_name/$public/<connection_name:<eventsource_name>", "eventRouteStatus": "ACTIVE", "message": null, "internalRoute": false } ] } ] }