Skip to main content

Request configuration parameters from a charger

POST 

/chargers/:id/actions/get-configuration

Sends an OCPP GetConfiguration command to retrieve current configuration key-value pairs from the charger.

Use Cases:

  • Discover supported configuration keys before making changes
  • Audit charger configuration for compliance
  • Verify configuration changes were applied successfully
  • Troubleshoot charger behavior based on settings
  • Document charger configuration for support cases

Query Modes:

  • All Keys: Omit keys parameter to retrieve all configuration
  • Specific Keys: Provide key names to fetch only requested values
  • Key Discovery: Empty keys list returns all supported keys

Response Includes:

  • Configuration key names and current values
  • Read-only vs writable key indicators
  • Unknown keys (if requested keys are unsupported)

Best Practices:

  • Request all keys initially to understand charger capabilities
  • Query specific keys after changes to verify application
  • Store configuration snapshots for troubleshooting and rollback
  • Compare configurations across charger models for consistency

Request

Responses

Standard success response for actions