Question:

Is there a sample or test code somewhere to get started that I can look at to help me write some prototype code to execute a simple job with Java API that should connect to my running JS instance with configured credentials?

Answer:

You can find more infos about the implementation of jobs with Java (and other languages) in our API Job Implementation Tutorial

We also have a documented fully working example of an internal API job. This is the super-class, with more functions than the job_impl class.

Here is the documentation for our SSH2 adapter job and here is the documentation for the SSH2 worker class, which is more or less independent of the JobScheduler API.

See also: