For adding table and columns add it to create-schema.sql (and for upgrade put it into schema-302to40.sql ) To add API's you would need to add them to commands.properties file (which holds command name to the JAVA class file reference). You can look into createAccountCmd in commands.properties and the corresponding class file to see how to write your own implementation.
Thanks, -Nitin -----Original Message----- From: sx chen [mailto:cloudchen0...@gmail.com] Sent: Monday, September 24, 2012 1:36 PM To: cloudstack-dev@incubator.apache.org Subject: Re: How to add a new API to cloudstack I want to add a new table and also add some colomns to an existing table, so I want to use these datas in CloudStack UI,so I've to add several API and Change some existing API also,Is there some guide to do this. 2012/9/24 sx chen <cloudchen0...@gmail.com> > hi,all > >