@veeroute/lss-packer-angular
Version:
OpenAPI client for @veeroute/lss-packer-angular
64 lines • 1.81 kB
JSON
{
"mapping": [
{
"method": "POST",
"uri": "/packer/pack/calculation",
"operation_id": "run_pack_calculation",
"type": "PLAN"
},
{
"method": "POST",
"uri": "/packer/pack/calculation-async",
"operation_id": "run_pack_calculation_async",
"type": "PLAN"
},
{
"method": "DELETE",
"uri": "/packer/pack/calculation-async/{process_code}",
"operation_id": "cancel_pack_calculation",
"type": "TRACE"
},
{
"method": "GET",
"uri": "/packer/pack/state/{process_code}",
"operation_id": "read_pack_state",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/packer/pack/result/{process_code}",
"operation_id": "read_pack_result",
"type": "TRACE"
},
{
"method": "DELETE",
"uri": "/packer/pack/result/{process_code}",
"operation_id": "delete_pack_result",
"type": "TRACE"
},
{
"method": "POST",
"uri": "/packer/pack/validation",
"operation_id": "run_pack_validation",
"type": "VALIDATE"
},
{
"method": "GET",
"uri": "/packer/system/check",
"operation_id": "check",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/packer/system/version",
"operation_id": "version",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/packer/file/{filename}",
"operation_id": "file",
"type": "NOTRACE"
}
]
}