<?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 3.2 Patch API to update network device by name not working in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4863960#M582584</link>
    <description>&lt;P&gt;I am trying to update the network device location and type using the PATCH method for the&amp;nbsp;&lt;SPAN&gt;ers/config/networkdevice/name/{name} API endpoint. Please see attached screenshot for details.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;ISE Version:&lt;/DIV&gt;&lt;DIV class=""&gt;3.2.0.542&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Response below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    "ERSResponse": {
        "operation": "PATCH-patch by name-networkdevice",
        "messages": [
            {
                "title": "Validation Error - Illegal values: [trustsecsettings: sgaNotificationAndUpdates: coaSourceHost must be a valid value of node type Standalone/PPAN/Policy with Session services]",
                "type": "ERROR",
                "code": "Application resource validation exception"
            }
        ],&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jun 2023 13:33:11 GMT</pubDate>
    <dc:creator>rajgar</dc:creator>
    <dc:date>2023-06-28T13:33:11Z</dc:date>
    <item>
      <title>ISE 3.2 Patch API to update network device by name not working</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4863960#M582584</link>
      <description>&lt;P&gt;I am trying to update the network device location and type using the PATCH method for the&amp;nbsp;&lt;SPAN&gt;ers/config/networkdevice/name/{name} API endpoint. Please see attached screenshot for details.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;ISE Version:&lt;/DIV&gt;&lt;DIV class=""&gt;3.2.0.542&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;Response below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    "ERSResponse": {
        "operation": "PATCH-patch by name-networkdevice",
        "messages": [
            {
                "title": "Validation Error - Illegal values: [trustsecsettings: sgaNotificationAndUpdates: coaSourceHost must be a valid value of node type Standalone/PPAN/Policy with Session services]",
                "type": "ERROR",
                "code": "Application resource validation exception"
            }
        ],&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jun 2023 13:33:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4863960#M582584</guid>
      <dc:creator>rajgar</dc:creator>
      <dc:date>2023-06-28T13:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.2 Patch API to update network device by name not working</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4865905#M582654</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1471536"&gt;@rajgar&lt;/a&gt; The error is about TrustSec settings so it appears that you had it configured but that caused validation error.&lt;/P&gt;
&lt;P&gt;I tried one with RADIUS but no TrustSec settings and was able to update the groups. Here is my test input:&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;curl  --include  --insecure  --location \
--header 'Content-Type:application/json' \
--header 'Accept: application/json' \
--user $ise_username:$ise_password \
--request PATCH https://$ise_hostname/ers/config/networkdevice/name/PATCH_Test \
--data '
{
  "NetworkDevice" : {
	"NetworkDeviceGroupList" : [
	  "Location#All Locations",
	  "Device Type#All Device Types#TEST",
	  "IPSEC#Is IPSEC Device#No",
	  "Vendors#Vendors",
	  "Deployment Phase#Deployment Phase#test"]
  }
}'
&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 02 Jul 2023 14:25:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4865905#M582654</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2023-07-02T14:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: ISE 3.2 Patch API to update network device by name not working</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4866477#M582664</link>
      <description>&lt;P&gt;that makes sense. Appreciate sharing a working example.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 12:05:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-3-2-patch-api-to-update-network-device-by-name-not-working/m-p/4866477#M582664</guid>
      <dc:creator>rajgar</dc:creator>
      <dc:date>2023-07-03T12:05:12Z</dc:date>
    </item>
  </channel>
</rss>

