<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ansible collection cisco.ise version 2.6.2 in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976414#M585685</link>
    <description>&lt;P&gt;'othername' seems to be a mandatory attribute for the ISE API, the error is:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TASK [Create network device group] *************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: }
fatal: [10.36.200.20]: FAILED! =&amp;gt; {"changed": false, "msg": "An error occured when executing operation. The error was: [400] - Validation Error - Mandatory fields missing: [othername]\n{\n  \"ERSResponse\" : {\n    \"operation\" : \"POST-create-networkdevicegroup\",\n    \"messages\" : [ {\n      \"title\" : \"Validation Error - Mandatory fields missing: [othername]\",\n      \"type\" : \"ERROR\",\n      \"code\" : \"Application resource validation exception\"\n    } ],\n    \"link\" : {\n      \"rel\" : \"related\",\n      \"href\" : \"https://172.21.1.21/ers/config/networkdevicegroup\",\n      \"type\" : \"application/xml\"\n    }\n  }\n}"}
&lt;/LI-CODE&gt;
&lt;P&gt;In the ISE ansible collection 2.6.2 documentation, othername attribute is replaced by ndgtype,&amp;nbsp;but this is the error the error using ndgtype:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TASK [Create network device group] *************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: }
fatal: [10.36.200.20]: FAILED! =&amp;gt; {"changed": false, "msg": "An error occured when executing operation. The error was: [400] - Resource Initialization Failed: Invalid JSON: Unrecognized field \"ndgtype\" (Class network.NetworkDeviceGroup), not marked as ignorable\n \n{\n  \"ERSResponse\" : {\n    \"operation\" : \"POST-create-networkdevicegroup\",\n    \"messages\" : [ {\n      \"title\" : \"Resource Initialization Failed: Invalid JSON: Unrecognized field \\\"ndgtype\\\" (Class network.NetworkDeviceGroup), not marked as ignorable\\n \",\n      \"type\" : \"ERROR\",\n      \"code\" : \"Application resource validation exception\"\n    } ],\n    \"link\" : {\n      \"rel\" : \"related\",\n      \"href\" : \"https://172.21.1.21/ers/config/networkdevicegroup\",\n      \"type\" : \"application/xml\"\n    }\n  }\n}"}&lt;/LI-CODE&gt;
&lt;P&gt;Software versions are:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@rl9-tools ise]# ansible --version
ansible [core 2.16.1]
  config file = /root/ise/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.11/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/local/lib/python3.11/site-packages:/usr/lib/python3.11/site-packages
  executable location = /usr/local/bin/ansible
  python version = 3.11.2 (main, Sep 12 2023, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] (/usr/bin/python3.11)
  jinja version = 3.1.2
  libyaml = True
[root@rl9-tools ise]# ansible-galaxy collection list | grep cisco\.ise
cisco.ise                     2.6.2  
[root@rl9-tools ise]# pip list | grep -E 'ciscoise|ansible'
ansible                   9.1.0
ansible-core              2.16.1
ansible-lint              6.22.1
ansible-pylibssh          1.1.0
ciscoisesdk               2.1.2&lt;/LI-CODE&gt;
&lt;P&gt;It seems that ansible collection uses 'ndgtype' as attribute, but then it is not translated to 'othername' calling the ISE API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2023 16:39:15 GMT</pubDate>
    <dc:creator>cnarducci</dc:creator>
    <dc:date>2023-12-12T16:39:15Z</dc:date>
    <item>
      <title>Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4974951#M585624</link>
      <description>&lt;P&gt;I think there is something wrong iin the module "&lt;SPAN&gt;cisco.ise.network_device_group" i&lt;/SPAN&gt;&lt;SPAN&gt;n cisco.ise 2.6.2 collection for ansible.&lt;BR /&gt;If I use a task, with collection version&amp;nbsp;2.5.16 it works as aspected, but with 2.6.2 it does not work.&lt;BR /&gt;With cisco.ise collection version 2.6.2:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;TASK [Create network device group] *************************************************************************************************&lt;BR /&gt;An exception occurred during task execution. To see the full traceback, use -vvv. The error was: NoneType: None&lt;BR /&gt;fatal: [10.36.200.20]: FAILED! =&amp;gt; {"changed": false, "msg": ["othername. Supported parameters include: description, id, ise_debug, ise_hostname, ise_password, ise_single_request_timeout, ise_username, ise_uses_api_gateway, ise_uses_csrf_token, ise_verify, ise_version, ise_wait_on_rate_limit, name, ndgtype, state."]}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;With cisco.ise collection version 2.15.5:&lt;/DIV&gt;
