Description
Is your feature request related to a problem? Please describe.
no direct way to link ServiceEngineGroup to VS during creation of VS. action already existing does not propose this while the plugin offers the setter.
Describe the solution you'd like
Is it possible to have the possibility to link SEGroup to VS during creation when using method createVirtualServiceObj().
that would be much appreciate if the original action could contain a new parameter string:seGroup and this part of code in createVirtualServiceObj(... ,string:serviceEngineGroup)
{
//To manage ServiceEngineGroup link
if (serviceEngineGroup) {
virtualServiceObject.setSeGroupRef("/api/serviceenginegroup?name="+serviceEngineGroup);
}
}
Describe alternatives you've considered
i have duplicated your action and created my custom action with a new parameter but in the future if you add any new correction or issue we will have to handle also in our custom action.
Additional context
No response