Elastic Kubernetes Service (EKS)
Retrieve details of a specific EKS job
Gets detailed information about an EKS job including status, configuration, and pod information
get/api/containers/eks/job
Query parameters
eks_clusterstring required
Name of the EKS cluster
job_namestring required
Name of the job to retrieve
namespacestring
Kubernetes namespace
Headers
X-EDH-USERstring required
EDH username for authentication
X-EDH-TOKENstring required
EDH authentication token
Response
Job details retrieved successfully
Example response
{
"success": true,
"message": {
"job_name": "simulation-job-001",
"status": "Running",
"namespace": "default",
"cluster": "my-EDH-cluster",
"owner": "john.doe",
"created_time": "2024-01-15T10:30:00Z"
}
}