curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-execution-slices \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"moduleRuntimeId": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepEndOrder": 123,
"stepStartOrder": 123,
"stepsConfig": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"moduleRuntimeId": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepEndOrder": 123,
"stepStartOrder": 123,
"stepsConfig": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}Creates a new OrchestratorExecutionSlice. Orchestrator execution slices represent batches of work within pipeline executions.
curl --request POST \
--url https://platform.kodexa.ai/api/orchestrator-execution-slices \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"moduleRuntimeId": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepEndOrder": 123,
"stepStartOrder": 123,
"stepsConfig": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}
'{
"attemptNumber": 123,
"changeSequence": 123,
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z",
"createdOn": "2023-11-07T05:31:56Z",
"durationMs": 123,
"errorDetails": {},
"errorMessage": "<string>",
"id": "<string>",
"inputEvent": {},
"lambdaRequestId": "<string>",
"leaseExpiresAt": "2023-11-07T05:31:56Z",
"leasedAt": "2023-11-07T05:31:56Z",
"moduleRuntimeId": "<string>",
"organizationId": "<string>",
"outputEvent": {},
"pipelineExecutionId": "<string>",
"queuedAt": "2023-11-07T05:31:56Z",
"sliceOrder": 123,
"startedAt": "2023-11-07T05:31:56Z",
"status": "<string>",
"stepEndOrder": 123,
"stepStartOrder": 123,
"stepsConfig": {},
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
An orchestrator execution slice represents a batch of work within a pipeline execution.
Created OrchestratorExecutionSlice
An orchestrator execution slice represents a batch of work within a pipeline execution.