{
"network_ip_mac": {
"description": "string",
"ip_addr": "string",
"mac_addr": "string"
}
}curl --location --request PUT 'https://example.com:30888/network_ip_macs/' \
--header 'Content-Type: application/json' \
--data-raw '{
"network_ip_mac": {
"description": "string",
"ip_addr": "string",
"mac_addr": "string"
}
}'{
"network_ip_mac": {
"can_delete": true,
"can_update": true,
"delete_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
},
"ip_addr": "string",
"mac_addr": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"network_id": "string",
"update_fail_reason": {
"class": "string",
"code": 0,
"details": "string"
}
}
}