use your username and password_hash to get a list of all the possible agents (both external and internal) that you can run probes from. Note that the "agentID" is the important thing to record, as you will need those numbers when defining new alerts, and defining which agents they should run from. $ curl https://api.thousandeyes.com/agents.json --user cmercier@chuck.com:k4w992nc0g8neb5cuxbrdhc28xljl40 {"agents":[ {agentId:3,"agentName":"Singapore","agentType":"Cloud","countryId":"SG","ipAddresses":["202.150.211.165","202.150.211.164","202.150.211.163","202.150.211.173","202.150.211.172","202.150.211.171","202.150.211.169","202.150.211.168","202.150.211.167","202.150.211.177","202.150.211.175","202.150.211.176"],"location":"Singapore"}, {agentId:4,"agentName":"Tokyo, Japan","agentType":"Cloud","countryId":"JP","ipAddresses":["182.54.177.55","182.54.177.65","182.54.177.45","182.54.177.56","182.54.177.46","182.54.177.53","182.54.177.63","182.54.177.75","182.54.177.54","182.54.177.43","182.54.177.64","182.54.177.76","182.54.177.57","182.54.177.44","182.54.177.67","182.54.177.73","182.54.177.74","182.54.177.77","182.54.177.66","182.54.177.47"],"location":"Tokyo, Japan"}, {agentId:5,"agentName":"Atlanta, GA","agentType":"Cloud","countryId":"US","ipAddresses":["64.22.120.205","64.22.120.203","64.22.120.204","65.254.40.229","65.254.40.227","65.254.40.228","65.254.50.5","65.254.50.3","65.254.50.4","65.254.36.229","65.254.36.227","65.254.36.228","65.254.61.205","65.254.61.203","65.254.61.204","209.51.143.251","209.51.143.252"],"location":"Atlanta Area"}, [...] {agentId:33266,"agentName":"Wan Chai, Hong Kong","agentType":"Cloud","countryId":"HK","ipAddresses":["103.13.240.13","103.13.240.12","103.13.240.11"],"location":"Hong Kong"}, {agentId:33446,"agentName":"Boston, MA - IPv6","agentType":"Cloud","countryId":"US","ipAddresses":["192.34.85.188","192.34.85.182"],"location":"Boston Area"}, {agentId:26384,"agentName":"bos-1keyes001","agentType":"Enterprise","countryId":"US","enabled":1,"keepBrowserCache":0,"verifySslCertificates":1,"ipAddresses":["10.153.16.240"],"lastSeen":"2017-05-06 03:00:35","location":"Boston Area","network":"3 Twelve Capital, LLC (AS 30474)","prefix":"38.111.6.0/24","publicIpAddresses":["38.111.6.1"],"agentState":"Online","utilization":1}, {agentId:26444,"agentName":"lxi-1keyes001","agentType":"Enterprise","countryId":"US","enabled":1,"keepBrowserCache":0,"verifySslCertificates":1,"ipAddresses":["10.113.32.240"],"lastSeen":"2017-05-06 03:02:13","location":"Boston Area","network":"chuck.com (AS 1)","prefix":"19.18.19.0/24","publicIpAddresses":["19.18.19.134"],"agentState":"Online","utilization":1} ]} |
Home > ThousandEyes >