Re:Re: API

2018-10-14 文章 jinxiang
退订 在 2018-09-13 21:10:46,"Wei ZHOU" 写道: >if you dedicate a zone/pod/cluster/host to a domain or account, the >resource cannot be used by other domain/account. > > >942858989 <942858...@qq.com> 于2018年9月13日周四 上午11:00写道: > >> listDedicatedPods,这个API是列出专用提供点,什么是专用提供点,我不太理解,而且还有类似的API,求大神解读

Re: API

2018-09-13 文章 Wei ZHOU
if you dedicate a zone/pod/cluster/host to a domain or account, the resource cannot be used by other domain/account. 942858989 <942858...@qq.com> 于2018年9月13日周四 上午11:00写道: > listDedicatedPods,这个API是列出专用提供点,什么是专用提供点,我不太理解,而且还有类似的API,求大神解读

API

2018-09-13 文章 942858989
listDedicatedPods??API??API

API

2018-09-01 文章 942858989
cloudstack API API??APIAPI??API

????: API

2018-08-26 文章 ccf...@ccfish.net
cloudstack??API 4 ccf...@ccfish.net 942858989 ?? 2018-08-24 19:10 users-cn ?? API cloudstack API ??

API

2018-08-24 文章 942858989
cloudstack API ??

Re: API

2018-08-16 文章 Hongtu Zang
是想开发cloudstack的功能呢?还是想集成cloudstack的API做上层业务? 942858989 <942858...@qq.com> 于2018年8月13日周一 下午1:55写道: > 我想学习cloudstack API > 开发,但是以前基本没怎么接触过开发之类的,应该从哪里入手,网上能找到的资料不多而且很模糊,两天看下来没有多少进展,现在很迷茫。官网上的文档也不看不太懂,所以想来寻求一下帮助或者指引我一下。

Re: API

2018-08-13 文章 Wei ZHOU
1. 先保证GUI能运行 2. 到user那里generate key,得到apikey 和secretkey 3. cloudstack api在这里。http://cloudstack.apache.org/api.html 4. 把包括地址,端口,参数的url创建好了之后就是签名,每个语言大概都能找到大概的实现。 http://docs.cloudstack.apache.org/en/latest/dev.html 最关键的就是签名了,这个没问题了之后,调用什么api就要看自己的使用经验了。 如果不想搞这个签名,那就用cloudmonkey吧,命令行形式,用什么脚本语言都可以调

????: API

2018-08-12 文章 ccf...@ccfish.net
?? cloudstack??[8096]()JAVA ccf...@ccfish.net 942858989 ?? 2018-08-13 13:54 users-cn ?? API cloudstack API

答复: API

2018-08-12 文章 Star Guo
解决方法如下: 1.找猎头捕猎资深程序员,加入到你主持的开发组 2.找个毕业学生研究,加入到你主持的开发组 3.你自己研究,这样省了人力 以上方法靠谱性递减。 -邮件原件- 发件人: 942858989 <942858...@qq.com> 发送时间: 2018年8月13日 13:55 收件人: users-cn 主题: API 我想学习cloudstack API 开发,但是以前基本没怎么接触过开发之类的,应该从哪里 入手,网上能找到的资料不多而且很模糊,两天看下来没有多少进展,现在很迷茫。官 网上的文档也不看不太懂,所以想来寻求一下帮助或者指引我一下。

API

