<?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: Create single API feed to bring in multiple device data in Velocity in ArcGIS Velocity Questions</title>
    <link>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1667891#M593</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/529927"&gt;@AmberBard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are correct in that if you want to poll 40 unique endpoints, you would need to create 40 feeds in Velocity.&amp;nbsp; The way to do this is a Streaming Feed and have an intermediate process running somewhere that polls the units and then refactors the data into a JSON object and Posts to a Velocity Feed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your IoT vendor may have a data concentrator already, or you may need to write a PHP or Python script running on a neutral host somewhere like AWS or Vultr that iterates through a list of endpoints, polls them and then posts the results to Velocity.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: depending on what other logic will be in the Analytics processing the Feed, you might also want to look at Datapipe Lines or an S3-style bucket import.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Nov 2025 15:48:09 GMT</pubDate>
    <dc:creator>JeffSilberberg</dc:creator>
    <dc:date>2025-11-21T15:48:09Z</dc:date>
    <item>
      <title>Create single API feed to bring in multiple device data in Velocity</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1667863#M592</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am new to HTTP poller APIs and I am trying to utilize them in Velocity for an initiative within my organization.&amp;nbsp;&lt;BR /&gt;I apologize in advance for any terminology that may not be quite correct in regards to APIs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to leverage the HTTP poller GET request to bring in live sensor data for a single device. I'm hitting a wall in trying to configure it to pull data for multiple devices using their IDs. Velocity has limits on running feeds so I can't create a feed for each individual device when we are projected to have 40 or more.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know there has to be a common API workflow for this, I've read about Loops and the such but I'm just unsure about how to go about implementing these strategies or how Velocity handles this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any guidance or suggestions on this would be incredible helpful!&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 14:15:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1667863#M592</guid>
      <dc:creator>AmberBard</dc:creator>
      <dc:date>2025-11-21T14:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create single API feed to bring in multiple device data in Velocity</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1667891#M593</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/529927"&gt;@AmberBard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are correct in that if you want to poll 40 unique endpoints, you would need to create 40 feeds in Velocity.&amp;nbsp; The way to do this is a Streaming Feed and have an intermediate process running somewhere that polls the units and then refactors the data into a JSON object and Posts to a Velocity Feed.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your IoT vendor may have a data concentrator already, or you may need to write a PHP or Python script running on a neutral host somewhere like AWS or Vultr that iterates through a list of endpoints, polls them and then posts the results to Velocity.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: depending on what other logic will be in the Analytics processing the Feed, you might also want to look at Datapipe Lines or an S3-style bucket import.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 15:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1667891#M593</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2025-11-21T15:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Create single API feed to bring in multiple device data in Velocity</title>
      <link>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1668762#M594</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/529927"&gt;@AmberBard&lt;/a&gt;&amp;nbsp;Thanks for posting and I agree with&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/140376"&gt;@JeffSilberberg&lt;/a&gt;&amp;nbsp;above. Most APIs have an endpoint that can return multiple devices with a single call, either as a GET or a POST. Other APIs allow comma separation for a parameter such as &lt;A href="https://yourVendorURL.com/data?devices=1,2,3,4,5" target="_blank"&gt;https://yourVendorURL.com/data?devices=1,2,3,4,5&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can provide documentation from this vendor/provider I'd be happy to skim through to see if any compatible options stand out to me.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 14:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-velocity-questions/create-single-api-feed-to-bring-in-multiple-device/m-p/1668762#M594</guid>
      <dc:creator>PeterNasuti</dc:creator>
      <dc:date>2025-11-26T14:02:10Z</dc:date>
    </item>
  </channel>
</rss>

