API v2: Network¶
Fudo Enterprise allows retrieving network settings within its API.
Note
Network settings are accessible for the users with superadmin privileges.
Data Structures¶
| Parameter | Type | Description |
|---|---|---|
| hostname | string | |
| dns | address | DNS address(es) |
| management | address | Admin Panel’s address |
| access_gateway | address | Access Gateway’s address |
| labels | string | Global configuration parameters |
| interfaces | Network interfaces configuration | |
| name | ||
| ether | ||
| active {true, false} | ||
| use_dhcp {true, false} | ||
| routing_table | ||
| inet | ||
| routing | Routing configuration | |
| tables_max_count | Max number of the routing tables is 8 | |
| tables {table[id]} | ID of the routing table | |
| routes {network, gateway} | Network and gateway addresses |