Skip to content

Get pinned files for a host

GET
/ssh/file_manager/pinned

Get pinned files for a host. Server: localhost:8081

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Query Parameters

hostId*

The ID of the SSH host

Typeinteger
Required

Responses

OK

application/json
JSON
[
{
"name": "string",
"path": "string",
"type": "string",
"isSSH": true,
"sshSessionId": "string"
}
]

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Distributed under the Apache License Version 2.0