{
"host": {
"bridge": "string",
"index": 0,
"interface": "string",
"ip_addr": "string",
"ip6_addr": "string",
"link_up": "string",
"mac": "string",
"mtu": 0,
"nic_type": "string",
"rate": 0,
"require_designated_ip": true,
"require_ipv6": true,
"reserve": true,
"reset": true,
"strict_ipv6": true,
"vlan_id": 0,
"wire": "string",
"wire_id": "string"
}
}curl --location --request POST 'https://example.com:30888/hosts//add-netif' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"bridge": "string",
"index": 0,
"interface": "string",
"ip_addr": "string",
"ip6_addr": "string",
"link_up": "string",
"mac": "string",
"mtu": 0,
"nic_type": "string",
"rate": 0,
"require_designated_ip": true,
"require_ipv6": true,
"reserve": true,
"reset": true,
"strict_ipv6": true,
"vlan_id": 0,
"wire": "string",
"wire_id": "string"
}
}'{}