<?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: NBI: configure discovered devices in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94332#M9755</link>
    <description>&lt;P&gt;Thanks, I will have to test if that mutation works &lt;EM&gt;before &lt;/EM&gt;the device has been added i.e. is still in discovery state (ZTP+ pending).&lt;/P&gt;&lt;P&gt;But it probably won't be of much use in this case as we probably can't automate ZTP itself this way.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2023 09:30:17 GMT</pubDate>
    <dc:creator>jeronimo</dc:creator>
    <dc:date>2023-01-09T09:30:17Z</dc:date>
    <item>
      <title>NBI: configure discovered devices</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94296#M9751</link>
      <description>&lt;P&gt;Manually configuring discovered devices in the GUI seems to behave differently than using NBI.&lt;/P&gt;&lt;P&gt;Selecting the site&lt;BR /&gt;* using GUI (Network &amp;gt; Discovered &amp;gt; Right-click: Configure device &amp;gt; Default Site): all the parameters change as they are inherited from the site&lt;BR /&gt;* using NBI: only the site changes and other parameters do not, unless you set them manually&lt;/P&gt;&lt;P&gt;mutation {&lt;BR /&gt;network {&lt;BR /&gt;configureDiscoveredDevice(input: {&lt;BR /&gt;deviceConfig: {&lt;BR /&gt;deviceIP: "1.2.3.4",&lt;BR /&gt;generalConfig: {&lt;BR /&gt;defaultSitePath: "/World/xxx/yyy",&lt;/P&gt;&lt;P&gt;Also, the mutation call does not actually save the configuration, and make ZTP+ progress to the next stage "Pending", and then "Complete".&lt;BR /&gt;Which is what hitting "Save" would do in the GUI.&lt;/P&gt;&lt;P&gt;So how do I do using NBI what would happen in the GUI?&lt;/P&gt;&lt;P&gt;1) Select the site and thereby inherit its settings&lt;BR /&gt;2) Make ZTP+ actually proceed with provisioning&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 18:25:07 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94296#M9751</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2023-01-05T18:25:07Z</dc:date>
    </item>
    <item>
      <title>Re: NBI: configure discovered devices</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94307#M9753</link>
      <description>&lt;P&gt;I will assume the configureDiscoveredDevice mutation simply does not trigger applying Site Actions if the defaultSitePath specifies a specific site. I do know that createDevices mutation did not perform similarly prior to XIQ-SE 22.06 where we added / enhanced it that it would apply Site Actions if an alternative siteLocation was specified.&lt;/P&gt;&lt;P&gt;I would suggest if no other response is provided here to open a case with GTAC for further investigation. This may be a gap in the current design of the mutation you are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for using NBI to trigger ZTP to move to Staged from Pending Edit - I am not aware of such a mutation. Not to say there isn't - but a quick look at the mutation list doesn't show anything obvious. Again - this would be best asked via a GTAC case.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 14:43:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94307#M9753</guid>
      <dc:creator>Robert_Haynes</dc:creator>
      <dc:date>2023-01-06T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: NBI: configure discovered devices</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94328#M9754</link>
      <description>&lt;P&gt;Hello Jeronimo,&lt;/P&gt;&lt;P&gt;according to my experience, changes in the site are not automatically written to the devices that belong to the site. This was also confirmed to me by GTAC.&lt;/P&gt;&lt;P&gt;However, there is a call (mutation { network { configureDevice}) that does this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="configureDevice.png" style="width: 450px;"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/6310i13E7D2E5E2BE7597/image-size/large?v=v2&amp;amp;px=999" role="button" title="configureDevice.png" alt="configureDevice.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2023 15:43:19 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94328#M9754</guid>
      <dc:creator>StephanH</dc:creator>
      <dc:date>2023-01-07T15:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: NBI: configure discovered devices</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94332#M9755</link>
      <description>&lt;P&gt;Thanks, I will have to test if that mutation works &lt;EM&gt;before &lt;/EM&gt;the device has been added i.e. is still in discovery state (ZTP+ pending).&lt;/P&gt;&lt;P&gt;But it probably won't be of much use in this case as we probably can't automate ZTP itself this way.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 09:30:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/94332#M9755</guid>
      <dc:creator>jeronimo</dc:creator>
      <dc:date>2023-01-09T09:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: NBI: configure discovered devices</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/121131#M12877</link>
      <description>&lt;P&gt;Hi, may be it's too late. But may be others are interested. I got it working to get the status from "ZTP+ Pending Edit" to "ZTP+ staged" (and then the switch pulls the config... and later ZTP+ completed).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to set all required settings (even DNS Servers):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mutation {&lt;BR /&gt;network {&lt;BR /&gt;configureDiscoveredDevice(&lt;BR /&gt;input: {&lt;BR /&gt;deviceConfig: {&lt;BR /&gt;ipAddress: "1.2.3.4"&lt;BR /&gt;ztpPlusConfig: {&lt;BR /&gt;configUpdateType: ALWAYS&lt;BR /&gt;useDiscoveredMode: DISABLED&lt;BR /&gt;domainName: "domain.local"&lt;BR /&gt;mgmtInterface: MANAGEMENT_ISID&lt;BR /&gt;subnetAddress: "10.20.30.40/24"&lt;BR /&gt;gatewayAddress: "10.20.30.1"&lt;BR /&gt;configUpdateTime: 1737973036000&lt;BR /&gt;ntpServer: "10.10.10.10"&lt;BR /&gt;ntpServer2: "10.10.10.11"&lt;BR /&gt;dnsServer: "10.10.10.10"&lt;BR /&gt;dnsServer2: "10.10.10.11"&lt;BR /&gt;}&lt;BR /&gt;deviceActionsConfig: {autoAddDevices: true}&lt;BR /&gt;generalConfig: {&lt;BR /&gt;defaultSitePath: "/World/CAMPUSLAN/TEST"&lt;BR /&gt;sysName: "my-fancy-switch-name"&lt;BR /&gt;adminProfile: "snmp_v3_profile"&lt;BR /&gt;sysContact: "noc@domain.local"&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;timeout: 600&lt;BR /&gt;operationId: "cfg-1.2.3.4"&lt;BR /&gt;}&lt;BR /&gt;) {&lt;BR /&gt;status&lt;BR /&gt;message&lt;BR /&gt;operationId&lt;BR /&gt;siteLocation&lt;BR /&gt;clientSessionId&lt;BR /&gt;errorCode&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:49:25 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/nbi-configure-discovered-devices/m-p/121131#M12877</guid>
      <dc:creator>FlorianMeyer</dc:creator>
      <dc:date>2026-01-26T16:49:25Z</dc:date>
    </item>
  </channel>
</rss>

