curl --location --request GET '/getPveNodeInterfaces?nodeId=1'
{
"code": 20000,
"message": "请求成功",
"data": "# network interface settings; autogenerated\n# Please do NOT modify this file directly, unless you know what\n# you're doing.\n#\n# If you want to manage parts of the network configuration manually,\n# please utilize the 'source' or 'source-directory' directives to do\n# so.\n# PVE will preserve these directives, but will NOT read its network\n# configuration from sourced files, so do not attempt to move any of\n# the PVE managed interfaces into external files!\n\nauto lo\niface lo inet loopback\n\niface ens33 inet manual\n\nauto vmbr0\niface vmbr0 inet static\n\taddress 192.168.36.155/24\n\tgateway 192.168.36.2\n\tbridge-ports ens33\n\tbridge-stp off\n\tbridge-fd 0\n\n"
}