Closed sak0 closed 6 years ago
I can bind the server to servicegroup by this way: ` client, _ := netscaler.NewNitroClientFromEnv()
binding := basic.Servicegroupservicegroupmemberbinding{} _, err := client.AddResource(netscaler.Servicegroup_servicegroupmember_binding.Type(), groupName, &binding)`
But i can't find the right way for unbind server from servicegroup, could you please help me?
What i did was using DeleteResourceWithArgsMap passing the servicegroupname, servername and port.
@sl-eddycharly It works, thanks
Thanks @sl-eddycharly
I can bind the server to servicegroup by this way: ` client, _ := netscaler.NewNitroClientFromEnv()
But i can't find the right way for unbind server from servicegroup, could you please help me?