pub async fn ping(http_rpc: &str, url_path: &str) -> Result<PingResponse>
Ping the VM.
Errors on an http failure or a failed deserialization.