Pingdom API通过curl创建检查

时间:2016-02-24 09:11:43

标签: curl pingdom

我正在通过api创建pingdom检查,但似乎http属性没有被接受,不确定我是否遗漏了语法中的内容。这是我使用的卷曲,

curl -X POST -u 'your@email:yourpassword' -H "app-key: app-key" -d 'name=new&type=http&port=443&host=www.mydomain.com' https://api.pingdom.com/api/2.0/checks

检查已创建,但HTTPPort仍然是默认检查。有人可以建议任何解决方案。

当通过GUI创建时,它允许为HTTP添加一个端口,接下来是通过GUI创建的一个检查的获取请求,

{"check":{"id":1915300,"name":"test123","resolution":1,"sendtoemail":true,"sendtosms":false,"sendtotwitter":false,"sendtoiphone":false,"sendtoandroid":false,"sendnotificationwhendown":4,"notifyagainevery":60,"notifywhenbackup":true,"created":1450100471,"use_legacy_notifications":true,"type":{"http":{"url":"\/","encryption":true,"port":443,"requestheaders":{"User-Agent":"Pingdom.com_bot_version_1.4_(http:\/\/www.pingdom.com\/)"}}},"hostname":"mydomain.com","contactids":[10383440,10233710],"ipv6":false,"status":"up","lasterrortime":1453959166,"lasttesttime":1456295446,"lastresponsetime":151,"alert_policy":1077635,"alert_policy_name":"Alert immediately","acktimeout":0,"autoresolve":0,"tags":[],"probe_filters":[]}}

此处将端口443分配给HTTP类型。

1 个答案:

答案 0 :(得分:0)

我可以看到你正在尝试使用port=443,这个443端口用于ssl(https)。您不能将它用于http。尝试其他端口,它应该适合你。

  

TCP端口443是用于网站的标准TCP端口   使用SSL。当你去一个使用https的网站   开始你连接到端口443