v1
latestOpenAPI 3.0.02026-07-241010520.6 KBComponents
Retrieve Inverter
Retrieve details of an inverter
get/tenants/{tenant_id}/components/inverters/{inverter_id}
Path parameters
tenant_idstring uuid required
The ID of the tenant to get inverters for.
inverter_idstring uuid required
The ID of the inverter to retrieve.
Response
Inverter successfully retrieved.
Example response
{
"name": "Aurora Sample Inverter",
"manufacturer": "Aurora Solar",
"nominal_output_voltage": 240,
"rating_stc": 350,
"cec_efficiency_pct": 97,
"weight": 20,
"spec_sheet_url": "https://www.example.com/inverter-spec-sheet",
"integrated_batteries": [
{
"name": "Aurora Sample Battery",
"nominal_capacity": 13.5
}
]
}