2018-08-12 文章 942858989
cloudstack API

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-30 文章 tony_caotong
tion. Similarly, change it for "_build_post_request" function. Let us know. Regards, Santhosh On Fri, Aug 28, 2015 at 6:40 PM, wrote: My scripts is just from cloudstack website https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simple+class+for+making+API+calls%2C+Python and I j

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 文章 Abhinandan Prateek
t; Let us know. > > Regards, > Santhosh > > On Fri, Aug 28, 2015 at 6:40 PM, wrote: > >> >> >> My scripts is just from cloudstack website >> >> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simple+class+for+making+API+calls%2C+Python >&g

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 文章 Santhosh Edukulla
hange it for "_build_post_request" function. Let us know. Regards, Santhosh On Fri, Aug 28, 2015 at 6:40 PM, wrote: > > > My scripts is just from cloudstack website > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simple+class+for+making+API+calls%2C+Python

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 文章 Wei ZHOU
Can you try this script? https://gist.github.com/swill/1468908/7874b32f421ea5dd7a9d876b270c78bc3a7dd878#file-cs_api_keys-py 2015-08-28 10:40 GMT+02:00 : > > > My scripts is just from cloudstack website > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simple+class+for+m

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 文章 Daan Hoogland
On Fri, Aug 28, 2015 at 10:40 AM, wrote: > 2015-08-28+16%3A20%3A00 ​very convincing , Coa Tong. Something is wrong in the calculation of the signature on this string. It seems to work for other people so can you provide environmental data: os version cloustack version language setting (both on

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-28 文章 tony_caotong
My scripts is just from cloudstack website https://cwiki.apache.org/confluence/display/CLOUDSTACK/Simple+class+for+making+API+calls%2C+Python and I just do some testing like this: 1. >>> from SignedAPICall import api 2. >>> api.listEvents(listall='true'

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-27 文章 Abhinandan Prateek
apikey/signature should work and they have same privileges as the respective user logged in. Are all the api calls failing or just some ? Can you share relevant portion of the scripts that you are trying to run ? > On 28-Aug-2015, at 11:31 am, tony_caot...@163.com wrote: > > > Th

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-27 文章 tony_caotong
Thanks for all your people's replys. 1. Abhinandan, My ACS manager was not listening on port '8096', 2. As Yipeng said, When I call this api from cloudmonkey, it works fine, like this " cloudmonkey api listEvents listall=true startdate='2015-08-28 00:00:0

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-27 文章 Abhinandan Prateek
Try using the “8096” port for testing/checking APIs. shapeblue.com> wrote: > > Yes, as per > https://cloudstack.apache.org/api/apidocs-4.2/root_admin/listEvents.html > > >> On 24-Aug-2015, at 2:08 pm, tony_caot...@163.com wrote: >> >> Hello Every. >> &

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-25 文章 Daan Hoogland
refuse the format client side. regards, Daan On Tue, Aug 25, 2015 at 12:16 PM, Abhinandan Prateek < abhinandan.prat...@shapeblue.com> wrote: > Yes, as per > https://cloudstack.apache.org/api/apidocs-4.2/root_admin/listEvents.html > > > > On 24-Aug-2015, at 2:08 pm, to

Re: How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-25 文章 Abhinandan Prateek
Yes, as per https://cloudstack.apache.org/api/apidocs-4.2/root_admin/listEvents.html > On 24-Aug-2015, at 2:08 pm, tony_caot...@163.com wrote: > > Hello Every. > > I know this is a very simple question to most of you. but it is really hard > for me to continue my work. &

How does the parameter startdate/enddate of api listEvents() use new time format like 'yyyy-MM-dd HH:mm:ss' ?

2015-08-24 文章 tony_caotong
Hello Every. I know this is a very simple question to most of you. but it is really hard for me to continue my work. So could Anyone spend your three minutes to give me some advice, it will be very usefull to me. my question is: How does the parameter startdate/enddate of api

Re: 通过php调用api

2015-01-26 文章 linux...@gmail.com
PHP client library for the CloudStack User API v2.2 (Reference :http://download.cloud.com/releases/2.2.0/api_2.2.8/TOC_User.html) Generate with the CloudStack client generator qpleple/cloudstack-client-generator, others languages are available. Check out this project to know more about it

通过php调用api

2015-01-26 文章 chen
你好, 我这边通过php去调用api,没有数据返还,麻烦谁提供下调用的实例,谢谢哈

RE: api调用报错

2015-01-23 文章 YUAN, GUI -HBIS
如果通过JAVA进行API调用,可以参考awsapi的代码 \awsapi\src\com\cloud\stack\CloudStackApi.java From: chen [mailto:cylin...@163.com] Sent: Friday, January 23, 2015 2:49 PM To: users-cn@cloudstack.apache.org Subject: api调用报错 你好, 通过api查询报错,是我权限不够还是怎么样,key有生成的,接下去要怎么设置,谢谢 Disclaimer

Re:回复:api调用报错

2015-01-22 文章 chen
我开启integration.api.port 通过特定的端口进行api读取可以读取出信息,还是想问问,刚刚的问题 没有,只有加上apikey这个,他们要在一起生成signature在哪里生成,告诉下,谢谢哈 没有,只有加上apikey这个,他们要在一起生成signature在哪里生成,告诉下,谢谢哈 在 2015-01-23 14:53:15,"Adagio " <68630...@qq.com> 写道: 加签名了吗?要使用apikey 和secretkey生成signature

Re:回复:api调用报错

2015-01-22 文章 chen
没有,只有加上apikey这个,他们要在一起生成signature在哪里生成,告诉下,谢谢哈 在 2015-01-23 14:53:15,"Adagio " <68630...@qq.com> 写道: 加签名了吗?要使用apikey 和secretkey生成signature,连同apikey一起传给服务器 -- 原始邮件 -- 发件人: "chen";; 发送时间: 2015年1月23日(星期五) 下午2:49 收件人: "users-c

??????api????????

2015-01-22 文章 Adagio
??apikey ??secretkeysignature??apikey?? -- -- ??: "chen";; : 2015??1??23??(??) 2:49 ??: "users-cn"; : api

api调用报错

2015-01-22 文章 chen
你好, 通过api查询报错,是我权限不够还是怎么样,key有生成的,接下去要怎么设置,谢谢

RE: 回复: 关于cloudstack 4.2.x API rebootVirtualMachine的问题

2014-12-08 文章 石斌
呃……好吧,发现是我自己逗逼了,这个重启虚拟机的操作比我想象中的时间要长得多,而且虚拟机的状态还一直是处于running状态,我起初还一直以为这个动作在一瞬间完成了,看来这个不是什么bug,只要耐心等等就行了 > Date: Tue, 9 Dec 2014 13:53:34 +0800 > From: cloudstackfqa2...@163.com > To: users-cn@cloudstack.apache.org > Subject: 回复: 关于cloudstack 4.2.x API rebootVirtualMachin

回复: 关于cloudstack 4.2.x API rebootVirtualMachine的问题

2014-12-08 文章 cloudstackfqa2013
您好: 查一下cloudstage 的日志,或者再去看一下支持虚拟化功能的日志,如KVM,xenserver 看报什么错误。 cloudstackfqa2013 发件人: sbin 发送时间: 2014-12-09 10:59 收件人: users-cn 主题: 关于cloudstack 4.2.x API rebootVirtualMachine的问题 我在调用这个api对虚拟机进行重启操作的时候,会得到一个jobid,但是当我去查 询这个jobid的时候,得到的jobstatus总是0, 程序在进行判断的时候会认为这个 机器一直处于正在重启的状态。 我也尝试

关于cloudstack 4.2.x API rebootVirtualMachine的问题

2014-12-08 文章 sbin
我在调用这个api对虚拟机进行重启操作的时候,会得到一个jobid,但是当我去查 询这个jobid的时候,得到的jobstatus总是0, 程序在进行判断的时候会认为这个 机器一直处于正在重启的状态。 我也尝试过使用cloudstack自带的那个的后台管理网站来进行重启操作,发现情况 也是如此,在进行重启操作后,他们自带的那个网站也是卡在 了查询重启的jobid 的那段ajax代码上了。 因为我也是刚开始接触cloudstack,所以想问一下各位前辈,这是否是cloudstack 的一个bug呢?我在这里先谢谢了。

jetty远程调试创建数据中心报unknown Api command:AddVmwareDcCmd

2014-08-07 文章 d
各位好: 我这用cloudstack4.2源码+eclipse来做远程调试,用 mvn -pl client jetty:run启动cs后, 在建数据中心时报错:unknown Api command:AddVmwareDcCmd,但我在看jar里是有这个类的 现在DC建不起来,还请各位看一下帮忙解决,谢谢

Re: 回复: API调用问题

2014-03-13 文章 Bo Wang
楼上说的没错,你使用api-port调用API也就是使用system用户在调用API,但是你这个网卡所关联network不属于system用户,所以操作被拒绝了,你可以使用一下其他的调用方式,比如sessionkey方式或者apikey方式。 在 2014年3月12日 下午4:47,Wei ZHOU 写道: > 用这种方式调用的权限,跟使用api不一样。强烈建议弃用这种方法,改用api。 > > > 在 2014年3月12日 上午8:47,Mr.博 <289254...@qq.com>写道: > > > 我用的是127.0.0.1

Re: 回复: API调用问题

2014-03-12 文章 Wei ZHOU
用这种方式调用的权限,跟使用api不一样。强烈建议弃用这种方法,改用api。 在 2014年3月12日 上午8:47,Mr.博 <289254...@qq.com>写道: > 我用的是127.0.0.1:8096/?command=这样的方式调用的。 > “Unable to use network with id= 9f9a65dc-7185-488c-a32d-6ad3547c1c31, > permission denied” > 出现了这个问题,请问权限是如何控制的? > > >

?????? ?????? API????????

2014-03-12 文章 Mr.??
"users-cn"; ????: : ?? API integration.api.port??8096 ?? 86 10??57650407 ??c...@travelsky.com ??100010 157??

回复: 回复: API调用问题

2014-03-12 文章 caowei
全局设置里面有个参数integration.api.port需要设置为8096 曹伟 中国民航信息网络股份有限公司 运行中心 外包服务支持部 电话:(86 10)57650407 电子信箱:c...@travelsky.com 邮编:100010 地址:北京市东城区东四西大街157号 From: Mr.博 Date: 2014-03-12 15:47 To: users-cn Subject: 回复: API调用问题 我用的是127.0.0.1:8096/?command=这样的方式调用的

?????? API????????

2014-03-12 文章 Mr.??
) 3:40 ??: "users-cn"; : Re: API ??deployvm?? *ipaddress* ?? *iptonetworklist* http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/deployVirtualMachine.html ?? 2014??3??12?? 8:29??Mr.?? <289254...@qq.com>?? &

Re: API调用问题

2014-03-12 文章 Wei ZHOU
你知道deployvm有两个参数叫做 *ipaddress* 和 *iptonetworklist* http://cloudstack.apache.org/docs/api/apidocs-4.2/root_admin/deployVirtualMachine.html 在 2014年3月12日 上午8:29,Mr.博 <289254...@qq.com>写道: > > 请问一下cloudstack的API:updateDefaultNicForVirtualMachine,是否可以用来实现指定IP创建VM?有没有人使用过,传授点经验吧。参数该如何使用?

API????????

2014-03-12 文章 Mr.??
cloudstack??API??updateDefaultNicForVirtualMachine??IPVM

API credential failed

2013-11-06 文章 Du Jun
tring(encryptedBytes)); //result } } I think my signature is correct.Then I generate complete URL: http://172.17.4.104:8080/client/api?command=listZones&apiKey=zr_w86-A-2TsaDzgEUbJZ1PNICWv8L4H_ywHcIwgHX186nAbpHVn4c-FLuAbRjjzVt9r890HE-me_lNDc7yxMw&signature=jS94Qv63W1h9QGS23zPg3kMIU7o How

