CiscoISE/ciscoisesdk

issue with network access network conditions

Closed this issue · 2 comments

Prerequisites

  • [ x] Have you tested the operation in the API directly?
  • [ x] Do you have the latest SDK version?

Describe the bug
A clear and concise description of what the bug is.
Impossible to configure conditions for Network access network conditions
https://github.com/CiscoISE/ciscoisesdk/blob/main/ciscoisesdk/api/v3_1_1/network_access_network_conditions.py

Expected behavior
A clear and concise description of what you expected to happen.
SDK is expecting a parameter named "conditions" with a list of conditions. API is expecting a list of conditions for each condition type
in attributes ipAddrList, deviceList,deviceGroupList
These 3 parameters are not handled by the SDK

Screenshots
Please provide an screenshot of the successful API call with cuRL, Postman, etc.
image

Environment (please complete the following information):

  • ISE version and patch: 3.1 patch 3
  • Python version: 3.10
  • SDK version: 2.0.4
  • OS version: docker

Additional context
Add any other context about the problem here.

Hi @paulcana
The ciscoisesdk v2.0.5 is available. Feel free to test it and close or comment if necessary.

I am closing this issue, as it was the same problem as ansible-ise #57 which is solved.