Environment
- CB Response Cloud: All Versions
- Apple MacOS: All Supported Versions
- Linux: All Supported Versions
Objective
To check currently created ingress filters for a CB Response Cloud instance from a MacOS or Linux endpoint
Resolution
- Open Terminal
- List the current filters:
curl -s --tlsv1.2 -XGET -H "X-Auth-Token: <GlobalApiTokenHere>" "https://<ServerHostnameHere>/api/v1/ingress_whitelist" -k
Additional Notes
Replace <GlobalApiTokenHere> and <ServerHostnameHere> with the appropriate information.
Related Content