Validate and Test a Connection

post

/ic/api/integration/v1/connections/{id}/testWithAttachments

Validates and tests the connection for certain adapters. For example, for the FTP adapter performs a full validation of the WSDL including imported schemas and WSDLs, and then tests the connection.

Request

Supported Media Types
Path Parameters
Query Parameters
  • When action=validate performs a full validation of the WSDL, including processing of the imported schemas and WSDLs.
  • Indicates whether it is a partial or a full update of the attachments. Set patchAttachments=true to send in the request payload only attachments that have changed. Set patchAttachments=false to send in the request payload all attachments (changed and unchanged).
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful operation

404 Response

Connection not found

409 Response

Connection is not configured

412 Response

Connection is locked

500 Response

Server error
Back to Top