We are using VCM version 8.1 sp1 and we do have requirement of recording the queue length for each endpoint for all vignette servers(say 16) on a daily basis .We want to generate a report similar to http://host:27110/jobConsole/secure/loadEndpoints.do through standalone code.
Right now we are doing it manually and going forward we want to automate it in order to reduce human errors.
From DB perspective we came to know that vgnsubjob table will hold the details of the current running jobs.But we are unable to group them by end point and get the count for each endpoint.
Please help if there is any alternative to get this count like sample query or vignette api