Get egress IPs
Retrieve the IP addresses that outbound connections from an application can originate from, for example to allow the application through a firewall in front of an external database or API. The result depends on the cluster the application runs on.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Path Parameters
Application identifier
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Response
Default Response
IP addresses or CIDR ranges that outbound traffic from the application can originate from. On Google Cloud clusters this lists the IPv4 ranges Google publishes for the cluster region, and traffic can come from any address in them. On Oracle Cloud clusters this is the fixed public IP address of the NAT gateway the application egresses through.