Hi , In case you have a developer's environment up and running , then all you need to do it make a REST call . Example -
http://<MS IP>:8080/client/api?command=listAccounts&listAll=true&sessionkey=<> Another way is to bypass authentication by using the port 8096 http://<MS IP>:8096/client/api?command=listAccounts&listAll=true // Here you don't need to pass any session key for user authentication Thanks, Pranav -----Original Message----- From: Mehdi AliSoltani [mailto:mehdi_alisolt...@yahoo.com] Sent: Sunday, May 19, 2013 12:13 AM To: dev@cloudstack.apache.org Subject: Cloud Stack APIs Hi i have downloaded cloudstack code also according to http://cloudstack.apache.org/docs/api/apidocs-4.0.0/TOC_Root_Admin.html I want to know how can I use these APIs in my project. Sincerely Mehdi Ali Soltani