v1

latestOpenAPI 3.0.02026-07-241010520.6 KB
Components

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.

idstring uuid

The ID of the DC optimizer.

namestring

The name of the DC optimizer.

manufacturerstring

The manufacturer of the DC optimizer.

max_output_voltagenumber nullable

The DC optimizer's maximum output voltage.

efficiency_pctnumber nullable

The DC optimizer's weighted efficiency percentage.

efficiency_pct_maxnumber nullable

The DC optimizer's highest DC/DC conversion efficiency percentage.

spec_sheet_urlstring nullable

A URL to the DC optimizer's specification sheet.

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"
}