<?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 XMC: Add Bulk IP addresses to device list in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76785#M8613</link>
    <description>&lt;P&gt;I have 500+ devices to add to XMC that need to be pre-added.&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;</description>
    <pubDate>Sat, 06 Feb 2021 01:41:51 GMT</pubDate>
    <dc:creator>Terry_Butts</dc:creator>
    <dc:date>2021-02-06T01:41:51Z</dc:date>
    <item>
      <title>XMC: Add Bulk IP addresses to device list</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76785#M8613</link>
      <description>&lt;P&gt;I have 500+ devices to add to XMC that need to be pre-added.&lt;/P&gt;&lt;P&gt;Is there a way to do this?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 01:41:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76785#M8613</guid>
      <dc:creator>Terry_Butts</dc:creator>
      <dc:date>2021-02-06T01:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: XMC: Add Bulk IP addresses to device list</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76786#M8614</link>
      <description>&lt;P&gt;Hi Terry,&lt;/P&gt;&lt;P&gt;Connect API’s should do the trick:&lt;/P&gt;&lt;FIGURE&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="2d98c437083f45a582873a60fca06c90_76da8c7b-e5d8-438e-b57b-edb08cd9cef1.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/4253iDAEA48A2A90691D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="2d98c437083f45a582873a60fca06c90_76da8c7b-e5d8-438e-b57b-edb08cd9cef1.png" alt="2d98c437083f45a582873a60fca06c90_76da8c7b-e5d8-438e-b57b-edb08cd9cef1.png" /&gt;&lt;/span&gt;&lt;/FIGURE&gt;&lt;P&gt;Mig&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 01:47:09 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76786#M8614</guid>
      <dc:creator>Miguel-Angel_RO</dc:creator>
      <dc:date>2021-02-06T01:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: XMC: Add Bulk IP addresses to device list</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76787#M8615</link>
      <description>&lt;P&gt;Hi Terry,&lt;/P&gt;&lt;P&gt;we do have a Northbound Interface (NBI) where you can add devices. This interface id good for scripting. You may use my Python class I made&amp;nbsp;&lt;A href="https://github.com/extremenetworks/ExtremeScripting/tree/master/Netsight/nbi_clients" target="_blank" rel="nofollow noreferrer noopener"&gt;XMC_NBI&lt;/A&gt;&amp;nbsp;. They is a example to &lt;STRONG&gt;get_all_device&lt;/STRONG&gt;. But to add device you have create the own NBI call like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color:#dddddd;"&gt;mutation {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; network {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; createDevices(&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; input: {devices: {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ipAddress: "1.2.3.4",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; siteLocation: "/World/CTC/Reading",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; profileName: "snmp_v3_profile"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;nbsp;}) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="background-color:#dddddd;"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx&lt;BR /&gt;markus&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 01:58:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/76787#M8615</guid>
      <dc:creator>Markus_Nikulski</dc:creator>
      <dc:date>2021-02-25T01:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: XMC: Add Bulk IP addresses to device list</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/94292#M9750</link>
      <description>&lt;P&gt;I tried to use a query like this but it seems to be totally broken.&lt;/P&gt;&lt;P&gt;It says "SUCCESS" but nothing appears in XIQ-SE.&lt;/P&gt;&lt;P&gt;If I try to add it again it tells me it already exists.&lt;/P&gt;&lt;P&gt;When I try to delete it (using NBI) it tells me SUCCESS, no matter how many times I run the deletion.&lt;/P&gt;&lt;P&gt;But when I try to add it again it still tells me it already exists...&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 12:25:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/94292#M9750</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2023-01-05T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: XMC: Add Bulk IP addresses to device list</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/94300#M9752</link>
      <description>&lt;P&gt;Just wanted to let y'all know that this was a permissions issue.&lt;/P&gt;&lt;P&gt;For some reason, it isn't enough to give API user permissions to NBI. It appears you have to include permissions for "XIQ-SE OneView" in the corresponding authorization group. Even though NBI is the only thing you're using.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 08:38:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/xmc-add-bulk-ip-addresses-to-device-list/m-p/94300#M9752</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2023-01-06T08:38:59Z</dc:date>
    </item>
  </channel>
</rss>

