Skip to main content

Diagnose

POST 

/scenarios/:scenarioId/diagnose/:goalId

Diagnose a scenario goal. The payload of the request is JSON expressions using the Envizage Query Language as described in the Simulation Results section.

For diagnosing a goal, though, in the dataset expression part of the query the valid value for the dataset field is only goal and we have to add the run field, in which we need to specify the diagnostic run.

Optionally, when diagnosing goals we can project the property metadata. This will return additional information data for the specific diagnostic of the goal.

All the available diagnostic runs can be found in the Appendix.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    goalId stringrequired

    The goal's id

Query Parameters

    resultMode string

    Possible values: [NOMINAL, REAL]

    Default value: NOMINAL

    Simulation result mode

Body

required
  • string

Responses

OK

Schema
  • string
Loading...