<?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 ISE v3.1 API - Update network device attributes with PATCH in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681517#M577113</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we do our first steps with the ISE API and now I'm searching how to update only some or one attribute of an existing network device.&lt;BR /&gt;The documentation in DEVNET tells, that there is a function PATCH to do this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/#!networkdevice" target="_blank" rel="noopener"&gt;networkdevice - Cisco Identity Services Engine API Reference Guide, v1 - Document - Cisco DevNet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I get only a 405 method not found in postman, if I try to add a second IP address in the IP list.&lt;BR /&gt;This is my JSON file, first IP exists already, second one should be added on top:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "NetworkDevice": {
        "name": "test-device-01",
        "NetworkDeviceIPList": [
            {
                "ipaddress": "10.208.92.11",
                "mask": 32
            },
            {
                "ipaddress": "10.255.4.217",
                "mask": 32
            }
        ]
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;</description>
    <pubDate>Mon, 05 Sep 2022 15:06:46 GMT</pubDate>
    <dc:creator>Sven Hruza</dc:creator>
    <dc:date>2022-09-05T15:06:46Z</dc:date>
    <item>
      <title>ISE v3.1 API - Update network device attributes with PATCH</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681517#M577113</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we do our first steps with the ISE API and now I'm searching how to update only some or one attribute of an existing network device.&lt;BR /&gt;The documentation in DEVNET tells, that there is a function PATCH to do this.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/docs/identity-services-engine/latest/#!networkdevice" target="_blank" rel="noopener"&gt;networkdevice - Cisco Identity Services Engine API Reference Guide, v1 - Document - Cisco DevNet&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But I get only a 405 method not found in postman, if I try to add a second IP address in the IP list.&lt;BR /&gt;This is my JSON file, first IP exists already, second one should be added on top:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "NetworkDevice": {
        "name": "test-device-01",
        "NetworkDeviceIPList": [
            {
                "ipaddress": "10.208.92.11",
                "mask": 32
            },
            {
                "ipaddress": "10.255.4.217",
                "mask": 32
            }
        ]
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 15:06:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681517#M577113</guid>
      <dc:creator>Sven Hruza</dc:creator>
      <dc:date>2022-09-05T15:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: ISE v3.1 API - Update network device attributes with PATCH</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681634#M577116</link>
      <description>&lt;P&gt;The PATCH method is added as a feature enhancement in ISE 3.2. I suspect the DevNet documentation has been updated in advance of the upcoming release for 3.2 and in the Revision History table at the top of that page it lists 'Added Patch and PatchByName operations' for ISE Version 3.2.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 22:51:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681634#M577116</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2022-09-05T22:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: ISE v3.1 API - Update network device attributes with PATCH</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681888#M577118</link>
      <description>&lt;P&gt;Thanks for that information. So I will wait for this version 3.2.&lt;BR /&gt;Is there a planned date for the release?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 07:25:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4681888#M577118</guid>
      <dc:creator>Sven Hruza</dc:creator>
      <dc:date>2022-09-06T07:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: ISE v3.1 API - Update network device attributes with PATCH</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4682327#M577127</link>
      <description>&lt;P&gt;It was released earlier today on &lt;A href="https://software.cisco.com/download/home" target="_blank" rel="noopener"&gt;software.cisco.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 23:30:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4682327#M577127</guid>
      <dc:creator>Greg Gibbs</dc:creator>
      <dc:date>2022-09-06T23:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: ISE v3.1 API - Update network device attributes with PATCH</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4864704#M582621</link>
      <description>&lt;P&gt;possible to share a working example of it&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/388087"&gt;@Greg Gibbs&lt;/a&gt;&amp;nbsp;. we have 3.2 but unable to use it successfully.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2023 14:19:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4864704#M582621</guid>
      <dc:creator>rajgar</dc:creator>
      <dc:date>2023-06-29T14:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: ISE v3.1 API - Update network device attributes with PATCH</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4965540#M585378</link>
      <description>&lt;P&gt;Haven't found a way to update it with a single.&lt;BR /&gt;It works only if you put the current already there list as well:&lt;/P&gt;&lt;P&gt;My json body:&lt;BR /&gt;req_body_json = """ {&lt;BR /&gt;"NetworkDevice": {&lt;BR /&gt;"NetworkDeviceIPList" : [ {&lt;BR /&gt;"ipaddress" : "5.5.5.5",&lt;BR /&gt;"mask" : "32"&lt;BR /&gt;}, {&lt;BR /&gt;"ipaddress" : "4.4.4.4",&lt;BR /&gt;"mask" : "32"&lt;BR /&gt;}, {&lt;BR /&gt;"ipaddress" : "3.3.3.3",&lt;BR /&gt;"mask" : "32"&lt;BR /&gt;} ]&lt;BR /&gt;}} """&lt;/P&gt;&lt;P&gt;If you want to add 1, you have to add a fourth&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 10:44:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-v3-1-api-update-network-device-attributes-with-patch/m-p/4965540#M585378</guid>
      <dc:creator>ronald.esveld</dc:creator>
      <dc:date>2023-11-24T10:44:28Z</dc:date>
    </item>
  </channel>
</rss>

