curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-module-runtimes/{id} \
--header 'x-api-key: <api-key>'{
"backoffLimit": 123,
"changeSequence": 123,
"configMapName": "<string>",
"configMapResourceVersion": "<string>",
"cpuMillicores": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"dockerImageUri": "<string>",
"environmentVars": {},
"ephemeralStorageMb": 123,
"errorMessage": "<string>",
"executionType": "<string>",
"id": "<string>",
"lambdaArn": "<string>",
"lambdaFunctionName": "<string>",
"memoryMb": 123,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"provisionedAt": "2023-11-07T05:31:56Z",
"resultQueueUrl": "<string>",
"serviceAccountName": "<string>",
"status": "<string>",
"timeoutSeconds": 123,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}Retrieves a single OrchestratorModuleRuntime by its unique identifier. Orchestrator module runtimes define processing environments for orchestrator modules.
curl --request GET \
--url https://platform.kodexa.ai/api/orchestrator-module-runtimes/{id} \
--header 'x-api-key: <api-key>'{
"backoffLimit": 123,
"changeSequence": 123,
"configMapName": "<string>",
"configMapResourceVersion": "<string>",
"cpuMillicores": 123,
"createdOn": "2023-11-07T05:31:56Z",
"description": "<string>",
"dockerImageUri": "<string>",
"environmentVars": {},
"ephemeralStorageMb": 123,
"errorMessage": "<string>",
"executionType": "<string>",
"id": "<string>",
"lambdaArn": "<string>",
"lambdaFunctionName": "<string>",
"memoryMb": 123,
"metadata": {},
"name": "<string>",
"organizationId": "<string>",
"provisionedAt": "2023-11-07T05:31:56Z",
"resultQueueUrl": "<string>",
"serviceAccountName": "<string>",
"status": "<string>",
"timeoutSeconds": 123,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The OrchestratorModuleRuntime
An orchestrator module runtime defines a processing environment for orchestrator modules.