latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

CAD Imports

Get the CAD import event log

get/projects/{projectId}/cadimports/{cadId}/eventlog

Response

Successful operation.

Example response

{
  "severity": "ERROR",
  "entries": [
    {
      "severity": "INFO",
      "code": "MSG_NUMBER_OF_SIMULATION_CELLS",
      "message": "Number of simulation cells: 12345"
    },
    {
      "severity": "SUCCESS",
      "code": "MSG_OF_RUN_FINISHED",
      "message": "Run finished."
    },
    {
      "severity": "WARNING",
      "code": "MSG_WARN_INCORRECT_RESOLUTION_FOR_TURBULENCE_MODEL",
      "message": "Mesh resolution might not be sufficient for correct turbulence modeling. Please check your results and consider refining the mesh. (Directions: 0.0, 90.0, 180.0, 270.0)"
    },
    {
      "severity": "ERROR",
      "code": "MSG_SYSTEM_FAILURE"
    }
  ]
}