You all were right. New issue: [root@torvm-cloudstack-mgmt ~]# curl --globoff "http://addr:8096/client/api?command=deployVirtualMachine&serviceofferingid=8f2e7136-a3c9-430e-8509-c171a186a625&templateid=87ff8fc7-4709-466d-9cb2-a88fb43e6785&zoneid=57c0c221-56ae-418e-8037-0908d0a695ae&keypair=nH_m1ItcrsMAqeyoyIFC2toSKk_-WS2M_BkWefnlgsf8nCZYFburdw-vxkYko-YIreE2HjGiCXL3MIMH1qAQlg\&signature=03c0d6936c5047e52ff72c5f5bfcecbe62831c4c"
Response: <?xml version="1.0" encoding="UTF-8"?> <deployvirtualmachineresponse cloud-stack-version="4.0.0.20121024012150"> <errorcode>431</errorcode><cserrorcode>9999</cserrorcode> <errortext>A key pair with name ' nH_m1ItcrsMAqeyoyIFC2toSKk_-WS2M_BkWefnlgsf8nCZYFburdw-vxkYko-YIreE2HjGiCXL3MIMH1qAQlg\' was not found.</errortext></deployvirtualmachineresponse> Where is ' coming frm, apikey is nH_m1ItcrsMAqeyoyIFC2toSKk_-WS2M_BkWefnlgsf8nCZYFburdw-vxkYko-YIreE2HjGiCXL3MIMH1qAQlg Thanks and Regards. Asmita Patil Vagyani. -----Original Message----- From: Sailaja Mada [mailto:sailaja.m...@citrix.com] Sent: 21 January 2013 PM 05:39 To: cloudstack-users@incubator.apache.org Subject: RE: deployVirtualMachine API issue Hi, It looks like "\" is appended to Zone id. (Object data_center(uuid: 57c0c221-56ae-418e-8037-0908d0a695ae\) Can you recheck that. Thanks, Sailaja.M -----Original Message----- From: Asmita Vagyani [mailto:asmita.vagy...@sigma-systems.com] Sent: Monday, January 21, 2013 5:28 PM To: 'cloudstack-users@incubator.apache.org' Subject: deployVirtualMachine API issue Hi all, We are trying to execute the command below: curl --globoff http://address:8096/client/api?command=deployVirtualMachine&serviceofferingid=8f2e7136-a3c9-430e-8509-c171a186a625\&templateid=87ff8fc7-4709-466d-9cb2-a88fb43e6785\&zoneid=57c0c221-56ae-418e-8037-0908d0a695ae\&keypair=bXFnKCix8VhhEGunkFbzqniHwYjgVUFr7KrUbKIc_g_tH8gWgwHc3WB0Tg7m3nE7LujhYo0-PGixkjOhtb2gKA\&signature=27feedaf58de47ad355813ae142580295ba18409 I get the following exception- <?xml version="1.0" encoding="UTF-8"?> <deployvirtualmachineresponse cloud-stack-version="4.0.0.20121024012150"> <errorcode>431</errorcode> <cserrorcode>9999</cserrorcode> <errortext>Unable to execute API command deployvirtualmachine due to invalid value. Object data_center(uuid: 57c0c221-56ae-418e-8037-0908d0a695ae\) does not exist.</errortext> </deployvirtualmachineresponse> Thanks and Regards. Asmita Patil Vagyani.