latestOpenAPI 3.0.32026-08-201592,4923.4 MB
53223abaceb7
CAD Features
Add a feature to the CAD
Adding a CAD feature that involves complex computation might take some time to complete. Please refer to the following steps to start a CAD feature generation and check its progress:
- Trigger the CAD feature generation via POST /cads/{cadId}/states/{cadStateId}/features
- Monitor progress via GET /cads/{cadId}/features/progress
post/cads/{cadId}/states/{cadStateId}/features
Request body
Example request
{
"parameters": {
"occurrences": [
"B1",
"B4"
],
"heal_option": "cap"
}
}Response
Successful start of the CAD feature generation.
Example response
{
"cadStateId": "159c159c-159c-159c-159c-159c159c159c",
"cadFeatureId": "a57ca57c-a57c-a57c-a57c-a57ca57ca57c",
"status": "FINISHED",
"failureReason": null
}