mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
@@ -42,3 +42,17 @@ export function getAllReplayStorage() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function TestCommandStorage(id) {
|
||||
return request({
|
||||
url: `api/v1/terminal/command-storages/${id}/test-connective/`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function TestReplayStorage(id) {
|
||||
return request({
|
||||
url: `api/v1/terminal/replay-storages/${id}/test-connective/`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user