v1

latestOpenAPI 3.0.02026-07-24176225227.9 KB
Direct OCPP - For Operators

Starts OCPP connection provisioning workflow on specified site

Sets settings and instructs charger that new settings are available to ensure all devices on site receive updated settings

post/local-ocpp/v1/operators/{operatorId}/connections/sites/{siteId}

Path parameters

operatorIdstring required

Charger operator id

siteIdstring required

Site id identifying site

Request body

workflowIdstring

Unique identifier for this request. Can be used to get device status updates from workflow endpoints

Example request

{
  "operatorId": 1,
  "version": "00000000-0000-0000-0000-000000000000",
  "siteId": 42
}

Response

Success

workflowIdstring

Unique identifier for this request. Can be used to get device status updates from workflow endpoints

Example response

{
  "operatorId": 1,
  "version": "00000000-0000-0000-0000-000000000000",
  "siteId": 42
}