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>" } ] }
Returns network status including internal IP, handshake time, and public URLs.
Documentation IndexFetch the complete documentation index at: https://docs.phala.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.phala.com/llms.txt
Use this file to discover all available pages before exploring further.
Network info (may have error if offline)
Model representing CVM network information
Show child attributes
Was this page helpful?