&lt;DIV&gt;TASK [Create network device group] *************************************************************************************************&lt;BR /&gt;changed: [10.36.200.20]&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;I had to do this command to make my play working:&lt;BR /&gt;"ansible-galaxy collection install cisco.ise:==2.5.16"&lt;/P&gt;
&lt;P&gt;The play is:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;- &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;Create network device group&lt;/SPAN&gt; &lt;SPAN&gt;# noqa: run-once[task]&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;cisco.ise.network_device_group&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;ise_connection&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;state&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;present&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"Device Type#All Device Types#&lt;/SPAN&gt;&lt;SPAN&gt;{{&lt;/SPAN&gt; &lt;SPAN&gt;network_device_group_name&lt;/SPAN&gt; &lt;SPAN&gt;}}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;othername&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;Device Type&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Dec 2023 21:34:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4974951#M585624</guid>
      <dc:creator>cnarducci</dc:creator>
      <dc:date>2023-12-09T21:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4974952#M585625</link>
      <description>&lt;P&gt;I missed I tested it with ISE version 3.2 path 4 and 3.1 path 8&lt;/P&gt;</description>
      <pubDate>Sat, 09 Dec 2023 21:45:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4974952#M585625</guid>
      <dc:creator>cnarducci</dc:creator>
      <dc:date>2023-12-09T21:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4975172#M585627</link>
      <description>&lt;P&gt;Issues with the Ansible modules should be posted to the Issues page for the GitHub project.&lt;BR /&gt;&lt;A href="https://github.com/CiscoISE/ansible-ise/issues" target="_blank" rel="noopener"&gt;https://github.com/CiscoISE/ansible-ise/issues&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Dec 2023 21:09:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4975172#M585627</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2023-12-10T21:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4975551#M585646</link>
      <description>&lt;P&gt;What version of ciscoisesdk are you using?&amp;nbsp; It likely needs to be updated.&amp;nbsp; I show the instructions below on my GitHub repo (direct link: &lt;A href="https://github.com/ISEDemoLab/Upgrade_ISE_in_Hybrid_Cloud#minimum-version-of-ciscoisesdk" target="_blank" rel="noopener"&gt;https://github.com/ISEDemoLab/Upgrade_ISE_in_Hybrid_Cloud#minimum-version-of-ciscoisesdk&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H2 id="minimum-version-of-ciscoisesdk" class="maps-to-line" data-source-line="117"&gt;Minimum version of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="inline-code"&gt;ciscoisesdk&lt;/CODE&gt;&lt;/H2&gt;
&lt;P class="maps-to-line" data-source-line="119"&gt;If you already have Ansible installed and have been using it, you can see the version of the SDKs being used with the command&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="inline-code"&gt;pip show &amp;lt;name_of_sdk&amp;gt;&lt;/CODE&gt;. If your ISE version is 3.1 Patch 1 or newer, you need at least version 2.0.10 of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="inline-code"&gt;ciscoisesdk&lt;/CODE&gt;&lt;/P&gt;
&lt;DIV class="joplin-editable"&gt;
&lt;PRE class="hljs"&gt;&lt;CODE&gt;ISE Demo Lab:~/Upgrade_ISE_in_Hybrid_Cloud$ pip show ciscoisesdk
Name: ciscoisesdk
Version: &lt;SPAN class="hljs-number"&gt;2.0&lt;/SPAN&gt;.&lt;SPAN class="hljs-number"&gt;10&lt;/SPAN&gt;
Summary: Cisco Identity Services Engine Platform SDK
Home-page: https:&lt;SPAN class="hljs-regexp"&gt;//&lt;/SPAN&gt;ciscoisesdk.readthedocs.io&lt;SPAN class="hljs-regexp"&gt;/en/&lt;/SPAN&gt;latest/
Author: Jose Bogarin Solano
Author-email: jbogarin@altus.cr
License: MIT
Location: &lt;SPAN class="hljs-regexp"&gt;/home/&lt;/SPAN&gt;charlie&lt;SPAN class="hljs-regexp"&gt;/Upgrade_ISE_in_Hybrid_Cloud/&lt;/SPAN&gt;.venv&lt;SPAN class="hljs-regexp"&gt;/lib/&lt;/SPAN&gt;python3.&lt;SPAN class="hljs-number"&gt;10&lt;/SPAN&gt;/site-packages
Requires: fastjsonschema, future, requests, requests-toolbelt, xmltodict
Required-by:&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P class="maps-to-line" data-source-line="135"&gt;If your version is older than 2.0.10, you can upgrade with the following command:&lt;/P&gt;
&lt;DIV class="joplin-editable"&gt;
&lt;PRE class="hljs"&gt;&lt;CODE&gt;$ pip install ciscoisesdk &lt;SPAN class="hljs-comment"&gt;--upgrade&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;H2 id="requirements" class="maps-to-line" data-source-line="140"&gt;&amp;nbsp;&lt;/H2&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 14:29:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4975551#M585646</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2023-12-11T14:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4975660#M585649</link>
      <description>&lt;P&gt;I'm using the latest version of ciscoisesdk, 2.1.2&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 17:05:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4975660#M585649</guid>
      <dc:creator>cnarducci</dc:creator>
      <dc:date>2023-12-11T17:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976355#M585679</link>
      <description>&lt;P&gt;What happens if you comment out the `othername` entry?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;   - name: Create network device group # noqa: run-once[task]
      cisco.ise.network_device_group:
        &amp;lt;&amp;lt;: *ise_connection
        state: present
        name: "Device Type#All Device Types#{{ network_device_group_name }}"
        # othername: Device Type&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.ansible.com/ansible/latest/collections/cisco/ise/network_device_group_module.html#ansible-collections-cisco-ise-network-device-group-module" target="_blank"&gt;https://docs.ansible.com/ansible/latest/collections/cisco/ise/network_device_group_module.html#ansible-collections-cisco-ise-network-device-group-module&lt;/A&gt;&amp;nbsp;shows the attribute value is now `ndgtype` (2.6.2).&amp;nbsp; Change `othername` to `ndgtype`&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:17:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976355#M585679</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2023-12-12T15:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976414#M585685</link>
      <description>&lt;P&gt;'othername' seems to be a mandatory attribute for the ISE API, the error is:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TASK [Create network device group] *************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: }
