You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cisco ISE 3.2 and later supports patch method which set a specific attribute of resource (e.g. NetworkDevice) instead of all them (which is done by put method). The patch method and related functions are not implemented at all, so your library is not fully compatible with ISE 3.2 and later.
Expected behavior
Existence of some method to patch resources like NetworkDevice.
Environment (please complete the following information):
ISE version and patch: 3.2 and later
Python version: 3.9
SDK version: 2.2.3
OS version: Microsoft Window 10
The text was updated successfully, but these errors were encountered:
Prerequisites
Describe the bug
Cisco ISE 3.2 and later supports
patch
method which set a specific attribute of resource (e.g.NetworkDevice
) instead of all them (which is done byput
method). Thepatch
method and related functions are not implemented at all, so your library is not fully compatible with ISE 3.2 and later.Expected behavior
Existence of some method to patch resources like
NetworkDevice
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: