ansible-ise
ansible-ise copied to clipboard
ISE 3.1Patch 4 Network device Group has different attributes
Prerequisites
- [x] Have you tested the operation in the API directly? Yes
- [x] Do you have the latest ISE Collection version?
Describe the bug When we are trying to create a Network Device Group via Ansible in ISE 3.1 Patch 4 we are getting Error
*Failed: Invalid JSON: Unrecognized field "othername" *
Ansible has the Defined structure of for network device groups as I) Name : string II) other name : string
where as the ISE 3.1 patch 4 has
I) Name: II) ndg:
Expected behavior Excepted is to get HTTP Status: 200 (OK)
Screenshots Ansible
ISE 3.1 patch 4
Environment (please complete the following information):
- ISE version and patch: 3.1 / 4
- Ansible version: 3.0
- ISE collection version: 2.5.9
- OS version: Alpine Linux 3.13
Additional context As both the variables are different between ansible and cisco for Creation of Network Device group we face an Issue.
I can only apologize for this. This is a backwards incompatible change that will be rolled back. othername
will be reinstated, most likely in Patch 6.
Thanks @einarnn For the responce. I see the same issue in ISE 3.2 as well. So probably will it stick with ndg
@Rajasekar0104
Please note that this will be rolled back on 3.2 as well.
Hi @Rajasekar0104, as einarnn mentioned, this was a CiscoISE issue you can see it here: https://bst.cisco.com/bugsearch/bug/CSCwd24304 I'm going to close this issue, in case the problem persists feel free to reopen it or create a new one Regards