fatal: [10.36.200.20]: FAILED! =&amp;gt; {"changed": false, "msg": "An error occured when executing operation. The error was: [400] - Validation Error - Mandatory fields missing: [othername]\n{\n  \"ERSResponse\" : {\n    \"operation\" : \"POST-create-networkdevicegroup\",\n    \"messages\" : [ {\n      \"title\" : \"Validation Error - Mandatory fields missing: [othername]\",\n      \"type\" : \"ERROR\",\n      \"code\" : \"Application resource validation exception\"\n    } ],\n    \"link\" : {\n      \"rel\" : \"related\",\n      \"href\" : \"https://172.21.1.21/ers/config/networkdevicegroup\",\n      \"type\" : \"application/xml\"\n    }\n  }\n}"}
&lt;/LI-CODE&gt;
&lt;P&gt;In the ISE ansible collection 2.6.2 documentation, othername attribute is replaced by ndgtype,&amp;nbsp;but this is the error the error using ndgtype:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TASK [Create network device group] *************************************************************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: }
fatal: [10.36.200.20]: FAILED! =&amp;gt; {"changed": false, "msg": "An error occured when executing operation. The error was: [400] - Resource Initialization Failed: Invalid JSON: Unrecognized field \"ndgtype\" (Class network.NetworkDeviceGroup), not marked as ignorable\n \n{\n  \"ERSResponse\" : {\n    \"operation\" : \"POST-create-networkdevicegroup\",\n    \"messages\" : [ {\n      \"title\" : \"Resource Initialization Failed: Invalid JSON: Unrecognized field \\\"ndgtype\\\" (Class network.NetworkDeviceGroup), not marked as ignorable\\n \",\n      \"type\" : \"ERROR\",\n      \"code\" : \"Application resource validation exception\"\n    } ],\n    \"link\" : {\n      \"rel\" : \"related\",\n      \"href\" : \"https://172.21.1.21/ers/config/networkdevicegroup\",\n      \"type\" : \"application/xml\"\n    }\n  }\n}"}&lt;/LI-CODE&gt;
&lt;P&gt;Software versions are:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[root@rl9-tools ise]# ansible --version
ansible [core 2.16.1]
  config file = /root/ise/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.11/site-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/local/lib/python3.11/site-packages:/usr/lib/python3.11/site-packages
  executable location = /usr/local/bin/ansible
  python version = 3.11.2 (main, Sep 12 2023, 00:00:00) [GCC 11.3.1 20221121 (Red Hat 11.3.1-4)] (/usr/bin/python3.11)
  jinja version = 3.1.2
  libyaml = True