请问一下cloudstack API与EC2 API 的连接问题

2013-10-31 文章 Liu,Lin
请问一下,我在尝试用cloudstack的API与EC2相连,我已经按apache的document上步骤完成配置,也export了变量,但是当我用阅览器登陆端口时,总是有这样的错误: xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";> The endpoint reference (EPR) for the Operation not found is /awsapi/services/AmazonEC2/?command=ec2-describe-group and th

cloudstack4.1之前的版本如何添加一些新的api

2013-10-09 文章 zimuli...@gmail.com
cloudstack4.1之前的版本如何添加一些新的api,有相关的这方面的一些资料吗?

Re: 请问如何得到api的signature

2013-09-03 文章 Gavin Lee
你可以参照: .//test/src/com/cloud/test/utils/SignRequest.java 或者我的分享: CloudStack Api Deep Dive : http://pan.baidu.com/share/link?shareid=2032581460&uk=1261729203 2013/9/3 Wei ZHOU > 参考UserCloudAPIExecutor.java > > > 在 2013年9月3日上午6:14,Liu,Lin 写道: > > > 您好, > > 请问我怎么可以

Re: 请问如何得到api的signature

2013-09-02 文章 Wei ZHOU
参考UserCloudAPIExecutor.java 在 2013年9月3日上午6:14,Liu,Lin 写道: > 您好, > 请问我怎么可以得到api的signature呢?**我看了相关博文但是还不太清楚具体方法。 > 谢谢帮住 >

