Validation constraints added to integer fields across forecast endpoints. Fields now include minimum (0) and maximum (9223372036854776000) value boundaries.
Returns comprehensive asset information for the Australian National Electricity Market including technical specifications, location data, and operational details.
Key response fields:
asset_id (integer) - The asset's unique identifier
name (string) - The name of the asset
region (string) - The market region where the asset is located
tech_type (string) - Technology type of the asset
rated_power_mw (decimal) - The asset's current installed rated power capacity in MW
energy_capacity_mwh (decimal) - The asset's current installed energy capacity in MWh
import_capacity_mw (decimal) - Import capacity in MW
export_capacity_mw (decimal) - Export capacity in MW
latitude (number) - The latitude of the asset's location
longitude (number) - The longitude of the asset's location
commissioning_date (date) - Date the asset began commercial operations
decommissioning_date (date) - Date the asset ceased commercial operations
is_co_located (boolean) - Indicates whether the asset is co-located with another facility
colocation_type (string) - Specifies the type of co-location, if applicable
developer (string) - The entity responsible for development
integrator (string) - The entity responsible for integration
manufacturer (string) - The cell manufacturer of the asset
owner (string) - Current owner(s) of the asset, comma-separated if multiple
optimizer (string) - Current optimizer(s) of the asset, comma-separated if multiple
The required field order in run_asset objects has been reorganized for consistency. All previously required fields remain required. No functional changes to API behavior or required integration updates.