-
Notifications
You must be signed in to change notification settings - Fork 0
curl example #1
Copy link
Copy link
Open
Description
here is a curl example that we'll need to translate into python. This gets all fixed addresses in a regex matchable range, and returns ipaddress, network, and mac address. This gets a decent amount of the data that we want from IB on fixed addresses. It needs to be combined with any lease data to indicate when an address was last seen. Otherwise the mac addresses can be pulled out of netmri....
curl -k -u : -X GET https://128.103.200.106/wapi/v1.2/fixedaddress -d ipv4addr~=128.103 -d _return_fields=ipv4addr,network,mac
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels