HOW TO
ArcGIS Velocity offers a Software-as-a-Service solution to managing real-time data through ArcGIS Online. While Velocity has a sleek interface, it also has a backend API similar to REST in other Enterprise products. This API is called Swagger, and the base URL to access it is:
https://us-iot.arcgis.com/usadvanced00/orgID/iot/api/swagger.html#/
https://us-iot.arcgis.com/usadvanced00/orgID
You can then append the following path to the base URL to access the Swagger interface:
/iot/api/swagger.html#/The Swagger interface is shown in the image below.
Through the tabs in this interface, you can get the JSON definition of feeds, outputs, and analytics, as well as create new items through POST requests. This is especially useful for making copies of Real-Time Analytics or Data Feeds, and even works between ArcGIS Online organizations.
Get help from ArcGIS experts
Download the Esri Support App