SftpAccountService Types

SftpAccountService WSDL


This service is stateless.

getShortSftpAccountInfoListtop

Description

Returns a list of short sftp account infos.

ShortSftpAccountInfoList getShortSftpAccountInfoList()

Return Values

ShortSftpAccountInfoList

logintop

Description

Initializes a new session with given information

boolean login(string $user, string $pass, int $network)

Parameters

string $user Username
string $pass Password
int $network $network Network ID

Return Values

boolean true on success, false on fail

logouttop

Description

Destroys the active session, logging out the user.

boolean logout()

Return Values

boolean true on success, false on fail

ShortSftpAccountInfotop

Definition

object ShortSftpAccountInfo {
- int $id

required

- string $name

required

}

ShortSftpAccountInfoListtop

Definition

object ShortSftpAccountInfoList {
- Array <ShortSftpAccountInfo> $shortSftpAccountInfos

optional

}

Console