Skip to main content

runs_hil_config_create

POST 

/runs/:run_id/hil-config/

Upload HIL configuration for a test run.

Expects multipart/form-data with hil_config field:

  • hil_config: YAML file with HIL system configuration

YAML structure: hil_config: hil_name: "HiL EMS-mini" components:

  • name: "ECU" sw_version: "v1.2.3"
  • name: "CAN Bus" sw_version: "v2.0.1"

Returns: { "status": "uploaded" }

Request

Responses