Skip to main content

Get existing networks

Note

Use the API pagination endpoint Get page of existing networks

Responses

Status

Meaning

Description

200

OK

OK

400

Bad Request

Bad Request

401

Unauthorized

Unauthorized

403

Forbidden

Access Forbidden

404

Not Found

Not Found

406

Not Acceptable

Not Acceptable

429

Too Many Requests

Too Many Requests

500

Internal Server Error

Internal Server Error

[
  {
    "connectors": [
      {
        "description": "string",
        "id": "string",
        "ipV4Address": "string",
        "ipV6Address": "string",
        "name": "string",
        "networkItemId": "string",
        "networkItemType": "HOST",
        "vpnRegionId": "string"
      }
    ],
    "description": "string",
    "egress": true,
    "id": "string",
    "internetAccess": "string",
    "name": "string",
    "routes": [
      {
        "description": "string",
        "id": "string",
        "subnet": "string",
        "type": "IP_V4"
      }
    ],
    "systemSubnets": [
      "string"
    ]
  }
]