Request to run a simulator routine asynchronously.
required | Array of SimulationRunCommandByRoutine (object) or SimulationRunCommandByRoutineRevision (object) (Items) A list with a single item |
Successful Response
Bad Request
Forbidden
Internal Server Error
{- "items": [
- {
- "runTime": 0,
- "queue": false,
- "logSeverity": "Debug",
- "inputs": [
- {
- "referenceId": "string",
- "value": "string",
- "unit": {
- "name": "kg"
}
}
], - "routineExternalId": "calculation_1"
}
]
}
{- "items": [
- {
- "dataSetId": 5559452808603919,
- "id": 0,
- "simulatorExternalId": "string",
- "simulatorIntegrationExternalId": "string",
- "modelExternalId": "string",
- "modelRevisionExternalId": "string",
- "routineExternalId": "string",
- "routineRevisionExternalId": "string",
- "runTime": 0,
- "simulationTime": 0,
- "status": "ready",
- "statusMessage": "string",
- "runType": "external",
- "userId": "string",
- "logId": 0,
- "createdTime": 0,
- "lastUpdatedTime": 0
}
]
}