Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
ConnectionName
string
required

The name of the data connection.

ProviderName
string

The name of the connection provider.

ProviderClass
string

The class of the connection provider.

ProviderVersion
string

The version of the connection provider.

Verbosity
string
default:0

The verbosity of the connection, where 0 represents None, 1 represents Error, 2 represents Info, 3 represents Transfer, and 5 represents Verbose, default is 0.

WorkspaceId
string
default:default

The id of WorkspaceId.

Response

The action result

Result
string

The result of testing connection

Error
string

The error information if test connection failed.