JSON or XML downloads of checkpoint data are available through our API. To view the full documentation for the API, please see this page.
The URL you will need for downloading the checkpoint server information (which includes the IP addresses) is:
JSON
https://api.uptrends.com/v3/checkpointservers?format=json
XML
https://api.uptrends.com/v3/checkpointservers?format=xml
Tip: Please note that the API requires you to log in using your Uptrends login credentials.
If you want to call the API from a command line tool, for example with the curl
command, use this:
curl https://api.uptrends.com/v3/checkpointservers/?format=json -basic -u <username:password>
Tip: Instead of json, you can also use xml. Instead of curl you can use a powershell Invoke-Webrequest.