curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": [
{
"block": 0,
"dns": "string",
"duplex": true,
"enable_ha_ip": true,
"enable_vlan": true,
"gateway": "string",
"ha_local_ip": "string",
"ha_local_mask": "string",
"ifname": "string",
"ip": "string",
"ipv6": [
"string"
],
"is_default_gateway": true,
"is_main_ha_ip": true,
"mask": "string",
"max_supported_speed": 0,
"mtu": 0,
"mtu_config": 0,
"nat": true,
"speed": 0,
"status": "string",
"type": "string",
"use_dhcp": true,
"vlan_id": 0
}
]
}