Skip to main content
GET
/
api
/
v1
/
cvms
/
{cvm_id}
/
firewall-status
Get firewall availability for this CVM's node
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/firewall-status
{
  "available": true,
  "reason": "<string>"
}

Path Parameters

cvm_id
string
required

Response

Successful Response

Firewall availability for the node hosting a CVM.

available
boolean
required

Whether firewall/port-mapping is available

reason
string | null

Why it is unavailable