请问如何得到api的signature

2013-09-02 文章 Liu,Lin
您好, 请问我怎么可以得到api的signature呢?我看了相关博文但是还不太清楚具体方法。 谢谢帮住

回复: 回复: api The given command does not exist

2013-08-18 文章 lgstar888
还有问个问题 使用api从模板创建虚机如何设置登录的用户名和密码? 张锋 个人正在写一套cloudstack的技术博客,有问题一起交流啊! http://www.cnblogs.com/skyme/ 发件人: cloudstackfqa2013 发送时间: 2013-08-19 10:33 收件人: users-cn 主题: 回复: 回复: api The given command does not exist 您好: 你参考 http://cloudstack.apache.org/docs/api/ 这个网站的文档,调用参数仔细对正确,返回都没有问题。 我们

回复: 回复: api The given command does not exist

2013-08-18 文章 lgstar888
@cloudstackfqa2013 我说的不是调用的问题我说的昌思路的问题。 比如你想让人用这个东西,你想想你是提供一个可用的demo,然后让人直接调用,还是给个文档,让人从头到尾弄一遍,你觉得哪个合适? 当然我觉得这个应该更多的是服务公司应该做的东西,而不是社区做的。 张锋 个人正在写一套cloudstack的技术博客,有问题一起交流啊! http://www.cnblogs.com/skyme/ 发件人: cloudstackfqa2013 发送时间: 2013-08-19 10:33 收件人: users-cn 主题: 回复: 回复: api The given

回复: 回复: api The given command does not exist

2013-08-18 文章 cloudstackfqa2013
您好: 你参考 http://cloudstack.apache.org/docs/api/ 这个网站的文档,调用参数仔细对正确,返回都没有问题。 我们现在照着,这个文档进行,一个没毕业的实习生都很快的完成了。 cloudstackfqa2013 发件人: lgstar888 发送时间: 2013-08-19 10:08 收件人: users-cn 主题: 回复: Re: api The given command does not exist 这个官方有没有个测试的demo什么的,一个函数一个函数的测是有点麻烦。 张锋 个人正在写一套cloudstack的

回复: Re: api The given command does not exist

2013-08-18 文章 lgstar888
这个官方有没有个测试的demo什么的,一个函数一个函数的测是有点麻烦。 张锋 个人正在写一套cloudstack的技术博客,有问题一起交流啊! http://www.cnblogs.com/skyme/ 发件人: Gavin Lee 发送时间: 2013-08-19 08:59 收件人: users-cn 主题: Re: Re: api The given command does not exist api命令大小写要匹配哟. createaccount != createAccount 2013/8/12 网易你妹的 > &

Re: Re: api The given command does not exist

2013-08-18 文章 Gavin Lee
api命令大小写要匹配哟. createaccount != createAccount 2013/8/12 网易你妹的 > > 使用 > SignRequest.java 生成的字符串,在本地的测试环境中调试 返回结果还是 > > The given command does not exist > 提示命令不存在,使用的帐号是admin。这会是什么原因呢? > > > account=ff_dsf1&accounttype=0&apikey=CBiKUJEz-r9lF_qPqr

Re:Re: api The given command does not exist

2013-08-11 文章 网易你妹的
t;The given command does not exist"} } 在 2013-08-11 21:08:44,"Gavin Lee" 写道: >没错, 在社区提供演示的环境里, 把创建资源的命令全都禁掉了. 以防止资源被消耗或滥用. >你可以在自己搭建的环境中尝试. > > >2013/8/10 飞 > >> >> cloudstack api 现在我执行一个命令,在http://123.124.189.207:6000这个demo api >> 测试提示"Command createaccount not available for demo." 应该是命令是正确的, >> 但是我在自己的环境上测试 提示确实 The given command does not exist > > > > >-- >Gavin

