Skip to content

List Demand Response

Obtains a list of all running and scheduled DRs.

Request

GET https://{em_ip_address_or_hostname}/ems/api/org/dr/listdr

Parameters

Name Description
Request
em_ip_address_or_hostname The Manage’s IP address or hostname
Response
Displays a list of current or scheduled target Demand Responses for the organization.

Sample Request

Display list of all running and scheduled DRs.

If the user is accessing web service with proper session/authenticated token:

GET https://93.2.8.1/ems/api/org/dr/listdr 

Sample Response

{
  "dRTargets": {
    "drTarget": {
      "id": "39",
      "pricelevel": "LOW",
      "pricing": "15.0",
      "duration": "3600",
      "targetreduction": "10",
      "starttime": "2015-07-21T13:15:49+05:30",
      "dridentifier": "DR18",
      "drstatus": "Active",
      "drtype": "MANUAL",
      "option": "true",
      "jitter": "0"
    }
  }
}

Community

Connect and Collaborate with Industrial Professionals and Join the Community!

Click to load comments