List files in SSH directory
GET
/ssh/file_manager/ssh/listFiles
List files in SSH directory. Server: localhost:8084
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Query Parameters
sessionId*
The SSH session identifier
Typestring
Requiredpath*
The file or directory path
Typestring
RequiredResponses
OK
application/json
JSON
[
{
"name": "string",
"path": "string",
"type": "string",
"size": 0,
"modified": "string",
"permissions": "string"
}
]