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
In order to implement ordered list or topology based algorithms for GSLB, I need to assign orders to the gslbvserver to gslbservicegroup bindings and also gslbservicegroup to members, as per documented on NITRO API:
@rohit-myali@sumanth-lingappa may I ask about the plans to work in this item and the next release date? This is a dependency for me to be able to work with ordered list and topo strategies for GSLB.
We implemented the order parameter in a couple of places as part of this issue, but I think documentation was missed. The official module docs don't show these options and also the VSCode linting thinks that the order param should not be there, even though it works.
Description
In order to implement ordered list or topology based algorithms for GSLB, I need to assign orders to the gslbvserver to gslbservicegroup bindings and also gslbservicegroup to members, as per documented on NITRO API:
https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/gslb/gslbvserver_gslbservicegroup_binding
https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/gslb/gslbservicegroup_gslbservicegroupmember_binding
However this is currently not supported in the TF resource
Affected Resource(s) and/or Data Source(s)
Equivalent NetScaler CLI Command
NA
Potential Terraform Configuration
Add "order" key to the binding items
References
https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/configuration/gslb/gslbvserver_gslbservicegroup_binding
The text was updated successfully, but these errors were encountered: