Get page of existing networks
Parameters
Name  | In  | Type  | Required  | Description  | 
|---|---|---|---|---|
page  | query  | string  | true  | page  | 
size  | query  | string  | true  | size  | 
Responses
Status  | Meaning  | Description  | 
|---|---|---|
200  | OK  | |
400  | Bad Request  | |
401  | Unauthorized  | |
403  | Access Forbidden  | |
404  | Not Found  | |
406  | Not Acceptable  | |
429  | Too Many Requests  | |
500  | Internal Server Error  | 
{
  "content": [
    {
      "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"
      ]
    }
  ],
  "numberOfElements": 0,
  "page": 0,
  "size": 0,
  "success": true,
  "totalElements": 0,
  "totalPages": 0
}