Kubernetes

Get cluster firewall

The security group protecting the cluster's public gateway, and the account's security groups available to assign.

get/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).

Response

Firewall state

successboolean
enabledboolean
default_namestring

Platform baseline security group

assigned_sg_idstring uuid

Custom security group currently assigned (absent when on the baseline)

assigned_namestring

Example response

{
  "default_name": "raff-default-secure"
}

Changes