v1
latestOpenAPI 3.0.02026-07-241010520.6 KBComponents
Retrieve DC Optimizer
Retrieve details on a DC optimizer
get/tenants/{tenant_id}/components/dc_optimizers/{dc_optimizer_id}
Path parameters
tenant_idstring uuid required
The ID of the tenant to get the DC optimizer for.
dc_optimizer_idstring uuid required
The ID of the DC optimizer to retrieve.
Response
DC optimizer successfully retrieved.
Example response
{
"name": "Aurora Sample DC Optimizer",
"manufacturer": "Aurora Solar",
"max_output_voltage": 65,
"efficiency_pct": 98,
"efficiency_pct_max": 99,
"spec_sheet_url": "https://www.example.com/dc-optimizer-spec-sheet"
}