{
"host": {
"alloc_dir": "string",
"ip_addr": "string",
"mac": "string",
"net_type": "string",
"network_id": "string",
"require_designated_ip": true,
"reserve": true,
"vlan_id": 0
}
}
curl --location --request POST 'https://example.com:30888/hosts//enable-netif' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": {
"alloc_dir": "string",
"ip_addr": "string",
"mac": "string",
"net_type": "string",
"network_id": "string",
"require_designated_ip": true,
"reserve": true,
"vlan_id": 0
}
}'
{}