daviftorres opened a new issue, #11408:
URL: https://github.com/apache/cloudstack/issues/11408

   Dear @Luskan777,
   
   I followed your steps using CloudMonkey and they are the same API calls form 
the WebUI when trying to enable the NetworkServiceProvider: VpcVirtualRouter
   
   <img width="755" height="381" alt="Image" 
src="https://github.com/user-attachments/assets/00f1bed1-9df8-4227-857b-fbab21a275b3";
 />
   
   Unfortunately, it says I have to "configure the provider first". How do I do 
that?
   
   <img width="412" height="151" alt="Image" 
src="https://github.com/user-attachments/assets/ea544924-422c-4f0b-b787-944b1bda7109";
 />
   
   Regards,
   
   > @Luskan777 
   > 
   > 
   > 
   > Could you please try the following API calls.
   > 
   > 
   > 
   > Please provide the management server logs if any of the API calls fails
   > 
   > 
   > 
   > 
   > 
   >  List network service providers for the given physical network
   > 
   > 
   > 
   > $ list networkserviceproviders physicalnetworkid=<physical_network_id>
   > 
   > 
   > 
   > For a specific Network Service Provider list the virtual router element - 
to get the id
   > 
   > 
   > 
   > $ list virtualrouterelements nspid=<nsp_uuid_from_above>
   > 
   > 
   > 
   > enable the virtual router element
   > 
   > 
   > 
   > $ configure virtualrouterelement id=<element_uuid_from_above> enabled=true
   > 
   > 
   > 
   > or 
   > 
   > 
   > 
   > $ update networkserviceprovider id=<uuid_of_nsp> state=Enabled
   > 
   > 
   > 
   > 
   > 
   > 
https://cloudstack.apache.org/api/apidocs-4.19/apis/listNetworkServiceProviders.html
   > 
   > 
https://cloudstack.apache.org/api/apidocs-4.19/apis/listVirtualRouterElements.html
   > 
   > 
https://cloudstack.apache.org/api/apidocs-4.19/apis/updateNetworkServiceProvider.html
   > 
   > 
https://cloudstack.apache.org/api/apidocs-4.19/apis/configureVirtualRouterElement.html
   > 
   >  
   
    _Originally posted by @kiranchavala in 
[#8997](https://github.com/apache/cloudstack/issues/8997#issuecomment-2082028863)_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to