Python
from gcore import Gcore client = Gcore() ip_ranges = client.cloud.ip_ranges.list() print(ip_ranges.ranges)
{ "ranges": [ "<string>" ] }
OK
IP ranges list
["203.0.113.0/24"]
Was this page helpful?