curl --location --request GET 'https://api.hetzner.cloud/v1/networks/'
{
"network": {
"created": "2016-01-30T23:50:00.000Z",
"id": 4711,
"ip_range": "10.0.0.0/16",
"labels": {},
"load_balancers": [
42
],
"name": "mynet",
"protection": {
"delete": false
},
"routes": [
{
"destination": "10.100.1.0/24",
"gateway": "10.0.1.1"
}
],
"servers": [
42
],
"subnets": [
{
"gateway": "10.0.0.1",
"ip_range": "10.0.1.0/24",
"network_zone": "eu-central",
"type": "cloud"
}
]
}
}