But in the CloudStackAPI, it says that we need to specify the project id as
well in order to get details of the private templates. The above query
retrieves only the public templates.
I can't see any explicit support for private templates, but the
TemplateApi [1] comments do seem to talk about them - have you been
able to use the listTemplates() command or the
updateTemplatePermissions() to check whether jclouds can find them?
ap
[1]
https://github.com/jclouds/jclouds/blob/master/apis/cloudstack/src/main/java/org/jclouds/cloudstack/features/TemplateApi.java#L247