Amazon Elastic Kubernetes Service
- PATCH
- /workspaces
- /:workspace
- /targets
- /:target_id
Update Amazon Elastic Kubernetes Service target configuration
Request example
curl -X PATCH "https://api.buddy.works/workspaces/:workspace/targets/:target_id" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"type": "EKS",
"identifier": "eks-staging",
"name": "EKS Staging Cluster",
"integration": "aws-integration",
"cluster": "staging-cluster",
"region": "us-west-2",
"role_arn": "arn:aws:iam::123456789012:role/eks-service-role",
"tags": [
"kubernetes",
"aws",
"staging"
]
}'STATUS200 OK