Elastic Kubernetes Service (EKS)
List available EKS clusters
Retrieves a list of EKS clusters that are tagged for visibility with the current SOCA cluster ID
get/api/containers/eks/list_clusters
Query parameters
clusterstring
Comma-separated list of specific cluster names to validate (optional)
Headers
X-EDH-USERstring required
SOCA username for authentication
X-EDH-TOKENstring required
SOCA authentication token
Response
EKS clusters retrieved successfully
Example response
{
"success": true,
"message": [
"my-soca-cluster-1",
"my-soca-cluster-2"
]
}