curl --location --request GET 'http://localhost:5000/webapi/entry.cgi?api&version&method&_sid=<api-key>'{
"success": true,
"data": {
"arp_ignore": true,
"dns_manual": true,
"dns_primary": "string",
"dns_secondary": "string",
"enable_ip_conflict_detect": true,
"enable_windomain": true,
"gateway": "string",
"gateway_info": {
"ifname": "string",
"ip": "string",
"mask": "string",
"status": "string",
"type": "string",
"use_dhcp": true
},
"ipv4_first": true,
"multi_gateway": true,
"server_name": "string",
"use_dhcp_domain": true,
"v6gateway": "string"
}
}