<?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: Listing configID in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472724#M1101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 style="font-size: 1.1em; color: #000000; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px;"&gt;&lt;SPAN class="http_method" style="font-size: 13.86px;"&gt;There is a configId form /pnp-device&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;H3 style="font-size: 1.1em; color: #000000; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px;"&gt;&lt;SPAN class="http_method" style="font-size: 13.86px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;H3 style="font-size: 1.1em; color: #000000; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px;"&gt;&lt;SPAN class="http_method" style="font-size: 13.86px;"&gt;&lt;A class="toggleOperation" href="https://sandboxapic.cisco.com:9443/swagger#!/pnp-device/getPnpDevices" style="padding: 7px 0 4px; font-size: 0.7em; color: white; text-align: center; background-color: #0f6ab4;"&gt;GET&lt;/A&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="path" style="padding: 0 0 0 10px; font-size: 13.86px;"&gt;&lt;A class="toggleOperation" href="https://sandboxapic.cisco.com:9443/swagger#!/pnp-device/getPnpDevices" style="font-size: 13.86px; color: black;"&gt;/pnp-device&lt;/A&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN class="path" style="padding: 0 0 0 10px; font-size: 13.86px;"&gt;....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="propName propOpt" style="font-size: 11.34px; color: #555555; font-weight: bold; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;configId&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="propType" style="font-size: 11.34px; color: #5555aa; font-family: 'Droid Sans', sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;,&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="propOptKey" style="font-size: 11.34px; font-style: italic; color: #333333; font-family: 'Droid Sans', sans-serif; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;optional&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="propDesc" style="font-size: 11.34px; color: #333333; font-family: 'Droid Sans', sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;Configuration file ID&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 16:55:47 GMT</pubDate>
    <dc:creator>yawming</dc:creator>
    <dc:date>2016-04-13T16:55:47Z</dc:date>
    <item>
      <title>Listing configID</title>
      <link>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472722#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I create a new device under a given project via an API post to "/pnp-project/{projectId}/device" and I also need to specifiy the JSON format config-template which goes with that device for PnP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The API documentation states that I should specifiy "configId (string, optional)" when creating the device but I cannot see where to query APIC to optain a valid "configId" which matches the JSON-config-template file I have pre-defined under "Network Plug and Play" --&amp;gt; "Configurations". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I need to query to list all the JSON-config-template files and their corresponding configID's ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 12:27:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472722#M1099</guid>
      <dc:creator>jawicks</dc:creator>
      <dc:date>2019-03-01T12:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Listing configID</title>
      <link>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472723#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll admit this isn't very intuitive.&amp;nbsp; But you can use the fileservice to get the file ID.&amp;nbsp; Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://apic-em/api/v1/file/namespace/config" rel="nofollow" target="_blank"&gt;https://apic-em/api/v1/file/namespace/config&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:53:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472723#M1100</guid>
      <dc:creator>Joe Clarke</dc:creator>
      <dc:date>2016-04-13T16:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Listing configID</title>
      <link>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472724#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;H3 style="font-size: 1.1em; color: #000000; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px;"&gt;&lt;SPAN class="http_method" style="font-size: 13.86px;"&gt;There is a configId form /pnp-device&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;H3 style="font-size: 1.1em; color: #000000; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px;"&gt;&lt;SPAN class="http_method" style="font-size: 13.86px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;H3 style="font-size: 1.1em; color: #000000; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px;"&gt;&lt;SPAN class="http_method" style="font-size: 13.86px;"&gt;&lt;A class="toggleOperation" href="https://sandboxapic.cisco.com:9443/swagger#!/pnp-device/getPnpDevices" style="padding: 7px 0 4px; font-size: 0.7em; color: white; text-align: center; background-color: #0f6ab4;"&gt;GET&lt;/A&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="path" style="padding: 0 0 0 10px; font-size: 13.86px;"&gt;&lt;A class="toggleOperation" href="https://sandboxapic.cisco.com:9443/swagger#!/pnp-device/getPnpDevices" style="font-size: 13.86px; color: black;"&gt;/pnp-device&lt;/A&gt;&lt;/SPAN&gt;&lt;/H3&gt;&lt;P&gt;&lt;SPAN class="path" style="padding: 0 0 0 10px; font-size: 13.86px;"&gt;....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="propName propOpt" style="font-size: 11.34px; color: #555555; font-weight: bold; font-family: 'Droid Sans', sans-serif; font-style: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;configId&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN class="propType" style="font-size: 11.34px; color: #5555aa; font-family: 'Droid Sans', sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;string&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;,&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="propOptKey" style="font-size: 11.34px; font-style: italic; color: #333333; font-family: 'Droid Sans', sans-serif; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;optional&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="propDesc" style="font-size: 11.34px; color: #333333; font-family: 'Droid Sans', sans-serif; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;Configuration file ID&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: 'Droid Sans', sans-serif; font-size: 11.34px; font-style: normal; font-weight: normal; text-align: left; text-indent: 0px; background-color: #ebf3f9;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:55:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472724#M1101</guid>
      <dc:creator>yawming</dc:creator>
      <dc:date>2016-04-13T16:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Listing configID</title>
      <link>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472725#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant, I think that looks like the right one (I'll just need to test that "id" works for my example), many thanks for the replies.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/94566_Capture.JPG" style="height: 480px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 18:02:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/listing-configid/m-p/3472725#M1102</guid>
      <dc:creator>jawicks</dc:creator>
      <dc:date>2016-04-13T18:02:16Z</dc:date>
    </item>
  </channel>
</rss>

