Hi Team,
Could you please let me know what curl command I can use to mark the MAC and Hostname of my vm as used, so that solarwinds can update DHCP accordingly. Our setup has Solarwinds integrated with DHCP, so once we mark the IP,MAC and Hostname as Available or Used, it will get reflected on our DHCP server
I currently use the following curl command for updating my IP address
curl -k -v -u "myuser:password" -d '["10.248.1.10","Used"]' -H "Content-Type: application/json" mysolarwinds:17778/.../ChangeIPStatus
Kindly assist on this
Thanks and Regards,
Azhar