Kubernetes

Assign cluster firewall

post/api/v1/k8s/clusters/{cluster_id}/firewall

Path parameters

cluster_idstring required

Cluster ID (short id, e.g. q7z7zg)

Headers

X-Project-IDstring uuid required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Request body

security_group_idstring uuid required

Response

Security group assigned

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Operation completed successfully"
}

Changes