feat: 资产登录工单页面增加监控与中断

This commit is contained in:
xinwen
2021-12-29 20:07:56 +08:00
committed by Jiangjie.Bai
parent 100bfe0304
commit bd84edea62
15 changed files with 168 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ urlpatterns = [
api.SessionReplayViewSet.as_view({'get': 'retrieve', 'post': 'create'}),
name='session-replay'),
path('tasks/kill-session/', api.KillSessionAPI.as_view(), name='kill-session'),
path('tasks/kill-session-for-ticket/', api.KillSessionForTicketAPI.as_view(), name='kill-session-for-ticket'),
path('terminals/config/', api.TerminalConfig.as_view(), name='terminal-config'),
path('commands/export/', api.CommandExportApi.as_view(), name="command-export"),
path('commands/insecure-command/', api.InsecureCommandAlertAPI.as_view(), name="command-alert"),