fetch_inputs
fetch_inputs
Service for fetch inputs operations.
Classes
FetchInputsRunner
Bases: BaseRunner[Dict[str, Any]]
Runner for reading all inputs on a scenario.
GET /api/v3/scenarios/{scenario_id}/inputs
Functions
run
staticmethod
Execute the fetch inputs operation.
Returns:
| Type | Description |
|---|---|
ServiceResult[Dict[str, Any]]
|
ServiceResult[Dict[str, Any]]: Success case contains dict with input configurations (keys are input names, values contain min, max, default, unit, and other fields); failure case contains error messages. |