Skip to main content
GET
/
api
/
v1
/
cvms
/
{cvm_id}
/
network
Get CVM network info
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/network
{
  "is_online": true,
  "is_public": true,
  "error": "<string>",
  "internal_ip": "<string>",
  "latest_handshake": "2023-11-07T05:31:56Z",
  "public_urls": [
    {
      "app": "<string>",
      "instance": "<string>"
    }
  ]
}

Path Parameters

cvm_id
string
required

Response

Network info (may have error if offline)

Model representing CVM network information

is_online
boolean
required
is_public
boolean
default:true
error
string | null
internal_ip
string | null
latest_handshake
string<date-time> | null
public_urls
CvmNetworkUrls · object[] | null