v1
latestOpenAPI 3.0.02026-07-24176225227.9 KBDirect OCPP - For Operators
Saves OCPP connection details for given charger
Returns a versioned object detailing all the information for how OCPP is configured on an individual charger
post/local-ocpp/v1/operators/{operatorId}/connection-details/{serialNumber}
Path parameters
operatorIdinteger required
Charger operator id
serialNumberstring required
Serial number identifying charger
Request body
Example request
{
"chargePointId": "MyChargePointId1",
"basicAuthPassword": "password",
"websocketConnectionArgs": {
"url": "wss://localhost:8080/ocpp",
"caCertificate": "-----BEGIN CERTIFICATE-----\r\n(Your certificate: localhost.pem)\r\n-----END CERTIFICATE----- ",
"caCertificateDomain": "localhost"
},
"connectivityMode": "DualProtocol"
}Response
Success