Site Power Limits
POST /api/site/{site-id}/limits
Path parameters
Request body option A: flat limit
{
sitePowerLimitSchedule: {
type: 'cost' | 'capacity'; // See definitions above
limit: number;
chargingRateUnit: 'W'; // Required to be 'W' for now, will support other units in the future
}
}Request body option B: daily or weekly schedule
Response
GET /api/site/{site-id}/limits
Path parameters
Response
Example Request and Response
DELETE /api/site/{site-id}/limits/{schedule-id}
Path parameters
Response
Errors
Example
Last updated