I noticed in documentation Hostnames and Origins | Edgio Documentation
I can view the Edgio edge IPs connecting to origin in the “In order to ensure your origins accept connections from the CDN, follow these instructions” instructions in Origins setup page.
However, this page requires login and the IPs could always change in the future.
Is there an API or official public page I can use to automate and whitelist IPs used by Edgio?
We do not currently have a public API for pulling these environment details. However, if you look at the browser network requests on the Origins page in the console UI, you can see which request is used to obtain this information.
I’ve modified the request in the curl below to only pull the allowlist information, but filling in the placeholders should get you what you need.
!! Note that this API isn’t publicly supported or documented so it can and will change without notice.