You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
170 lines
5.3 KiB
170 lines
5.3 KiB
[script:rapid_diag_task_runner]
|
|
match = /rapid_diag/task_runner
|
|
script = task_run_endpoint.py
|
|
scripttype = persist
|
|
handler = TaskRunEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_task_information]
|
|
match = /rapid_diag/task_information
|
|
script = task_information_endpoint.py
|
|
scripttype = persist
|
|
handler = TaskInformationEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_get_process_info]
|
|
match = /rapid_diag/get_process_info
|
|
script = process_list_endpoint.py
|
|
scripttype = persist
|
|
handler = ProcessListEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_get_log_files]
|
|
match = /rapid_diag/get_log_files
|
|
script = log_file_list_endpoint.py
|
|
scripttype = persist
|
|
handler = LogFileListEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:json_validation]
|
|
match = /rapid_diag/json_validation
|
|
script = json_validation_endpoint.py
|
|
scripttype = persist
|
|
handler = JsonValidationEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_info]
|
|
match = /rapid_diag/info
|
|
script = rapid_diag_info_endpoint.py
|
|
scripttype = persist
|
|
handler = RapidDiagInfoEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_task_rerun]
|
|
match = /rapid_diag/task_rerun
|
|
script = task_rerun_endpoint.py
|
|
scripttype = persist
|
|
handler = TaskRerunEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_task_abort]
|
|
match = /rapid_diag/task_abort
|
|
script = task_abort_endpoint.py
|
|
scripttype = persist
|
|
handler = TaskAbortEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_task_delete]
|
|
match = /rapid_diag/task_delete
|
|
script = task_delete_endpoint.py
|
|
scripttype = persist
|
|
handler = TaskDeleteEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_task_export]
|
|
match = /rapid_diag/task_export
|
|
script = task_export_endpoint.py
|
|
scripttype = persist
|
|
handler = TaskExportEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_static_task_information]
|
|
match = /rapid_diag/static_task_information
|
|
script = static_task_information_endpoint.py
|
|
scripttype = persist
|
|
handler = StaticTaskInformationEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
[script:rapid_diag_tool_commands]
|
|
match = /rapid_diag/get_tool_commands
|
|
script = tool_commands_endpoint.py
|
|
scripttype = persist
|
|
handler = ToolCommandsEndpoint
|
|
requireAuthentication = true
|
|
output_modes = json
|
|
passPayload = true
|
|
passHttpCookies = true
|
|
passSession = true
|
|
passSystemAuth = true
|
|
capability = get_diag
|
|
python.version = python3
|
|
|
|
|