CloudStack添加新的API注意事项

1、***Cmd上面的@APICommand里的responseObject关联对于的Response;

2、在tomcatconf/command.properties.in添加新API的权限;

3、为得到Cmd,都需要实现PluggableService接口的getCommands()方法,核心Cmd都需在ManagementServerImpl类的getComands()方法里将新添加的***Cmd类添加到cmList中。

posted @ 2014-04-29 10:18  Dream Catcher  阅读(246)  评论(0编辑  收藏  举报