Authorization: Bearer ********************curl --location --request GET '/api/v1/vmware/vpc//v2/edge-gateways?page=1&page_size=25' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": "0b6bdeb4-2315-4a14-b13c-b8150f06bcc5",
"edge_gateway_id": "urn:vcloud:gateway:87c00cb3-c14d-46f4-84a7-6f23df1812d8",
"name": "VPC-SPECIFIC-BSS-DEMO-01_GW",
"edge_type": "BASIC",
"edge_total_routes": 0,
"edge_networks": [
{
"id": "0b920592-921c-4a9a-baba-b5ad72688d98",
"cidr": "172.16.49.1/24"
}
]
}
],
"total": 1
}