Thanks for the reply Abhinav. I had used the same link earlier, however did not find the additional option in the documentation. I later found out in CS 3.0 documentation that "all" filter lists all the templates, even the non-featured and non-extractable public templates. http://wiki.cloudstack.org/display/gen/3.0+API+list*+commands+changes
The documentation of 4.0 listTemplates API html should have all 7 options : featured, // returns templates that have been marked as featured and public self, // returns templates that have been registered or created by the calling user selfexecutable, // same as self, but only returns templates that are ready to be deployed with sharedexecutable, // ready templates that have been granted to the calling user by another user executable, // templates that are owned by the calling user, or public templates, that can be used to deploy a new VM community, // returns templates that have been marked as public but not featured all // returns all templates (only usable by admins) Thanks and Regards. Asmita Patil Vagyani. -----Original Message----- From: Abhinav Roy [mailto:abhinav....@citrix.com] Sent: 05 February 2013 PM 03:03 To: cloudstack-users@incubator.apache.org Subject: RE: CS$ Templates Listing API Hi Asmita, You can refer this link http://incubator.apache.org/cloudstack/docs/api/apidocs-4.0.0/root_admin/listTemplates.html and then set the "templatefilter" parameter to list the kind of templates you want to see. Thanks and regards, Abhinav -----Original Message----- From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] Sent: Tuesday, February 05, 2013 2:41 PM To: 'cloudstack-users@incubator.apache.org' Subject: CS$ Templates Listing API Hi all, I am trying to list the templates by using the listTemplates API of CS4. In the response I always see the builtin, featured type of templates. I have created the custom templates , and they are in download complete ready state. How can I list such user type of templates using CS4 API? Thanks and Regards. Asmita Patil Vagyani.