MCPcopy Create free account

hub / github.com/PiSCSI/piscsi / endpoints

Endpoints40 in github.com/PiSCSI/piscsi

Routeadmin
APP.route("/sys/admin", methods=["GET"])
python/web/src/web.py:None
Routeattach_device
APP.route("/scsi/attach", methods=["POST"])
python/web/src/web.py:None
Routechange_language
APP.route("/language", methods=["POST"])
python/web/src/web.py:None
Routechange_theme
APP.route("/theme", methods=["GET", "POST"])
python/web/src/web.py:None
Routeconfig_action
APP.route("/config/action", methods=["POST"])
python/web/src/web.py:None
Routeconfig_save
APP.route("/config/save", methods=["POST"])
python/web/src/web.py:None
Routecopy
APP.route("/files/copy", methods=["POST"])
python/web/src/web.py:None
Routecreate_file
APP.route("/files/create", methods=["POST"])
python/web/src/web.py:None
Routedelete
APP.route("/files/delete", methods=["POST"])
python/web/src/web.py:None
Routedetach
APP.route("/scsi/detach", methods=["POST"])
python/web/src/web.py:None
Routedetach_all_devices
APP.route("/scsi/detach_all", methods=["POST"])
python/web/src/web.py:None
Routedevice_info
APP.route("/scsi/info", methods=["POST"])
python/web/src/web.py:None
Routedownload_config
APP.route("/files/download_config", methods=["POST"])
python/web/src/web.py:None
Routedownload_file
APP.route("/files/download_url", methods=["POST"])
python/web/src/web.py:None
Routedownload_image
APP.route("/files/download_image", methods=["POST"])
python/web/src/web.py:None
Routedownload_to_iso
APP.route("/files/create_iso", methods=["POST"])
python/web/src/web.py:None
Routedrive_cdrom
APP.route("/drive/cdrom", methods=["POST"])
python/web/src/web.py:None
Routedrive_create
APP.route("/drive/create", methods=["POST"])
python/web/src/web.py:None
Routedrive_list
APP.route("/drive/list", methods=["GET"])
python/web/src/web.py:None
Routeeject
APP.route("/scsi/eject", methods=["POST"])
python/web/src/web.py:None
Routeenv
APP.route("/env")
python/web/src/web.py:None
Routeextract_image
APP.route("/files/extract_image", methods=["POST"])
python/web/src/web.py:None
Routehealthcheck
APP.route("/healthcheck", methods=["GET"])
python/web/src/web.py:None
Routeindex
APP.route("/")
python/web/src/web.py:None
Routelog_level
APP.route("/logs/level", methods=["POST"])
python/web/src/web.py:None
Routelogin
APP.route("/login", methods=["POST"])
python/web/src/web.py:None
Routelogout
APP.route("/logout")
python/web/src/web.py:None
Routerelease_id
APP.route("/scsi/release", methods=["POST"])
python/web/src/web.py:None
Routerename
APP.route("/files/rename", methods=["POST"])
python/web/src/web.py:None
Routerename_system
APP.route("/sys/rename", methods=["POST"])
python/web/src/web.py:None
Routereserve_id
APP.route("/scsi/reserve", methods=["POST"])
python/web/src/web.py:None
Routerestart
APP.route("/sys/reboot", methods=["POST"])
python/web/src/web.py:None
Routesend_pwa_files
APP.route("/pwa/<path:pwa_path>")
python/web/src/web.py:None
Routeshow_diskinfo
APP.route("/files/diskinfo", methods=["POST"])
python/web/src/web.py:None
Routeshow_logs
APP.route("/logs/show", methods=["POST"])
python/web/src/web.py:None
Routeshow_manpage
APP.route("/sys/manpage", methods=["GET"])
python/web/src/web.py:None
Routeshutdown
APP.route("/sys/shutdown", methods=["POST"])
python/web/src/web.py:None
Routeupload_file
APP.route("/files/upload", methods=["POST"])
python/web/src/web.py:None
Routeupload_file_form
APP.route("/files/uploadform/", methods=["POST"])
python/web/src/web.py:None
Routeupload_page
APP.route("/upload", methods=["GET"])
python/web/src/web.py:None