Re: api The given command does not exist

2013-08-11 文章 Gavin Lee
没错, 在社区提供演示的环境里, 把创建资源的命令全都禁掉了. 以防止资源被消耗或滥用. 你可以在自己搭建的环境中尝试. 2013/8/10 飞 > > cloudstack api 现在我执行一个命令,在http://123.124.189.207:6000这个demo api > 测试提示"Command createaccount not available for demo." 应该是命令是正确的, > 但是我在自己的环境上测试 提示确实 The given command does not exist -- Gavin

Re: 使用api,怎样创建用户?

2013-08-11 文章 Gavin Lee
signature是通过所有请求参数及ScretKey按TreeMap排序后Hash出来的. 确保你的signature正确. 你可以通过test/src/com/cloud/test/utils/SignRequest.java来生成请求的完整URL参数 2013/8/9 飞 > 使用api,怎样创建用户? > 使用admin帐号的api创建用户时提示 > signature apikey 都是正确的 执行其他命令是没问题的。 > unable to verify user credentials and/or request signature >

Re: api The given command does not exist

2013-08-10 文章 zhao heima
API,也是分权限的吧?是不是没有把这个API公开或者是没有权限 在 2013年8月10日下午4:40,飞 写道: > > cloudstack api 现在我执行一个命令,在http://123.124.189.207:6000这个demo api > 测试提示"Command createaccount not available for demo." 应该是命令是正确的, > 但是我在自己的环境上测试 提示确实 The given command does not exist

api The given command does not exist

2013-08-10 文章
cloudstack api 现在我执行一个命令,在http://123.124.189.207:6000这个demo api 测试提示"Command createaccount not available for demo." 应该是命令是正确的, 但是我在自己的环境上测试 提示确实 The given command does not exist

使用api,怎样创建用户?

2013-08-08 文章
使用api,怎样创建用户? 使用admin帐号的api创建用户时提示 signature apikey 都是正确的 执行其他命令是没问题的。 unable to verify user credentials and/or request signature 仔细看了文档,创建用户的命令只有 Root Admin API 才能执行 创建用户的命令

求 cloudstack api 中文 翻译分享有 多少来多少

2013-08-04 文章
求 cloudstack api 中文 翻译分享有 多少来多少 一个demo 接口示例: http://localhost:8080/client/api? command=deployVirtualMachine&serviceOfferingId=1&diskOfferingId=1&templateId=2&zoneId=4&apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq- jB8CG20YI3yaxXcgp&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1h

Re: cloudstack api

2013-08-03 文章 sunko2014
开通=启动么? 搭起来评测下嘛 2013/8/3 飞 > 希望通过 cloudstack api 实现云主机的 开通 延期升级等操作 > 请问可以实现吗? >

cloudstack api

2013-08-03 文章
希望通过 cloudstack api 实现云主机的 开通 延期升级等操作 请问可以实现吗?

回复: 请问调用cloudstack的API时返回The given command does not exist是什么原因?

2013-05-17 文章 yuanshuai . develop
“command=updateVirtualMachine\”后面有个斜杠是怎么出现的呢?我觉得cloudstack把斜杠也作为command了,所以导致不识别该command yuanshuai.develop From: WXR Date: 2013-05-17 15:37 To: CloudStack邮件组 Subject: 请问调用cloudstack的API时返回The given command does not exist是什么原因? 使用admin账户登录cloudstack,并查询出 其中一个虚拟机的id为:4f2e7238-8d7b-4640-a2ba

????????cloudstack??API??????The given command does not exist????????????

2013-05-17 文章 WXR
admincloudstack, id??:4f2e7238-8d7b-4640-a2ba-ef39b6f7f14c admin??apikey??:GIki22sTZk1stiLH1jNUeofLr-GKwHuPajnHDrvIngF0g7OkMSorq_ja9BKwn7M_kGBXtkNl3K2sG9__w_71fQ cloudstack 4.0.0??API ,apirebootVirtualMachine id