Skip to main content

Query: ftpLoginTest

Test FTP server connection. On failure returns error message.

iataMessages {
ftpLoginTest(
protocolType: SsimProtocolType!
host: NotEmptyString!
port: IntPositive!
user: NotEmptyString!
password: NotEmptyString!
directory: String!
): String
}

Arguments

ftpLoginTest.protocolType ● SsimProtocolType! non-null enum

ftpLoginTest.host ● NotEmptyString! non-null scalar

ftpLoginTest.port ● IntPositive! non-null scalar

ftpLoginTest.user ● NotEmptyString! non-null scalar

ftpLoginTest.password ● NotEmptyString! non-null scalar

ftpLoginTest.directory ● String! non-null scalar

Type

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.