<?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: DNAC Global device CLI Credential API in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352718#M8524</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_25" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839" target="_self" aria-label="View Profile of bigevilbeard"&gt;&lt;SPAN class=""&gt;bigevilbeard&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;now its working&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Dec 2025 17:26:01 GMT</pubDate>
    <dc:creator>Salman-Abbasi</dc:creator>
    <dc:date>2025-12-05T17:26:01Z</dc:date>
    <item>
      <title>DNAC Global device CLI Credential API</title>
      <link>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352645#M8522</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;While I am trying to configure Device Global CLI credentials in DNAC through API then getting error;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SalmanAbbasi_0-1764929041068.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/256276iE29944963DC5AFE2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SalmanAbbasi_0-1764929041068.png" alt="SalmanAbbasi_0-1764929041068.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SalmanAbbasi_1-1764929064998.png" style="width: 400px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/256277iD48D33E50DBA248F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SalmanAbbasi_1-1764929064998.png" alt="SalmanAbbasi_1-1764929064998.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I am doing this task in cisco Sandbox.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 16:23:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352645#M8522</guid>
      <dc:creator>Salman-Abbasi</dc:creator>
      <dc:date>2025-12-05T16:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: DNAC Global device CLI Credential API</title>
      <link>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352678#M8523</link>
      <description>&lt;P&gt;Looking at your error, this would suggest you have an&amp;nbsp;&amp;nbsp;incorrect JSON payload format or missing required parameters in your API request body. I am looking at the docs and see an example of a PUT request here&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/dna-center/2-3-7-4/update-cli-credentials/" target="_blank"&gt;https://developer.cisco.com/docs/dna-center/2-3-7-4/update-cli-credentials/&lt;/A&gt;&amp;nbsp;use this if you are trying to update, if you are adding from new...&lt;A href="https://developer.cisco.com/docs/dna-center/2-3-7-4/create-cli-credentials/" target="_blank"&gt;https://developer.cisco.com/docs/dna-center/2-3-7-4/create-cli-credentials/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check your payload, aside from the docs see&amp;nbsp;&lt;A href="https://developer.cisco.com/docs/dna-center/2-3-7-4/credentials/#code" target="_blank"&gt;https://developer.cisco.com/docs/dna-center/2-3-7-4/credentials/#code&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;[
  {
    "comments": "CLI Credentials for the guide - initial",
    "description": "GUIDE_CLI_CREDS_INITIAL",
    "enablePassword": "Cisco123!",
    "password": "Cisco123!",
    "username": "dnac_user_1"
  }
]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;You can try adding the [] brackets, to make this an array.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 13:27:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352678#M8523</guid>
      <dc:creator>bigevilbeard</dc:creator>
      <dc:date>2025-12-05T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: DNAC Global device CLI Credential API</title>
      <link>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352718#M8524</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_25" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.cisco.com/t5/user/viewprofilepage/user-id/352839" target="_self" aria-label="View Profile of bigevilbeard"&gt;&lt;SPAN class=""&gt;bigevilbeard&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;now its working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Dec 2025 17:26:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/dnac-global-device-cli-credential-api/m-p/5352718#M8524</guid>
      <dc:creator>Salman-Abbasi</dc:creator>
      <dc:date>2025-12-05T17:26:01Z</dc:date>
    </item>
  </channel>
</rss>

