diff --git a/openapi.json b/openapi.json new file mode 100644 index 0000000..12c864f --- /dev/null +++ b/openapi.json @@ -0,0 +1,13577 @@ +{ + "openapi": "3.0.2", + "info": { + "title": "FastAPI", + "version": "0.1.0" + }, + "paths": { + "/getallextensiondatakeys/": { + "get": { + "summary": "Fastapi Get All Extension Data Keys", + "operationId": "fastapi_get_all_extension_data_keys_getallextensiondatakeys__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallextensiondata/": { + "get": { + "summary": "Fastapi Get All Extension Data", + "operationId": "fastapi_get_all_extension_data_getallextensiondata__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getextensiondata/": { + "get": { + "summary": "Fastapi Get Extension Data", + "operationId": "fastapi_get_extension_data_getextensiondata__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Key", + "type": "string" + }, + "name": "key", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setextensiondata": { + "post": { + "summary": "Fastapi Set Extension Data", + "operationId": "fastapi_set_extension_data_setextensiondata_post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/listprojects/": { + "get": { + "summary": "Fastapi List Projects", + "operationId": "fastapi_list_projects_listprojects__get", + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + } + } + } + }, + "/haveproject/": { + "get": { + "summary": "Fastapi Have Project", + "operationId": "fastapi_have_project_haveproject__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/createproject/": { + "post": { + "summary": "Fastapi Create Project", + "operationId": "fastapi_create_project_createproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deleteproject/": { + "post": { + "summary": "Fastapi Delete Project", + "operationId": "fastapi_delete_project_deleteproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isprojectopen/": { + "get": { + "summary": "Fastapi Is Project Open", + "operationId": "fastapi_is_project_open_isprojectopen__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/openproject/": { + "post": { + "summary": "Fastapi Open Project", + "operationId": "fastapi_open_project_openproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/closeproject/": { + "post": { + "summary": "Fastapi Close Project", + "operationId": "fastapi_close_project_closeproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/copyproject/": { + "post": { + "summary": "Fastapi Copy Project", + "operationId": "fastapi_copy_project_copyproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Source", + "type": "string" + }, + "name": "source", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Target", + "type": "string" + }, + "name": "target", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/importinp/": { + "post": { + "summary": "Fastapi Import Inp", + "operationId": "fastapi_import_inp_importinp__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/exportinp/": { + "get": { + "summary": "Fastapi Export Inp", + "operationId": "fastapi_export_inp_exportinp__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Version", + "type": "string" + }, + "name": "version", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/readinp/": { + "post": { + "summary": "Fastapi Read Inp", + "operationId": "fastapi_read_inp_readinp__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Inp", + "type": "string" + }, + "name": "inp", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/dumpinp/": { + "get": { + "summary": "Fastapi Dump Inp", + "operationId": "fastapi_dump_inp_dumpinp__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Inp", + "type": "string" + }, + "name": "inp", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/runproject/": { + "get": { + "summary": "Fastapi Run Project", + "operationId": "fastapi_run_project_runproject__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/runinp/": { + "get": { + "summary": "Fastapi Run Inp", + "operationId": "fastapi_run_inp_runinp__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/dumpoutput/": { + "get": { + "summary": "Fastapi Dump Output", + "operationId": "fastapi_dump_output_dumpoutput__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Output", + "type": "string" + }, + "name": "output", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isprojectlocked/": { + "get": { + "summary": "Fastapi Is Locked", + "operationId": "fastapi_is_locked_isprojectlocked__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isprojectlockedbyme/": { + "get": { + "summary": "Fastapi Is Locked By Me", + "operationId": "fastapi_is_locked_by_me_isprojectlockedbyme__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/lockproject/": { + "post": { + "summary": "Fastapi Lock Project", + "operationId": "fastapi_lock_project_lockproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/unlockproject/": { + "post": { + "summary": "Fastapi Unlock Project", + "operationId": "fastapi_unlock_project_unlockproject__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getcurrentoperationid/": { + "get": { + "summary": "Fastapi Get Current Operaiton Id", + "operationId": "fastapi_get_current_operaiton_id_getcurrentoperationid__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/undo/": { + "post": { + "summary": "Fastapi Undo", + "operationId": "fastapi_undo_undo__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/redo/": { + "post": { + "summary": "Fastapi Redo", + "operationId": "fastapi_redo_redo__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getsnapshots/": { + "get": { + "summary": "Fastapi List Snapshot", + "operationId": "fastapi_list_snapshot_getsnapshots__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/havesnapshot/": { + "get": { + "summary": "Fastapi Have Snapshot", + "operationId": "fastapi_have_snapshot_havesnapshot__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tag", + "type": "string" + }, + "name": "tag", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/havesnapshotforoperation/": { + "get": { + "summary": "Fastapi Have Snapshot For Operation", + "operationId": "fastapi_have_snapshot_for_operation_havesnapshotforoperation__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Operation", + "type": "integer" + }, + "name": "operation", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/havesnapshotforcurrentoperation/": { + "get": { + "summary": "Fastapi Have Snapshot For Current Operation", + "operationId": "fastapi_have_snapshot_for_current_operation_havesnapshotforcurrentoperation__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/takesnapshotforoperation/": { + "post": { + "summary": "Fastapi Take Snapshot For Operation", + "operationId": "fastapi_take_snapshot_for_operation_takesnapshotforoperation__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Operation", + "type": "integer" + }, + "name": "operation", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tag", + "type": "string" + }, + "name": "tag", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "takenapshotforcurrentoperation": { + "post": { + "summary": "Fastapi Take Snapshot For Current Operation", + "operationId": "fastapi_take_snapshot_for_current_operationtakenapshotforcurrentoperation_post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tag", + "type": "string" + }, + "name": "tag", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/takesnapshot/": { + "post": { + "summary": "Fastapi Take Snapshot", + "operationId": "fastapi_take_snapshot_takesnapshot__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tag", + "type": "string" + }, + "name": "tag", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/picksnapshot/": { + "post": { + "summary": "Fastapi Pick Snapshot", + "operationId": "fastapi_pick_snapshot_picksnapshot__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tag", + "type": "string" + }, + "name": "tag", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Discard", + "type": "boolean", + "default": false + }, + "name": "discard", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/pickoperation/": { + "post": { + "summary": "Fastapi Pick Operation", + "operationId": "fastapi_pick_operation_pickoperation__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Operation", + "type": "integer" + }, + "name": "operation", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Discard", + "type": "boolean", + "default": false + }, + "name": "discard", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/syncwithserver/": { + "get": { + "summary": "Fastapi Sync With Server", + "operationId": "fastapi_sync_with_server_syncwithserver__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Operation", + "type": "integer" + }, + "name": "operation", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/batch/": { + "post": { + "summary": "Fastapi Execute Batch Commands", + "operationId": "fastapi_execute_batch_commands_batch__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/compressedbatch/": { + "post": { + "summary": "Fastapi Execute Compressed Batch Commands", + "operationId": "fastapi_execute_compressed_batch_commands_compressedbatch__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getrestoreoperation/": { + "get": { + "summary": "Fastapi Get Restore Operation", + "operationId": "fastapi_get_restore_operation_getrestoreoperation__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setrestoreoperation/": { + "post": { + "summary": "Fastapi Set Restore Operation", + "operationId": "fastapi_set_restore_operation_setrestoreoperation__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Operation", + "type": "integer" + }, + "name": "operation", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isnode/": { + "get": { + "summary": "Fastapi Is Node", + "operationId": "fastapi_is_node_isnode__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isjunction/": { + "get": { + "summary": "Fastapi Is Junction", + "operationId": "fastapi_is_junction_isjunction__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isreservoir/": { + "get": { + "summary": "Fastapi Is Reservoir", + "operationId": "fastapi_is_reservoir_isreservoir__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/istank/": { + "get": { + "summary": "Fastapi Is Tank", + "operationId": "fastapi_is_tank_istank__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/islink/": { + "get": { + "summary": "Fastapi Is Link", + "operationId": "fastapi_is_link_islink__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/ispipe/": { + "get": { + "summary": "Fastapi Is Pipe", + "operationId": "fastapi_is_pipe_ispipe__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/ispump/": { + "get": { + "summary": "Fastapi Is Pump", + "operationId": "fastapi_is_pump_ispump__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/isvalve/": { + "get": { + "summary": "Fastapi Is Valve", + "operationId": "fastapi_is_valve_isvalve__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/iscurve/": { + "get": { + "summary": "Fastapi Is Curve", + "operationId": "fastapi_is_curve_iscurve__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Curve", + "type": "string" + }, + "name": "curve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/ispattern/": { + "get": { + "summary": "Fastapi Is Pattern", + "operationId": "fastapi_is_pattern_ispattern__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getnodes/": { + "get": { + "summary": "Fastapi Get Nodes", + "operationId": "fastapi_get_nodes_getnodes__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getlinks/": { + "get": { + "summary": "Fastapi Get Links", + "operationId": "fastapi_get_links_getlinks__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getcurves/": { + "get": { + "summary": "Fastapi Get Curves", + "operationId": "fastapi_get_curves_getcurves__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpatterns/": { + "get": { + "summary": "Fastapi Get Patterns", + "operationId": "fastapi_get_patterns_getpatterns__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getnodelinks/": { + "get": { + "summary": "Get Node Links", + "operationId": "get_node_links_getnodelinks__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettitleschema/": { + "get": { + "summary": "Fast Get Title Schema", + "operationId": "fast_get_title_schema_gettitleschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettitle/": { + "get": { + "summary": "Fast Get Title", + "operationId": "fast_get_title_gettitle__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settitle/": { + "get": { + "summary": "Fastapi Set Title", + "operationId": "fastapi_set_title_settitle__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctionschema": { + "get": { + "summary": "Fast Get Junction Schema", + "operationId": "fast_get_junction_schema_getjunctionschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addjunction/": { + "post": { + "summary": "Fastapi Add Junction", + "operationId": "fastapi_add_junction_addjunction__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Z", + "type": "number" + }, + "name": "z", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletejunction/": { + "post": { + "summary": "Fastapi Delete Junction", + "operationId": "fastapi_delete_junction_deletejunction__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctionelevation/": { + "get": { + "summary": "Fastapi Get Junction Elevation", + "operationId": "fastapi_get_junction_elevation_getjunctionelevation__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctionx/": { + "get": { + "summary": "Fastapi Get Junction X", + "operationId": "fastapi_get_junction_x_getjunctionx__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctiony/": { + "get": { + "summary": "Fastapi Get Junction X", + "operationId": "fastapi_get_junction_x_getjunctiony__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctioncoord/": { + "get": { + "summary": "Fastapi Get Junction Coord", + "operationId": "fastapi_get_junction_coord_getjunctioncoord__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctiondemand/": { + "get": { + "summary": "Fastapi Get Junction Demand", + "operationId": "fastapi_get_junction_demand_getjunctiondemand__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctionpattern/": { + "get": { + "summary": "Fastapi Get Junction Pattern", + "operationId": "fastapi_get_junction_pattern_getjunctionpattern__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctionelevation/": { + "post": { + "summary": "Fastapi Set Junction Elevation", + "operationId": "fastapi_set_junction_elevation_setjunctionelevation__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Elevation", + "type": "number" + }, + "name": "elevation", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctionx/": { + "post": { + "summary": "Fastapi Set Junction X", + "operationId": "fastapi_set_junction_x_setjunctionx__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctiony/": { + "post": { + "summary": "Fastapi Set Junction Y", + "operationId": "fastapi_set_junction_y_setjunctiony__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctioncoord/": { + "post": { + "summary": "Fastapi Set Junction Coord", + "operationId": "fastapi_set_junction_coord_setjunctioncoord__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctiondemand/": { + "post": { + "summary": "Fastapi Set Junction Demand", + "operationId": "fastapi_set_junction_demand_setjunctiondemand__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Demand", + "type": "number" + }, + "name": "demand", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctionpattern/": { + "post": { + "summary": "Fastapi Set Junction Pattern", + "operationId": "fastapi_set_junction_pattern_setjunctionpattern__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getjunctionproperties/": { + "get": { + "summary": "Fastapi Get Junction Properties", + "operationId": "fastapi_get_junction_properties_getjunctionproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setjunctionproperties/": { + "post": { + "summary": "Fastapi Set Junction Properties", + "operationId": "fastapi_set_junction_properties_setjunctionproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoirschema": { + "get": { + "summary": "Fast Get Reservoir Schema", + "operationId": "fast_get_reservoir_schema_getreservoirschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addreservoir/": { + "post": { + "summary": "Fastapi Add Reservoir", + "operationId": "fastapi_add_reservoir_addreservoir__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Head", + "type": "number" + }, + "name": "head", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletereservoir/": { + "post": { + "summary": "Fastapi Delete Reservoir", + "operationId": "fastapi_delete_reservoir_deletereservoir__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoirhead/": { + "get": { + "summary": "Fastapi Get Reservoir Head", + "operationId": "fastapi_get_reservoir_head_getreservoirhead__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoirpattern/": { + "get": { + "summary": "Fastapi Get Reservoir Pattern", + "operationId": "fastapi_get_reservoir_pattern_getreservoirpattern__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoirx/": { + "get": { + "summary": "Fastapi Get Reservoir X", + "operationId": "fastapi_get_reservoir_x_getreservoirx__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoiry/": { + "get": { + "summary": "Fastapi Get Reservoir Y", + "operationId": "fastapi_get_reservoir_y_getreservoiry__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoircoord/": { + "get": { + "summary": "Fastapi Get Reservoir Y", + "operationId": "fastapi_get_reservoir_y_getreservoircoord__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setreservoirhead/": { + "post": { + "summary": "Fastapi Set Reservoir Head", + "operationId": "fastapi_set_reservoir_head_setreservoirhead__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Head", + "type": "number" + }, + "name": "head", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setreservoirpattern/": { + "post": { + "summary": "Fastapi Set Reservoir Pattern", + "operationId": "fastapi_set_reservoir_pattern_setreservoirpattern__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setreservoirx/": { + "post": { + "summary": "Fastapi Set Reservoir Y", + "operationId": "fastapi_set_reservoir_y_setreservoirx__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setreservoircoord/": { + "post": { + "summary": "Fastapi Set Reservoir Y", + "operationId": "fastapi_set_reservoir_y_setreservoircoord__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreservoirproperties/": { + "get": { + "summary": "Fastapi Get Reservoir Properties", + "operationId": "fastapi_get_reservoir_properties_getreservoirproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setreservoirproperties/": { + "post": { + "summary": "Fastapi Set Reservoir Properties", + "operationId": "fastapi_set_reservoir_properties_setreservoirproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Reservoir", + "type": "string" + }, + "name": "reservoir", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankschema": { + "get": { + "summary": "Fast Get Tank Schema", + "operationId": "fast_get_tank_schema_gettankschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addtank/": { + "post": { + "summary": "Fastapi Add Tank", + "operationId": "fastapi_add_tank_addtank__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Elevation", + "type": "number" + }, + "name": "elevation", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Init Level", + "type": "number", + "default": 0 + }, + "name": "init_level", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Min Level", + "type": "number", + "default": 0 + }, + "name": "min_level", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Max Level", + "type": "number", + "default": 0 + }, + "name": "max_level", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Diameter", + "type": "number", + "default": 0 + }, + "name": "diameter", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Min Vol", + "type": "number", + "default": 0 + }, + "name": "min_vol", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletetank/": { + "post": { + "summary": "Fastapi Delete Tank", + "operationId": "fastapi_delete_tank_deletetank__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankelevation/": { + "get": { + "summary": "Fastapi Get Tank Elevation", + "operationId": "fastapi_get_tank_elevation_gettankelevation__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankinitlevel/": { + "get": { + "summary": "Fastapi Get Tank Init Level", + "operationId": "fastapi_get_tank_init_level_gettankinitlevel__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankminlevel/": { + "get": { + "summary": "Fastapi Get Tank Min Level", + "operationId": "fastapi_get_tank_min_level_gettankminlevel__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankmaxlevel/": { + "get": { + "summary": "Fastapi Get Tank Max Level", + "operationId": "fastapi_get_tank_max_level_gettankmaxlevel__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankdiameter/": { + "get": { + "summary": "Fastapi Get Tank Diameter", + "operationId": "fastapi_get_tank_diameter_gettankdiameter__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankminvol/": { + "get": { + "summary": "Fastapi Get Tank Min Vol", + "operationId": "fastapi_get_tank_min_vol_gettankminvol__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankvolcurve/": { + "get": { + "summary": "Fastapi Get Tank Vol Curve", + "operationId": "fastapi_get_tank_vol_curve_gettankvolcurve__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankoverflow/": { + "get": { + "summary": "Fastapi Get Tank Overflow", + "operationId": "fastapi_get_tank_overflow_gettankoverflow__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankx/": { + "get": { + "summary": "Fastapi Get Tank X", + "operationId": "fastapi_get_tank_x_gettankx__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettanky/": { + "get": { + "summary": "Fastapi Get Tank X", + "operationId": "fastapi_get_tank_x_gettanky__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankcoord/": { + "get": { + "summary": "Fastapi Get Tank Coord", + "operationId": "fastapi_get_tank_coord_gettankcoord__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankelevation/": { + "post": { + "summary": "Fastapi Set Tank Elevation", + "operationId": "fastapi_set_tank_elevation_settankelevation__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Elevation", + "type": "number" + }, + "name": "elevation", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankinitlevel/": { + "post": { + "summary": "Fastapi Set Tank Init Level", + "operationId": "fastapi_set_tank_init_level_settankinitlevel__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Init Level", + "type": "number" + }, + "name": "init_level", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankminlevel/": { + "post": { + "summary": "Fastapi Set Tank Min Level", + "operationId": "fastapi_set_tank_min_level_settankminlevel__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Min Level", + "type": "number" + }, + "name": "min_level", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankmaxlevel/": { + "post": { + "summary": "Fastapi Set Tank Max Level", + "operationId": "fastapi_set_tank_max_level_settankmaxlevel__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Max Level", + "type": "number" + }, + "name": "max_level", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "settankdiameter//": { + "post": { + "summary": "Fastapi Set Tank Diameter", + "operationId": "fastapi_set_tank_diametersettankdiameter___post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Diameter", + "type": "number" + }, + "name": "diameter", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankminvol/": { + "post": { + "summary": "Fastapi Set Tank Min Vol", + "operationId": "fastapi_set_tank_min_vol_settankminvol__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Min Vol", + "type": "number" + }, + "name": "min_vol", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankvolcurve/": { + "post": { + "summary": "Fastapi Set Tank Vol Curve", + "operationId": "fastapi_set_tank_vol_curve_settankvolcurve__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Vol Curve", + "type": "string" + }, + "name": "vol_curve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankoverflow/": { + "post": { + "summary": "Fastapi Set Tank Overflow", + "operationId": "fastapi_set_tank_overflow_settankoverflow__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Overflow", + "type": "string" + }, + "name": "overflow", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankx/": { + "post": { + "summary": "Fastapi Set Tank X", + "operationId": "fastapi_set_tank_x_settankx__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settanky/": { + "post": { + "summary": "Fastapi Set Tank Y", + "operationId": "fastapi_set_tank_y_settanky__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankcoord/": { + "post": { + "summary": "Fastapi Set Tank Coord", + "operationId": "fastapi_set_tank_coord_settankcoord__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankproperties/": { + "get": { + "summary": "Fastapi Get Tank Properties", + "operationId": "fastapi_get_tank_properties_gettankproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankproperties/": { + "post": { + "summary": "Fastapi Set Tank Properties", + "operationId": "fastapi_set_tank_properties_settankproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipeschema": { + "get": { + "summary": "Fastapi Get Pipe Schema", + "operationId": "fastapi_get_pipe_schema_getpipeschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addpipe/": { + "post": { + "summary": "Fastapi Add Pipe", + "operationId": "fastapi_add_pipe_addpipe__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node1", + "type": "string" + }, + "name": "node1", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node2", + "type": "string" + }, + "name": "node2", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Length", + "type": "number", + "default": 0 + }, + "name": "length", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Diameter", + "type": "number", + "default": 0 + }, + "name": "diameter", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Roughness", + "type": "number", + "default": 0 + }, + "name": "roughness", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Minor Loss", + "type": "number", + "default": 0 + }, + "name": "minor_loss", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Status", + "type": "string", + "default": "OPEN" + }, + "name": "status", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletepipe/": { + "post": { + "summary": "Fastapi Delete Pipe", + "operationId": "fastapi_delete_pipe_deletepipe__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipenode1/": { + "get": { + "summary": "Fastapi Get Pipe Node1", + "operationId": "fastapi_get_pipe_node1_getpipenode1__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipenode2/": { + "get": { + "summary": "Fastapi Get Pipe Node2", + "operationId": "fastapi_get_pipe_node2_getpipenode2__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipelength/": { + "get": { + "summary": "Fastapi Get Pipe Length", + "operationId": "fastapi_get_pipe_length_getpipelength__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipediameter/": { + "get": { + "summary": "Fastapi Get Pipe Diameter", + "operationId": "fastapi_get_pipe_diameter_getpipediameter__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpiperoughness/": { + "get": { + "summary": "Fastapi Get Pipe Roughness", + "operationId": "fastapi_get_pipe_roughness_getpiperoughness__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipeminorloss/": { + "get": { + "summary": "Fastapi Get Pipe Minor Loss", + "operationId": "fastapi_get_pipe_minor_loss_getpipeminorloss__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipestatus/": { + "get": { + "summary": "Fastapi Get Pipe Status", + "operationId": "fastapi_get_pipe_status_getpipestatus__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipenode1/": { + "post": { + "summary": "Fastapi Set Pipe Node1", + "operationId": "fastapi_set_pipe_node1_setpipenode1__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node1", + "type": "string" + }, + "name": "node1", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipenode2/": { + "post": { + "summary": "Fastapi Set Pipe Node2", + "operationId": "fastapi_set_pipe_node2_setpipenode2__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node2", + "type": "string" + }, + "name": "node2", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipelength/": { + "post": { + "summary": "Fastapi Set Pipe Length", + "operationId": "fastapi_set_pipe_length_setpipelength__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Length", + "type": "number" + }, + "name": "length", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipediameter/": { + "post": { + "summary": "Fastapi Set Pipe Diameter", + "operationId": "fastapi_set_pipe_diameter_setpipediameter__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Diameter", + "type": "number" + }, + "name": "diameter", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpiperoughness/": { + "post": { + "summary": "Fastapi Set Pipe Roughness", + "operationId": "fastapi_set_pipe_roughness_setpiperoughness__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Roughness", + "type": "number" + }, + "name": "roughness", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipeminorloss/": { + "post": { + "summary": "Fastapi Set Pipe Minor Loss", + "operationId": "fastapi_set_pipe_minor_loss_setpipeminorloss__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Minor Loss", + "type": "number" + }, + "name": "minor_loss", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipestatus/": { + "post": { + "summary": "Fastapi Set Pipe Status", + "operationId": "fastapi_set_pipe_status_setpipestatus__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Status", + "type": "string" + }, + "name": "status", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipeproperties/": { + "get": { + "summary": "Fastapi Get Pipe Properties", + "operationId": "fastapi_get_pipe_properties_getpipeproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipeproperties/": { + "post": { + "summary": "Fastapi Set Pipe Properties", + "operationId": "fastapi_set_pipe_properties_setpipeproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpumpschema": { + "get": { + "summary": "Fastapi Get Pump Schema", + "operationId": "fastapi_get_pump_schema_getpumpschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addpump/": { + "post": { + "summary": "Fastapi Add Pump", + "operationId": "fastapi_add_pump_addpump__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node1", + "type": "string" + }, + "name": "node1", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node2", + "type": "string" + }, + "name": "node2", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Power", + "type": "number", + "default": 0.0 + }, + "name": "power", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletepump/": { + "post": { + "summary": "Fastapi Delete Pump", + "operationId": "fastapi_delete_pump_deletepump__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpumpnode1/": { + "get": { + "summary": "Fastapi Get Pump Node1", + "operationId": "fastapi_get_pump_node1_getpumpnode1__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpumpnode2/": { + "get": { + "summary": "Fastapi Get Pump Node2", + "operationId": "fastapi_get_pump_node2_getpumpnode2__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpumpnode1/": { + "post": { + "summary": "Fastapi Set Pump Node1", + "operationId": "fastapi_set_pump_node1_setpumpnode1__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node1", + "type": "string" + }, + "name": "node1", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpumpnode2/": { + "post": { + "summary": "Fastapi Set Pump Node2", + "operationId": "fastapi_set_pump_node2_setpumpnode2__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node2", + "type": "string" + }, + "name": "node2", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpumpproperties/": { + "get": { + "summary": "Fastapi Get Pump Properties", + "operationId": "fastapi_get_pump_properties_getpumpproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpumpproperties/": { + "post": { + "summary": "Fastapi Set Pump Properties", + "operationId": "fastapi_set_pump_properties_setpumpproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalveschema": { + "get": { + "summary": "Fastapi Get Valve Schema", + "operationId": "fastapi_get_valve_schema_getvalveschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addvalve/": { + "post": { + "summary": "Fastapi Add Valve", + "operationId": "fastapi_add_valve_addvalve__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node1", + "type": "string" + }, + "name": "node1", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node2", + "type": "string" + }, + "name": "node2", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Diameter", + "type": "number", + "default": 0 + }, + "name": "diameter", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "V Type", + "type": "string", + "default": "PRV" + }, + "name": "v_type", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Setting", + "type": "number", + "default": 0 + }, + "name": "setting", + "in": "query" + }, + { + "required": false, + "schema": { + "title": "Minor Loss", + "type": "number", + "default": 0 + }, + "name": "minor_loss", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletevalve/": { + "post": { + "summary": "Fastapi Delete Valve", + "operationId": "fastapi_delete_valve_deletevalve__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalvenode1/": { + "get": { + "summary": "Fastapi Get Valve Node1", + "operationId": "fastapi_get_valve_node1_getvalvenode1__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalvenode2/": { + "get": { + "summary": "Fastapi Get Valve Node2", + "operationId": "fastapi_get_valve_node2_getvalvenode2__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalvediameter/": { + "get": { + "summary": "Fastapi Get Valve Diameter", + "operationId": "fastapi_get_valve_diameter_getvalvediameter__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalvetype/": { + "get": { + "summary": "Fastapi Get Valve Type", + "operationId": "fastapi_get_valve_type_getvalvetype__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalvesetting/": { + "get": { + "summary": "Fastapi Get Valve Setting", + "operationId": "fastapi_get_valve_setting_getvalvesetting__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalveminorloss/": { + "get": { + "summary": "Fastapi Get Valve Minor Loss", + "operationId": "fastapi_get_valve_minor_loss_getvalveminorloss__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvalvenode1/": { + "post": { + "summary": "Fastapi Set Valve Node1", + "operationId": "fastapi_set_valve_node1_setvalvenode1__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node1", + "type": "string" + }, + "name": "node1", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvalvenode2/": { + "post": { + "summary": "Fastapi Set Valve Node2", + "operationId": "fastapi_set_valve_node2_setvalvenode2__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node2", + "type": "string" + }, + "name": "node2", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvalvenodediameter/": { + "post": { + "summary": "Fastapi Set Valve Diameter", + "operationId": "fastapi_set_valve_diameter_setvalvenodediameter__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Diameter", + "type": "number" + }, + "name": "diameter", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvalvetype/": { + "post": { + "summary": "Fastapi Set Valve Type", + "operationId": "fastapi_set_valve_type_setvalvetype__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Type", + "type": "string" + }, + "name": "type", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvalvesetting/": { + "post": { + "summary": "Fastapi Set Valve Setting", + "operationId": "fastapi_set_valve_setting_setvalvesetting__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Setting", + "type": "number" + }, + "name": "setting", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvalveproperties/": { + "get": { + "summary": "Fastapi Get Valve Properties", + "operationId": "fastapi_get_valve_properties_getvalveproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvalveproperties/": { + "post": { + "summary": "Fastapi Set Valve Properties", + "operationId": "fastapi_set_valve_properties_setvalveproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Valve", + "type": "string" + }, + "name": "valve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletenode/": { + "post": { + "summary": "Fastapi Delete Node", + "operationId": "fastapi_delete_node_deletenode__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletelink/": { + "post": { + "summary": "Fastapi Delete Link", + "operationId": "fastapi_delete_link_deletelink__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettagschema/": { + "get": { + "summary": "Fastapi Get Tag Schema", + "operationId": "fastapi_get_tag_schema_gettagschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettag/": { + "get": { + "summary": "Fastapi Get Tag", + "operationId": "fastapi_get_tag_gettag__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "T Type", + "type": "string" + }, + "name": "t_type", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettags/": { + "get": { + "summary": "Fastapi Get Tags", + "operationId": "fastapi_get_tags_gettags__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settag/": { + "post": { + "summary": "Fastapi Set Tag", + "operationId": "fastapi_set_tag_settag__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getdemandschema": { + "get": { + "summary": "Fastapi Get Demand Schema", + "operationId": "fastapi_get_demand_schema_getdemandschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getdemandproperties/": { + "get": { + "summary": "Fastapi Get Demand Properties", + "operationId": "fastapi_get_demand_properties_getdemandproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setdemandproperties/": { + "post": { + "summary": "Fastapi Set Demand Properties", + "operationId": "fastapi_set_demand_properties_setdemandproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getstatusschema": { + "get": { + "summary": "Fastapi Get Status Schema", + "operationId": "fastapi_get_status_schema_getstatusschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getstatus/": { + "get": { + "summary": "Fastapi Get Status", + "operationId": "fastapi_get_status_getstatus__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setstatus/": { + "post": { + "summary": "Fastapi Set Status Properties", + "operationId": "fastapi_set_status_properties_setstatus__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpatternschema": { + "get": { + "summary": "Fastapi Get Pattern Schema", + "operationId": "fastapi_get_pattern_schema_getpatternschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addpattern/": { + "post": { + "summary": "Fastapi Add Pattern", + "operationId": "fastapi_add_pattern_addpattern__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletepattern/": { + "post": { + "summary": "Fastapi Delete Pattern", + "operationId": "fastapi_delete_pattern_deletepattern__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpatternproperties/": { + "get": { + "summary": "Fastapi Get Pattern Properties", + "operationId": "fastapi_get_pattern_properties_getpatternproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpatternproperties/": { + "post": { + "summary": "Fastapi Set Pattern Properties", + "operationId": "fastapi_set_pattern_properties_setpatternproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pattern", + "type": "string" + }, + "name": "pattern", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getcurveschema": { + "get": { + "summary": "Fastapi Get Curve Schema", + "operationId": "fastapi_get_curve_schema_getcurveschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addcurve/": { + "post": { + "summary": "Fastapi Add Curve", + "operationId": "fastapi_add_curve_addcurve__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Curve", + "type": "string" + }, + "name": "curve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletecurve/": { + "post": { + "summary": "Fastapi Delete Curve", + "operationId": "fastapi_delete_curve_deletecurve__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Curve", + "type": "string" + }, + "name": "curve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getcurveproperties/": { + "get": { + "summary": "Fastapi Get Curve Properties", + "operationId": "fastapi_get_curve_properties_getcurveproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Curve", + "type": "string" + }, + "name": "curve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setcurveproperties/": { + "post": { + "summary": "Fastapi Set Curve Properties", + "operationId": "fastapi_set_curve_properties_setcurveproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Curve", + "type": "string" + }, + "name": "curve", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getcontrolschema/": { + "get": { + "summary": "Fastapi Get Control Schema", + "operationId": "fastapi_get_control_schema_getcontrolschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getcontrolproperties/": { + "get": { + "summary": "Fastapi Get Control Properties", + "operationId": "fastapi_get_control_properties_getcontrolproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setcontrolproperties/": { + "post": { + "summary": "Fastapi Set Control Properties", + "operationId": "fastapi_set_control_properties_setcontrolproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getruleschema/": { + "get": { + "summary": "Fastapi Get Rule Schema", + "operationId": "fastapi_get_rule_schema_getruleschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getruleproperties/": { + "get": { + "summary": "Fastapi Get Rule Properties", + "operationId": "fastapi_get_rule_properties_getruleproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setruleproperties/": { + "post": { + "summary": "Fastapi Set Rule Properties", + "operationId": "fastapi_set_rule_properties_setruleproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getenergyschema/": { + "get": { + "summary": "Fastapi Get Energy Schema", + "operationId": "fastapi_get_energy_schema_getenergyschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getenergyproperties/": { + "get": { + "summary": "Fastapi Get Energy Properties", + "operationId": "fastapi_get_energy_properties_getenergyproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setenergyproperties/": { + "post": { + "summary": "Fastapi Set Energy Properties", + "operationId": "fastapi_set_energy_properties_setenergyproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpumpenergyschema/": { + "get": { + "summary": "Fastapi Get Pump Energy Schema", + "operationId": "fastapi_get_pump_energy_schema_getpumpenergyschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpumpenergyproperties//": { + "get": { + "summary": "Fastapi Get Pump Energy Proeprties", + "operationId": "fastapi_get_pump_energy_proeprties_getpumpenergyproperties___get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpumpenergyproperties//": { + "get": { + "summary": "Fastapi Set Pump Energy Properties", + "operationId": "fastapi_set_pump_energy_properties_setpumpenergyproperties___get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pump", + "type": "string" + }, + "name": "pump", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getemitterschema": { + "get": { + "summary": "Fastapi Get Emitter Schema", + "operationId": "fastapi_get_emitter_schema_getemitterschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getemitterproperties/": { + "get": { + "summary": "Fastapi Get Emitter Properties", + "operationId": "fastapi_get_emitter_properties_getemitterproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setemitterproperties/": { + "post": { + "summary": "Fastapi Set Emitter Properties", + "operationId": "fastapi_set_emitter_properties_setemitterproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Junction", + "type": "string" + }, + "name": "junction", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getqualityschema/": { + "get": { + "summary": "Fastapi Get Quality Schema", + "operationId": "fastapi_get_quality_schema_getqualityschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getqualityproperties/": { + "get": { + "summary": "Fastapi Get Quality Properties", + "operationId": "fastapi_get_quality_properties_getqualityproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setqualityproperties/": { + "post": { + "summary": "Fastapi Set Quality Properties", + "operationId": "fastapi_set_quality_properties_setqualityproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getsourcechema/": { + "get": { + "summary": "Fastapi Get Source Schema", + "operationId": "fastapi_get_source_schema_getsourcechema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getsource/": { + "get": { + "summary": "Fastapi Get Source", + "operationId": "fastapi_get_source_getsource__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setsource/": { + "post": { + "summary": "Fastapi Set Source", + "operationId": "fastapi_set_source_setsource__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addsource/": { + "post": { + "summary": "Fastapi Add Source", + "operationId": "fastapi_add_source_addsource__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletesource/": { + "post": { + "summary": "Fastapi Delete Source", + "operationId": "fastapi_delete_source_deletesource__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreactionschema/": { + "get": { + "summary": "Fastapi Get Reaction Schema", + "operationId": "fastapi_get_reaction_schema_getreactionschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getreaction/": { + "get": { + "summary": "Fastapi Get Reaction", + "operationId": "fastapi_get_reaction_getreaction__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setreaction/": { + "post": { + "summary": "Fastapi Set Reaction", + "operationId": "fastapi_set_reaction_setreaction__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipereactionschema/": { + "get": { + "summary": "Fastapi Get Pipe Reaction Schema", + "operationId": "fastapi_get_pipe_reaction_schema_getpipereactionschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getpipereaction/": { + "get": { + "summary": "Fastapi Get Pipe Reaction", + "operationId": "fastapi_get_pipe_reaction_getpipereaction__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Pipe", + "type": "string" + }, + "name": "pipe", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setpipereaction/": { + "post": { + "summary": "Fastapi Set Pipe Reaction", + "operationId": "fastapi_set_pipe_reaction_setpipereaction__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankreactionschema/": { + "get": { + "summary": "Fastapi Get Tank Reaction Schema", + "operationId": "fastapi_get_tank_reaction_schema_gettankreactionschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettankreaction/": { + "get": { + "summary": "Fastapi Get Tank Reaction", + "operationId": "fastapi_get_tank_reaction_gettankreaction__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settankreaction/": { + "post": { + "summary": "Fastapi Set Tank Reaction", + "operationId": "fastapi_set_tank_reaction_settankreaction__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getmixingschema/": { + "get": { + "summary": "Fastapi Get Mixing Schema", + "operationId": "fastapi_get_mixing_schema_getmixingschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getmixing/": { + "get": { + "summary": "Fastapi Get Mixing", + "operationId": "fastapi_get_mixing_getmixing__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Tank", + "type": "string" + }, + "name": "tank", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setmixing/": { + "post": { + "summary": "Fastapi Set Mixing", + "operationId": "fastapi_set_mixing_setmixing__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addmixing/": { + "post": { + "summary": "Fastapi Add Mixing", + "operationId": "fastapi_add_mixing_addmixing__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletemixing/": { + "post": { + "summary": "Fastapi Delete Mixing", + "operationId": "fastapi_delete_mixing_deletemixing__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettimeschema": { + "get": { + "summary": "Fastapi Get Time Schema", + "operationId": "fastapi_get_time_schema_gettimeschema_get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/gettimeproperties/": { + "get": { + "summary": "Fastapi Get Time Properties", + "operationId": "fastapi_get_time_properties_gettimeproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/settimeproperties/": { + "post": { + "summary": "Fastapi Set Time Properties", + "operationId": "fastapi_set_time_properties_settimeproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getoptionschema/": { + "get": { + "summary": "Fastapi Get Option Schema", + "operationId": "fastapi_get_option_schema_getoptionschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getoptionproperties/": { + "get": { + "summary": "Fastapi Get Option Properties", + "operationId": "fastapi_get_option_properties_getoptionproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setoptionproperties/": { + "post": { + "summary": "Fastapi Set Option Properties", + "operationId": "fastapi_set_option_properties_setoptionproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getnodecoord/": { + "get": { + "summary": "Fastapi Get Node Coord", + "operationId": "fastapi_get_node_coord_getnodecoord__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Node", + "type": "string" + }, + "name": "node", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getnetworkcoords/": { + "get": { + "summary": "Fastapi Get Network Coords", + "operationId": "fastapi_get_network_coords_getnetworkcoords__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getmajornodecoords/": { + "get": { + "summary": "Fastapi Get Major Node Coords", + "operationId": "fastapi_get_major_node_coords_getmajornodecoords__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Diameter", + "type": "integer" + }, + "name": "diameter", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getnetworklinknodes/": { + "get": { + "summary": "Fastapi Get Network Link Nodes", + "operationId": "fastapi_get_network_link_nodes_getnetworklinknodes__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getmajorpipenodes/": { + "get": { + "summary": "Fastapi Get Major Pipe Nodes", + "operationId": "fastapi_get_major_pipe_nodes_getmajorpipenodes__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Diameter", + "type": "integer" + }, + "name": "diameter", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvertexschema/": { + "get": { + "summary": "Fastapi Get Vertex Schema", + "operationId": "fastapi_get_vertex_schema_getvertexschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvertexproperties/": { + "get": { + "summary": "Fastapi Get Vertex Properties", + "operationId": "fastapi_get_vertex_properties_getvertexproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Link", + "type": "string" + }, + "name": "link", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvertexproperties/": { + "post": { + "summary": "Fastapi Set Vertex Properties", + "operationId": "fastapi_set_vertex_properties_setvertexproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addvertex/": { + "post": { + "summary": "Fastapi Add Vertex", + "operationId": "fastapi_add_vertex_addvertex__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletevertex/": { + "post": { + "summary": "Fastapi Delete Vertex", + "operationId": "fastapi_delete_vertex_deletevertex__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallvertexlinks/": { + "get": { + "summary": "Fastapi Get All Vertex Links", + "operationId": "fastapi_get_all_vertex_links_getallvertexlinks__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallvertices/": { + "get": { + "summary": "Fastapi Get All Vertices", + "operationId": "fastapi_get_all_vertices_getallvertices__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getlabelschema/": { + "get": { + "summary": "Fastapi Get Label Schema", + "operationId": "fastapi_get_label_schema_getlabelschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getlabelproperties/": { + "get": { + "summary": "Fastapi Get Label Properties", + "operationId": "fastapi_get_label_properties_getlabelproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "X", + "type": "number" + }, + "name": "x", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Y", + "type": "number" + }, + "name": "y", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setlabelproperties/": { + "post": { + "summary": "Fastapi Set Label Properties", + "operationId": "fastapi_set_label_properties_setlabelproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addlabel/": { + "post": { + "summary": "Fastapi Add Label", + "operationId": "fastapi_add_label_addlabel__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletelabel/": { + "post": { + "summary": "Fastapi Delete Label", + "operationId": "fastapi_delete_label_deletelabel__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getbackdropschema/": { + "get": { + "summary": "Fastapi Get Backdrop Schema", + "operationId": "fastapi_get_backdrop_schema_getbackdropschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getbackdropproperties/": { + "get": { + "summary": "Fastapi Get Backdrop Properties", + "operationId": "fastapi_get_backdrop_properties_getbackdropproperties__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setbackdropproperties/": { + "post": { + "summary": "Fastapi Set Backdrop Properties", + "operationId": "fastapi_set_backdrop_properties_setbackdropproperties__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadadeviceschema/": { + "get": { + "summary": "Fastapi Get Scada Device Schema", + "operationId": "fastapi_get_scada_device_schema_getscadadeviceschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadadevice/": { + "get": { + "summary": "Fastapi Get Scada Device", + "operationId": "fastapi_get_scada_device_getscadadevice__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setscadadevice/": { + "post": { + "summary": "Fastapi Set Scada Device", + "operationId": "fastapi_set_scada_device_setscadadevice__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addscadadevice/": { + "post": { + "summary": "Fastapi Add Scada Device", + "operationId": "fastapi_add_scada_device_addscadadevice__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletescadadevice/": { + "post": { + "summary": "Fastapi Delete Scada Device", + "operationId": "fastapi_delete_scada_device_deletescadadevice__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/cleanscadadevice/": { + "post": { + "summary": "Fastapi Clean Scada Device", + "operationId": "fastapi_clean_scada_device_cleanscadadevice__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallscadadeviceids/": { + "get": { + "summary": "Fastapi Get All Scada Device Ids", + "operationId": "fastapi_get_all_scada_device_ids_getallscadadeviceids__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallscadadevices/": { + "get": { + "summary": "Fastapi Get All Scada Devices", + "operationId": "fastapi_get_all_scada_devices_getallscadadevices__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "text/plain": { + "schema": { + "type": "string" + } + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadadevicedataschema/": { + "get": { + "summary": "Fastapi Get Scada Device Data Schema", + "operationId": "fastapi_get_scada_device_data_schema_getscadadevicedataschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadadevicedata/": { + "get": { + "summary": "Fastapi Get Scada Device Data", + "operationId": "fastapi_get_scada_device_data_getscadadevicedata__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setscadadevicedata/": { + "post": { + "summary": "Fastapi Set Scada Device Data", + "operationId": "fastapi_set_scada_device_data_setscadadevicedata__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addscadadevicedata/": { + "post": { + "summary": "Fastapi Add Scada Device Data", + "operationId": "fastapi_add_scada_device_data_addscadadevicedata__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletescadadevicedata/": { + "post": { + "summary": "Fastapi Delete Scada Device Data", + "operationId": "fastapi_delete_scada_device_data_deletescadadevicedata__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/cleanscadadevicedata/": { + "post": { + "summary": "Fastapi Clean Scada Device Data", + "operationId": "fastapi_clean_scada_device_data_cleanscadadevicedata__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadaelementschema/": { + "get": { + "summary": "Fastapi Get Scada Element Schema", + "operationId": "fastapi_get_scada_element_schema_getscadaelementschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadaelements/": { + "get": { + "summary": "Fastapi Get Scada Elements", + "operationId": "fastapi_get_scada_elements_getscadaelements__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getscadaelement/": { + "get": { + "summary": "Fastapi Get Scada Element", + "operationId": "fastapi_get_scada_element_getscadaelement__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setscadaelement/": { + "post": { + "summary": "Fastapi Set Scada Element", + "operationId": "fastapi_set_scada_element_setscadaelement__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addscadaelement/": { + "post": { + "summary": "Fastapi Add Scada Element", + "operationId": "fastapi_add_scada_element_addscadaelement__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletescadaelement/": { + "post": { + "summary": "Fastapi Delete Scada Element", + "operationId": "fastapi_delete_scada_element_deletescadaelement__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/cleanscadaelement/": { + "post": { + "summary": "Fastapi Clean Scada Element", + "operationId": "fastapi_clean_scada_element_cleanscadaelement__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getregionschema/": { + "get": { + "summary": "Fastapi Get Region Schema", + "operationId": "fastapi_get_region_schema_getregionschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getregion/": { + "get": { + "summary": "Fastapi Get Region", + "operationId": "fastapi_get_region_getregion__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setregion/": { + "post": { + "summary": "Fastapi Set Region", + "operationId": "fastapi_set_region_setregion__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addregion/": { + "post": { + "summary": "Fastapi Add Region", + "operationId": "fastapi_add_region_addregion__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deleteregion/": { + "post": { + "summary": "Fastapi Delete Region", + "operationId": "fastapi_delete_region_deleteregion__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatedistrictmeteringareafornodes/": { + "get": { + "summary": "Fastapi Calculate District Metering Area For Nodes", + "operationId": "fastapi_calculate_district_metering_area_for_nodes_calculatedistrictmeteringareafornodes__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatedistrictmeteringareaforregion/": { + "get": { + "summary": "Fastapi Calculate District Metering Area For Region", + "operationId": "fastapi_calculate_district_metering_area_for_region_calculatedistrictmeteringareaforregion__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatedistrictmeteringareafornetwork/": { + "get": { + "summary": "Fastapi Calculate District Metering Area For Network", + "operationId": "fastapi_calculate_district_metering_area_for_network_calculatedistrictmeteringareafornetwork__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getdistrictmeteringareaschema/": { + "get": { + "summary": "Fastapi Get District Metering Area Schema", + "operationId": "fastapi_get_district_metering_area_schema_getdistrictmeteringareaschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getdistrictmeteringarea/": { + "get": { + "summary": "Fastapi Get District Metering Area", + "operationId": "fastapi_get_district_metering_area_getdistrictmeteringarea__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setdistrictmeteringarea/": { + "post": { + "summary": "Fastapi Set District Metering Area", + "operationId": "fastapi_set_district_metering_area_setdistrictmeteringarea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/adddistrictmeteringarea/": { + "post": { + "summary": "Fastapi Add District Metering Area", + "operationId": "fastapi_add_district_metering_area_adddistrictmeteringarea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletedistrictmeteringarea/": { + "post": { + "summary": "Fastapi Delete District Metering Area", + "operationId": "fastapi_delete_district_metering_area_deletedistrictmeteringarea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getalldistrictmeteringareaids/": { + "get": { + "summary": "Fastapi Get All District Metering Area Ids", + "operationId": "fastapi_get_all_district_metering_area_ids_getalldistrictmeteringareaids__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getalldistrictmeteringareas/": { + "get": { + "summary": "Getalldistrictmeteringareas", + "operationId": "getalldistrictmeteringareas_getalldistrictmeteringareas__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/generatedistrictmeteringarea/": { + "post": { + "summary": "Fastapi Generate District Metering Area", + "operationId": "fastapi_generate_district_metering_area_generatedistrictmeteringarea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Part Count", + "type": "integer" + }, + "name": "part_count", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Part Type", + "type": "integer" + }, + "name": "part_type", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Inflate Delta", + "type": "number" + }, + "name": "inflate_delta", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/generatesubdistrictmeteringarea/": { + "post": { + "summary": "Fastapi Generate Sub District Metering Area", + "operationId": "fastapi_generate_sub_district_metering_area_generatesubdistrictmeteringarea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Dma", + "type": "string" + }, + "name": "dma", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Part Count", + "type": "integer" + }, + "name": "part_count", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Part Type", + "type": "integer" + }, + "name": "part_type", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Inflate Delta", + "type": "number" + }, + "name": "inflate_delta", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculateservicearea/": { + "get": { + "summary": "Fastapi Calculate Service Area", + "operationId": "fastapi_calculate_service_area_calculateservicearea__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Time Index", + "type": "integer" + }, + "name": "time_index", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getserviceareaschema/": { + "get": { + "summary": "Fastapi Get Service Area Schema", + "operationId": "fastapi_get_service_area_schema_getserviceareaschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getservicearea/": { + "get": { + "summary": "Fastapi Get Service Area", + "operationId": "fastapi_get_service_area_getservicearea__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setservicearea/": { + "post": { + "summary": "Fastapi Set Service Area", + "operationId": "fastapi_set_service_area_setservicearea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addservicearea/": { + "post": { + "summary": "Fastapi Add Service Area", + "operationId": "fastapi_add_service_area_addservicearea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deleteservicearea/": { + "post": { + "summary": "Fastapi Delete Service Area", + "operationId": "fastapi_delete_service_area_deleteservicearea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallserviceareas/": { + "get": { + "summary": "Fastapi Get All Service Areas", + "operationId": "fastapi_get_all_service_areas_getallserviceareas__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/generateservicearea/": { + "post": { + "summary": "Fastapi Generate Service Area", + "operationId": "fastapi_generate_service_area_generateservicearea__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Inflate Delta", + "type": "number" + }, + "name": "inflate_delta", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatevirtualdistrict/": { + "get": { + "summary": "Fastapi Calculate Virtual District", + "operationId": "fastapi_calculate_virtual_district_calculatevirtualdistrict__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "requestBody": { + "content": { + "application/json": { + "schema": { + "title": "Centers", + "type": "array", + "items": { + "type": "string" + } + } + } + }, + "required": true + }, + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvirtualdistrictschema/": { + "get": { + "summary": "Fastapi Get Virtual District Schema", + "operationId": "fastapi_get_virtual_district_schema_getvirtualdistrictschema__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getvirtualdistrict/": { + "get": { + "summary": "Fastapi Get Virtual District", + "operationId": "fastapi_get_virtual_district_getvirtualdistrict__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Id", + "type": "string" + }, + "name": "id", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/setvirtualdistrict/": { + "post": { + "summary": "Fastapi Set Virtual District", + "operationId": "fastapi_set_virtual_district_setvirtualdistrict__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/addvirtualdistrict/": { + "post": { + "summary": "Fastapi Add Virtual District", + "operationId": "fastapi_add_virtual_district_addvirtualdistrict__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/deletevirtualdistrict/": { + "post": { + "summary": "Fastapi Delete Virtual District", + "operationId": "fastapi_delete_virtual_district_deletevirtualdistrict__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/getallvirtualdistrict/": { + "get": { + "summary": "Fastapi Get All Virtual District", + "operationId": "fastapi_get_all_virtual_district_getallvirtualdistrict__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/generatevirtualdistrict/": { + "post": { + "summary": "Fastapi Generate Virtual District", + "operationId": "fastapi_generate_virtual_district_generatevirtualdistrict__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Inflate Delta", + "type": "number" + }, + "name": "inflate_delta", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatedemandtonodes/": { + "get": { + "summary": "Fastapi Calculate Demand To Nodes", + "operationId": "fastapi_calculate_demand_to_nodes_calculatedemandtonodes__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatedemandtoregion/": { + "get": { + "summary": "Fastapi Calculate Demand To Region", + "operationId": "fastapi_calculate_demand_to_region_calculatedemandtoregion__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/calculatedemandtonetwork/": { + "get": { + "summary": "Fastapi Calculate Demand To Network", + "operationId": "fastapi_calculate_demand_to_network_calculatedemandtonetwork__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Network", + "type": "string" + }, + "name": "network", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Demand", + "type": "number" + }, + "name": "demand", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/uploadinp/": { + "post": { + "summary": "Upload Inp", + "operationId": "upload_inp_uploadinp__post", + "parameters": [ + { + "required": true, + "schema": { + "title": "Afile", + "type": "string", + "format": "binary" + }, + "name": "afile", + "in": "query" + }, + { + "required": true, + "schema": { + "title": "Name", + "type": "string" + }, + "name": "name", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/downloadinp/": { + "get": { + "summary": "Download Inp", + "operationId": "download_inp_downloadinp__get", + "parameters": [ + { + "required": true, + "schema": { + "title": "Name", + "type": "string" + }, + "name": "name", + "in": "query" + } + ], + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + }, + "422": { + "description": "Validation Error", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/HTTPValidationError" + } + } + } + } + } + } + }, + "/convertv3tov2/": { + "get": { + "summary": "Fastapi Convert V3 To V2", + "operationId": "fastapi_convert_v3_to_v2_convertv3tov2__get", + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + } + } + } + }, + "/getjson/": { + "get": { + "summary": "Get Json", + "operationId": "get_json_getjson__get", + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + } + } + } + }, + "/getrealtimedata/": { + "get": { + "summary": "Get Realtimedata", + "operationId": "get_realtimedata_getrealtimedata__get", + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + } + } + } + }, + "/getsimulationresult/": { + "get": { + "summary": "Get Simulationresult", + "operationId": "get_simulationresult_getsimulationresult__get", + "responses": { + "200": { + "description": "Successful Response", + "content": { + "application/json": { + "schema": {} + } + } + } + } + } + } + }, + "components": { + "schemas": { + "HTTPValidationError": { + "title": "HTTPValidationError", + "type": "object", + "properties": { + "detail": { + "title": "Detail", + "type": "array", + "items": { + "$ref": "#/components/schemas/ValidationError" + } + } + } + }, + "ValidationError": { + "title": "ValidationError", + "required": [ + "loc", + "msg", + "type" + ], + "type": "object", + "properties": { + "loc": { + "title": "Location", + "type": "array", + "items": { + "anyOf": [ + { + "type": "string" + }, + { + "type": "integer" + } + ] + } + }, + "msg": { + "title": "Message", + "type": "string" + }, + "type": { + "title": "Error Type", + "type": "string" + } + } + } + } + } +} \ No newline at end of file