我有一个 Google Search Appliance,并且正在尝试访问 API 以下载事件日志。我在 Windows 7 命令行上通过 cygwin 使用 curl。
我能够使用
curl -X POST -d Email=username -d Passwd=password "http://ip.ad.dr.ess:8443/accounts/ClientLogin"
我的问题是,当我尝试自己检索偶数日志时:
curl -k -X GET -d query=User -H "Content-type: application/atom+xml" -H "Authorization: GoogleLogin Auth=e73265ce254f7c4afbcbee1743a56e81" "http://10.29.5.5:8000/feeds/logs/eventLog"
curl 说它无法到达主机:
curl: (7) couldn't connect to host
非常感谢任何帮助使其工作的帮助。