-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
Added update endpoint method - usefull for changing group membership
Update ise.py
I will check this out as soon as #164 is done And I am sorry for taking so much time with this.. -- |
Hi, I have manually implemented the changes since i made the namechange first.. (smart move by me...) But I wonder if this is by default, or this is a bug? Thougts? -- |
I'm not sure if it's a good idea to have non-empty default arguments for static_profile_assignment and static_group_assignment. What happens if you update an endpoint that doesn't have a static group? Would it statically assign "Unknown"? I made my own update method and have a default empty string for those attributes. That way I can check if there is an update for them and react. I was also considering not allowing those attributes as an argument and only setting them if the profile_id or group_id arguments are passed since one without the other is meaningless. Also, confirming the same behavior with the name attribute. It doesn't honor updates, they are just ignored. |
TAC confirmed that the endpoint "name" attribute must be the MAC address and it cannot be altered. The observed behavior is as designed. |
Bump |
Any more information on this, I'm trying to clean up some PR's before 0.3. |
Closing this. Really sorry for the trouble. |
Added update endpoint method.
But for some reason ISE won't allow to change the
name
of an ERSEndpoint, but I left it in the update method, just as it's in the add method.Tested on ISE:
Version: 2.6.0.156
Installed Patches: 5,7