[root@rl9-tools ise]# ansible-galaxy collection list | grep cisco\.ise
cisco.ise                     2.6.2  
[root@rl9-tools ise]# pip list | grep -E 'ciscoise|ansible'
ansible                   9.1.0
ansible-core              2.16.1
ansible-lint              6.22.1
ansible-pylibssh          1.1.0
ciscoisesdk               2.1.2&lt;/LI-CODE&gt;
&lt;P&gt;It seems that ansible collection uses 'ndgtype' as attribute, but then it is not translated to 'othername' calling the ISE API.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:39:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976414#M585685</guid>
      <dc:creator>cnarducci</dc:creator>
      <dc:date>2023-12-12T16:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976420#M585686</link>
      <description>&lt;P&gt;Interesting.&amp;nbsp; Please open a case with TAC and PM me the case number.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CharlieMoreton_0-1702399543684.png" style="width: 1066px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/204789i74FF3A1A7F0F541E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="CharlieMoreton_0-1702399543684.png" alt="CharlieMoreton_0-1702399543684.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 16:46:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976420#M585686</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2023-12-12T16:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Ansible collection cisco.ise version 2.6.2</title>
      <link>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976440#M585687</link>
      <description>&lt;P&gt;Update, this is covered in&amp;nbsp;&lt;A href="https://bst.cloudapps.cisco.com/bugsearch/bug/CSCwd24304" target="_self"&gt;CSCwd24304&lt;/A&gt;&amp;nbsp;.&amp;nbsp; Unfortunately, since the `ndgtype` attribute was reverted back to `othername`, the `cisco.ise` Ansible collection has not been updated to reflect this.&amp;nbsp; You'll have to use the API, for example:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;    - name: Create network device group # noqa: run-once[task]
      delegate_to: localhost
      ansible.builtin.uri:
        url: "https://{{ ise_url }}/ers/config/networkdevicegroup"
        method: POST
        url_username: "{{ ise_username }}"
        url_password: "{{ ise_init_password }}"
        force_basic_auth: yes
        body: |
          { 
            "name": "Device Type#All Device Types#{{ network_device_group_name }}",
            "description": "All Device Types",
            "othername": "Device Type"
          }
        body_format: json
        validate_certs: "{{ ise_verify }}"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 12 Dec 2023 17:52:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ansible-collection-cisco-ise-version-2-6-2/m-p/4976440#M585687</guid>
      <dc:creator>Charlie Moreton</dc:creator>
      <dc:date>2023-12-12T17:52:00Z</dc:date>
    </item>
  </channel>
</rss>

