{
"dhcp": 0,
"pppoe": 0,
"autoDNS": true,
"ip": "string",
"netMask": "string",
"gateway": "string",
"dns": [
"string"
],
"pppoeUserName": "string",
"pppoePassword": "string"
}
curl --location --request PUT 'https://192.168.88.11:9781/bvcsp/v1/pu/network/ethernet/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dhcp": 0,
"pppoe": 0,
"autoDNS": true,
"ip": "string",
"netMask": "string",
"gateway": "string",
"dns": [
"string"
],
"pppoeUserName": "string",
"pppoePassword": "string"
}'
{
"code": 0,
"msg": "string"
}