Returns network status including internal IP, handshake time, and public URLs.
cURL
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>" } ] }
Network info (may have error if offline)
Model representing CVM network information
Show child attributes
Was this page helpful?