-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Story] "Test connection" feature #592
Comments
Looks like we need to define an API endpoint to open a probe connection to the target. Just wondering if we can safely use any existing endpoint for this purpose? Maybe reusing the |
I think reusing the existing custom targets definition endpoint makes sense. I would probably call the parameter That endpoint handler is already basically set up to do what we need it to, since it will attempt to open a connection to the target and retrieve its hash ID before adding it to the discovery database. So the |
As a user, I do not want to have to update a connection configuration, attempt to load a content view, and then delete and recreate my connection configuration if I entered the wrong values by mistake.
The text was updated successfully, but these errors were encountered: