POST /system/open-adr/start-event
FROM API REVISION 6.0
This resource is used to start a test event. The payload property has to be set :
If this parameter is not in the request, the Application/Json will be chosen by default.
There are multiple possible values (according the resource):
The first two are the most often used.
There are multiple possible values according the resource:
If this parameter is not present during the request, and error 415 Unsupported Media Type will be thrown.
The Content-Length entity-header field indicates the size of the entity-body.
URL Example: https://0.0.0.0/api/rest/v1/system/open-adr/start-event
{
"payload": "Moderate"
}
URL Example: https://0.0.0.0/api/rest/v1/system/open-adr/start-event
<?xml version="1.0" encoding="utf-8"?>
<OpenADR>
<Payload>Moderate</Payload>
</OpenADR>