You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to verify my CCI order before placing it. If I include primaryBackendNetworkComponent => { networkVlan => { id => 807505 } }, I receive "Could not verify order. An uncaught exception was generated. Please contact development." If I remove the networkVlan, the order verification goes through fine.
Here's the object I'm handing to generateOrderTemplate:
This is an specific issue with the Perl Client it is not handle properly the primaryBackendNetworkComponent" field when the field is specified the request fails, only the developers in charge of the client can fix this issue please report the issue here: >https://github.com/softlayer/softlayer-api-perl-client/issues
Meanwhile I can suggest you to use the Softlayer_Virtual_Guest:createObject method in order to create the new VSI.
The text was updated successfully, but these errors were encountered:
I'm trying to verify my CCI order before placing it. If I include
primaryBackendNetworkComponent => { networkVlan => { id => 807505 } }
, I receive "Could not verify order. An uncaught exception was generated. Please contact development." If I remove the networkVlan, the order verification goes through fine.Here's the object I'm handing to generateOrderTemplate:
I first raised this as a support ticket in the portal and received the following reply:
The text was updated successfully, but these errors were encountered: