Retrieve detailed information about a specific private network. This may include network name, gateway, VLAN information, and a list of IP addresses within the network.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example No response body
https://cloud.hostup.se/api/private-networks/{id} curl -X GET "https://cloud.hostup.se/api/private-networks/853" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {}