Execute an Orchestration v3

post

/jderest/v3/orchestrator/{orchestration}

Execute the orchestration specified in the URL.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
Root Schema : InputStream
Type: object
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

406 Response

Invalid Accept Header

415 Response

Invalid Content-Type Header

444 Response

Invalid Token
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top

Examples

Orchestration request formats are defined within the orchestration, and they are all unique. Use the Orchestrator Studio and the Orchestrator Client to create and run example orchestrations.

Back to Top