Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PiSCSI/piscsi
/ endpoints
Endpoints
40 in github.com/PiSCSI/piscsi
⨍
Functions
1,324
◇
Types & classes
164
↳
Endpoints
40
Route
admin
APP.route("/sys/admin", methods=["GET"])
python/web/src/web.py:None
Route
attach_device
APP.route("/scsi/attach", methods=["POST"])
python/web/src/web.py:None
Route
change_language
APP.route("/language", methods=["POST"])
python/web/src/web.py:None
Route
change_theme
APP.route("/theme", methods=["GET", "POST"])
python/web/src/web.py:None
Route
config_action
APP.route("/config/action", methods=["POST"])
python/web/src/web.py:None
Route
config_save
APP.route("/config/save", methods=["POST"])
python/web/src/web.py:None
Route
copy
APP.route("/files/copy", methods=["POST"])
python/web/src/web.py:None
Route
create_file
APP.route("/files/create", methods=["POST"])
python/web/src/web.py:None
Route
delete
APP.route("/files/delete", methods=["POST"])
python/web/src/web.py:None
Route
detach
APP.route("/scsi/detach", methods=["POST"])
python/web/src/web.py:None
Route
detach_all_devices
APP.route("/scsi/detach_all", methods=["POST"])
python/web/src/web.py:None
Route
device_info
APP.route("/scsi/info", methods=["POST"])
python/web/src/web.py:None
Route
download_config
APP.route("/files/download_config", methods=["POST"])
python/web/src/web.py:None
Route
download_file
APP.route("/files/download_url", methods=["POST"])
python/web/src/web.py:None
Route
download_image
APP.route("/files/download_image", methods=["POST"])
python/web/src/web.py:None
Route
download_to_iso
APP.route("/files/create_iso", methods=["POST"])
python/web/src/web.py:None
Route
drive_cdrom
APP.route("/drive/cdrom", methods=["POST"])
python/web/src/web.py:None
Route
drive_create
APP.route("/drive/create", methods=["POST"])
python/web/src/web.py:None
Route
drive_list
APP.route("/drive/list", methods=["GET"])
python/web/src/web.py:None
Route
eject
APP.route("/scsi/eject", methods=["POST"])
python/web/src/web.py:None
Route
env
APP.route("/env")
python/web/src/web.py:None
Route
extract_image
APP.route("/files/extract_image", methods=["POST"])
python/web/src/web.py:None
Route
healthcheck
APP.route("/healthcheck", methods=["GET"])
python/web/src/web.py:None
Route
index
APP.route("/")
python/web/src/web.py:None
Route
log_level
APP.route("/logs/level", methods=["POST"])
python/web/src/web.py:None
Route
login
APP.route("/login", methods=["POST"])
python/web/src/web.py:None
Route
logout
APP.route("/logout")
python/web/src/web.py:None
Route
release_id
APP.route("/scsi/release", methods=["POST"])
python/web/src/web.py:None
Route
rename
APP.route("/files/rename", methods=["POST"])
python/web/src/web.py:None
Route
rename_system
APP.route("/sys/rename", methods=["POST"])
python/web/src/web.py:None
Route
reserve_id
APP.route("/scsi/reserve", methods=["POST"])
python/web/src/web.py:None
Route
restart
APP.route("/sys/reboot", methods=["POST"])
python/web/src/web.py:None
Route
send_pwa_files
APP.route("/pwa/<path:pwa_path>")
python/web/src/web.py:None
Route
show_diskinfo
APP.route("/files/diskinfo", methods=["POST"])
python/web/src/web.py:None
Route
show_logs
APP.route("/logs/show", methods=["POST"])
python/web/src/web.py:None
Route
show_manpage
APP.route("/sys/manpage", methods=["GET"])
python/web/src/web.py:None
Route
shutdown
APP.route("/sys/shutdown", methods=["POST"])
python/web/src/web.py:None
Route
upload_file
APP.route("/files/upload", methods=["POST"])
python/web/src/web.py:None
Route
upload_file_form
APP.route("/files/uploadform/", methods=["POST"])
python/web/src/web.py:None
Route
upload_page
APP.route("/upload", methods=["GET"])
python/web/src/web.py:None