Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new feedback site!


We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.

To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.


This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.

Status Completed
Product PI Connectors
Created by Guest
Created on Aug 18, 2022

Allow REST parameters to be passed from tag configuration for UFL connector

Allow parameters to be passed from the tag configuration or from the ini file to the URL specified as the REST endpoint for the REST client. For example, to query the following URLs: https://restcountries.eu/rest/v1/alpha/uk https://restcountries.eu/rest/v1/alpha/fr https://restcountries.eu/rest/v1/alpha/es we would have something like: https://restcountries.eu/rest/v1/alpha/ + %Exdesc% for the address, where the Exdesc of the tags are Exdesc=gb, Exdesc=fr, Exdesc=es. This would allow one data source to be configured for multiple REST endpoints without needed a third party tool in between.
  • ADMIN RESPONSE
    Aug 18, 2022
    Released in version 1.2.0.93 on 2017-12-07. https://techsupport.osisoft.com/Troubleshooting/Releases/RL01267
  • Attach files
  • jagdish.konathala
    Reply
    |
    Aug 18, 2022
    Chris, is there a way to send 'start' & 'end' timestamps in the URL? The following URL has the timestamps hardcoded. How do I dynamically set those timestamps so I can fetch data to PI every 15 minutes (with changing start and end timestamps)? https://restcountries.eu/rest/v1/alpha/uk?startDate=2018-01-18T13%3A44%3A44Z&endDate=2018-02-02T13%3A44%3A44Z