eDRV AIOps is the intelligent operations layer for EV charging networks. From charger monitoring to SLA reporting and revenue assurance, AIOps helps charging operators scale with confidence, reduce downtime, and automate root-cause analysis — no in-house tools required.
ENDPOINTS
STRUCTURED FROM OPENAPI 3.0
GET
/v1/chargestations
List all Chargestations
POST
/v1/chargestations
Create a new charge station
GET
/v1/chargestations/{id}
Get a single charge station's data
PATCH
/v1/chargestations/{id}
Update a charge station's data
DELETE
/v1/chargestations/{id}
Use to delete a charge station
GET
/v1/chargestations/{id}/connectors
List connectors for a chargestation
GET
/v1/commands
Get Commands data
POST
/v1/commands/cancelreservation
Use to request a delete an existing reservation. The request will wait for the charge station to process the c
POST
/v1/commands/chargingschedule
Set one of charging power or current of a specific chargestation connector
DELETE
/v1/commands/chargingschedule
Delete a smart charging schedule
POST
/v1/commands/remotestart
Use to request a remote start command. The request will wait for the charge station to process the command. It
POST
/v1/commands/remotestop
Use to request a remote stop command. The request will wait for the charge station to process the command. It