@veeroute/lss-agro-angular
Version:
OpenAPI client for @veeroute/lss-agro-angular
76 lines • 2.15 kB
JSON
{
"mapping": [
{
"method": "POST",
"uri": "/agro/plan/calculation",
"operation_id": "run_plan_calculation",
"type": "PLAN"
},
{
"method": "POST",
"uri": "/agro/plan/calculation-async",
"operation_id": "run_plan_calculation_async",
"type": "PLAN"
},
{
"method": "DELETE",
"uri": "/agro/plan/calculation-async/{process_code}",
"operation_id": "cancel_plan_calculation",
"type": "TRACE"
},
{
"method": "GET",
"uri": "/agro/plan/state/{process_code}",
"operation_id": "read_plan_state",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/agro/plan/result/{process_code}",
"operation_id": "read_plan_result",
"type": "TRACE"
},
{
"method": "DELETE",
"uri": "/agro/plan/result/{process_code}",
"operation_id": "delete_plan_result",
"type": "TRACE"
},
{
"method": "POST",
"uri": "/agro/plan/validation",
"operation_id": "run_plan_validation",
"type": "VALIDATE"
},
{
"method": "POST",
"uri": "/agro/plan/clip/{clip_key}",
"operation_id": "run_plan_clip",
"type": "TRACE"
},
{
"method": "GET",
"uri": "/agro/plan/data/{process_code}",
"operation_id": "read_algo_data",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/agro/system/check",
"operation_id": "check",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/agro/system/version",
"operation_id": "version",
"type": "NOTRACE"
},
{
"method": "GET",
"uri": "/agro/file/{filename}",
"operation_id": "file",
"type": "NOTRACE"
}
]
}