Live Demand
About
This chart gives a minute by minute view of demand and can be useful for tracking embedded generation around triad periods.
Included Data
As the data is only available in realtime, so the history is not complete.
Data Service
The Live Demand data can be extracted from the API. The parameters used as
follows:
Code |
Required/Optional |
Description |
chart |
Required |
livedemand |
startdatetime |
Required |
The start date time in format YYYYMMDDHHMMSS. |
enddatetime |
Required |
The end date time in format YYYYMMDDHHMMSS. |
resolution |
Required |
The type of resolution. (See 'resolutions' action) |
format |
Required |
The type of format. The value could be xml or csv
. (See 'formats' action)
|
Example :
https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=livedemand&startdatetime=20200521000000&enddatetime=20200521010000&&resolution=mi
|
|