Replies: 3 comments 6 replies
-
@sbrueseke can you try adding something like the following to the API call,
Based on the API description I see it is meant to migrate a VPC to a new physical network so I'm not sure if it will work if the physical network is the same |
Beta Was this translation helpful? Give feedback.
-
thx for the reply! I already did this and it did not work. So maybe it is not possible to use this api call to change a VPC offering if using the same physical network. Any idea how to change a VPC offering? |
Beta Was this translation helpful? Give feedback.
-
is there a use case for this? We run into this problem, because when using redundant VR in a VPC with a lot of traffic, the default VR service offering is just not enough with 1 cpu and 512mb memory. |
Beta Was this translation helpful? Give feedback.
-
I need to change the VPC offering of an existing VPC. As far as I see, this is not possible via UI (at least in 4.19). I found an api call migrateVPC which should do what I need to do.
https://cloudstack.apache.org/api/apidocs-4.19/apis/migrateVPC.html
But I do not get the call right. I use cloudmonkey adn getting this error:
"jobprocstatus": 0,
"jobresult": {
"errorcode": 431,
"errortext": "Failed to migrate VPC as the specified tierNetworkOfferings is not complete"
I do not understand how to format tiernetworkofferings parameter to get it working. Let's say we have 2 networks, called net1 and net2. How do I need to format the api call to migrate the VPC to another offering?
regards,
Swen
Beta Was this translation helpful? Give feedback.
All reactions