Read SSH file content
GET
/ssh/file_manager/ssh/readFile
Read SSH file content. 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
{
"content": "string",
"path": "string"
}