Get private networks
Retrieve a list of your private networks (vswitches).
Authorization
ApiKeyAuth x-apikey<token>
In: header
Response Body
application/json
curl -X GET "https://api.dewavps.com/v1/network/vswitches"{
"message": "Your Private Network",
"data": [
{
"uuid": "0d805649-9a66-4e0e-8cac-69659b40c2b9",
"name": "Khususon Network App",
"tag": 1000,
"location": "Jakarta 1",
"network_ip": "10.252.12.0/24",
"gateway": {
"uuid": null,
"hostname": null,
"private_ip": null
},
"status": "Active",
"created_at": "25 January 2024 14:37"
}
]
}