Get OCPP configuration parameters
GET/charge-points/:uid/ocpp-parameters
Retrieves the current OCPP configuration key-value pairs from the specified charge point by sending a GetConfiguration request over the OCPP WebSocket connection.
The response contains:
- configurationKey: a list of known configuration keys, each with its
keyname,value, and areadonlyflag indicating whether the key can be modified viaChangeConfiguration. - unknownKey: a list of configuration key names that the charge point returned but are not part of the standard OCPP 1.6J profile.
This endpoint does not require write permissions — any authenticated user with read access to the charge point can call it.
Request
Responses
- 200
- 404
- 502
Configuration retrieved successfully
Charge point not found or not connected
Unable to reach the edge device (e.g., SSH tunnel down or local controller unreachable)