[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-3268?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13726096#comment-13726096
 ] 

Radhika Nair edited comment on CLOUDSTACK-3268 at 8/1/13 6:20 AM:
------------------------------------------------------------------

Execute below API command to transfer the ip across the networks

 
http://localhost:8096/client/api?command=enableStaticNat&response=json&ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&virtualmachineid=a242c476-ef37-441e-9c7b-b303e2a9cb4f&networkid=6e7cd8d1-d1ba-4c35-bdaf-333354cbd49810
 

Replace red-marked UUID with appropriate UUID.

 if you want to transfer portable ip to network X and VM Y in the network

 
http://localhost:8096/client/api?command=enableStaticNat&response=json&ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&virtualmachineid=Y&networkid=X

                
      was (Author: radhikap):
     
http://localhost:8096/client/api?command=enableStaticNat&response=json&ipaddressid=a4bc37b2-4b4e-461d-9a62-b66414618e36&virtualmachineid=Y&networkid=X
                  
> No UI for Transferring Portable IP Across Networks
> --------------------------------------------------
>
>                 Key: CLOUDSTACK-3268
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3268
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: UI
>    Affects Versions: 4.2.0
>            Reporter: Radhika Nair
>            Priority: Critical
>             Fix For: 4.2.0
>
>
> There is no UI for transferring a Portable IP across network. No UI for 
> transferring to a specific VM in a specific network. 
> We have been firing APIs to accomplish that.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to