Become a Member
WC.16.10.0011 works with curl: POST /rest/v7/login-sessions HTTP/1.1 Host: x.x.x.x User-Agent: curl/7.55.1 Accept: */* Content-Length: 46 Content-Type: application/x-www-form-urlencoded ("userName":"manager", "password":"x") But not with Python (I have tried httpx and...
Hi, Can anyone, please, explain why in the API documentation version ArubaOS 16.05 https://support.hpe.com/hpesc/public/docDisplay?docId=a00040422en us the MacTable support is mentioned and then in the ArubaOS 16.10 it is gone https://support.hpe.com/hpesc/public/docDisplay?docLocale=en...
Background: We've been running 802.1x on our HP-based network (5400zl and 5400R ZL2 series) for about a year now, and we are happy with the extra layer of security, and the fact that unauthenticated clients end up on a guest network with internet access only, which provides a service for...
OK, I worked it out. To add or remove a drop action for specific IP or IP range> curl --header "X-Auth-Token:$AUTH TOKEN" -H "Content-Type:application/json" -ksS --url "https://$CONTROLER IP:8443/sdn/v2.0/of/datapaths/$SW DPID/flows" -d "(\"flow\": (\"priority\": 20100,\"table id...