Class TestConnectionResponse

    • Method Detail

      • connectorId

        public final String connectorId()

        Returns the identifier of the connector object that you are testing.

        Returns:
        Returns the identifier of the connector object that you are testing.
      • status

        public final String status()

        Returns OK for successful test, or ERROR if the test fails.

        Returns:
        Returns OK for successful test, or ERROR if the test fails.
      • statusMessage

        public final String statusMessage()

        Returns Connection succeeded if the test is successful. Or, returns a descriptive error message if the test fails. The following list provides troubleshooting details, depending on the error message that you receive.

        • Verify that your secret name aligns with the one in Transfer Role permissions.

        • Verify the server URL in the connector configuration , and verify that the login credentials work successfully outside of the connector.

        • Verify that the secret exists and is formatted correctly.

        • Verify that the trusted host key in the connector configuration matches the ssh-keyscan output.

        Returns:
        Returns Connection succeeded if the test is successful. Or, returns a descriptive error message if the test fails. The following list provides troubleshooting details, depending on the error message that you receive.

        • Verify that your secret name aligns with the one in Transfer Role permissions.

        • Verify the server URL in the connector configuration , and verify that the login credentials work successfully outside of the connector.

        • Verify that the secret exists and is formatted correctly.

        • Verify that the trusted host key in the connector configuration matches the ssh-keyscan output.

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object