SmartGridready / SGrSpecifications

SmartGridready Specifications
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

REQ - Need for method to get REST data point query parameter placeholders? #328

Open mkrebs81 opened 1 day ago

mkrebs81 commented 1 day ago

Situation

I have heard in the latest roundtable meeting that some EIDs with REST interface require dynamic query parameters, for example in dynamic tariff EIDs.

These parameters are specified via placeholders, similar to interface configuration parameters, and are replaced on every request. While the configuration placeholders are specified in the <configurationList> structure, there is no equivalent for those dynamic REST query parameters.

Inquiry

Do we need a placeholder list inside the REST data point specification for such cases?

It might be helpful for testing and also parameter validation.

The schema would be very similar to the <configurationListElement>, therefore implementation would not be too difficult.

ergo-furrer commented 14 hours ago

I think i this is a good point and we should add it. Yesterday I was thinking of that too, when you asked me about the parameters.