Pulling IP via API
The list below contains API call details needed for consistently pulling the IP information via API to your firewall when Forcepoint Data Security Cloud | App Security adds new IPs or updates the existing IPs so that the outbound traffic to Forcepoint Data Security Cloud | App Security does not get blocked.
Occasionally, Forcepoint Data Security Cloud | App Security will add new IPs or update our existing IPs. When this occurs, you will need to update your firewalls accordingly with the new IPs to ensure the outbound traffic to Forcepoint Data Security Cloud | App Security does not get blocked. However, to ensure your systems are updated in a timely fashion, Forcepoint Data Security Cloud | App Security has provided a way to consistently pull the IP information via API.
- For Production EU Cloud, use the curl https://appinfo.eu.bitglass.net API call to pull the IP addresses using basic auth or access the https://appinfo.eu.bitglass.net website to view the IP addresses.
- If you wish to make the API calls using OAuth token, then you need to setup OAuth token from page. Once you have created your OAuth token for pulling the IP addresses, replace the -u user@domain:P@assword! with -H "Authorization: Bearer: <your_token_here>".