GET
/
cloud
/
public
/
v1
/
ipranges
/
egress
from gcore import Gcore

client = Gcore()
ip_ranges = client.cloud.ip_ranges.list()
print(ip_ranges.ranges)
{
  "ranges": [
    "203.0.113.0/24"
  ]
}

Response

200 - application/json

OK

The response is of type object.