AWS Batch
Submit a new AWS Batch job
Creates and submits a new job to AWS Batch with the provided configuration
post/api/containers/batch/job
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
EDH authentication token
Response
Job submitted successfully
Example response
{
"success": true,
"message": "Job my-batch-job submitted successfully. Job ID: a1b2c3d4"
}