Returns the user_config stored in Teepod for this CVM, including injected SSH keys.
cURL
curl --request GET \ --url https://cloud-api.phala.com/api/v1/cvms/{cvm_id}/user_config
{ "hostname": "<string>", "ssh_authorized_keys": [ "<string>" ], "default_gateway_domain": "<string>" }
User config retrieved
CVM hostname
SSH public keys injected at launch
Default gateway domain
Was this page helpful?