Get recent files for a host
GET
/ssh/file_manager/recent
Get recent files for a host. Server: localhost:8081
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
hostId*
The ID of the SSH host
Typeinteger
RequiredResponses
OK
application/json
JSON
[
{
"name": "string",
"path": "string",
"type": "string",
"isSSH": true,
"sshSessionId": "string"
}
]