{
"count": 1,
"network_ip_mac": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"ip_addr": "string",
"is_emulated": true,
"mac_addr": "string",
"network_id": "string"
}
}curl --location --request POST 'https://example.com:30888/network_ip_macs' \
--header 'Content-Type: application/json' \
--data-raw '{
"count": 1,
"network_ip_mac": {
"__meta__": {
"user:rd": "op"
},
"description": "test create network",
"dry_run": false,
"ip_addr": "string",
"is_emulated": true,
"mac_addr": "string",
"network_id": "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"
}
}
}