Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 
PhoneBoy
Admin
Admin

To assist in creating a properly formatted JSON file, you can use the following command to get all the IP ranges (in CIDR format) from the website:

curl https://ip-ranges.atlassian.com | jq '.items[].cidr' 

This can be part of a script that periodically generates a properly structured JSON file that will be acceptable by the Generic Datacenter feature. 
Or you can likely use '.items[].cidr' as the filter when configuring the website as part of the Network Feeds feature in R81.20.

View solution in original post

0 Kudos
(1)
Who rated this post