chiradeep / go-nitro

A Golang client to the Citrix ADC API
Apache License 2.0
18 stars 21 forks source link

Added sslprofile parameter to sslvserver #24

Closed olljanat closed 5 years ago

olljanat commented 5 years ago

I find out that sslprofile parameter is missing from sslvserver even when it is listed on documentation.

It can be also found from /src/com/citrix/netscaler/nitro/resource/config/ssl/sslvserver.java inside of latest Nitro SDK

I added it manually now but it would be of course better to figure out how to get https://github.com/chiradeep/json-nitro working with latest Nitro SDK (I tried but was not able to figure out at least yet how it can be done).

Related to https://github.com/citrix/terraform-provider-netscaler/issues/13

chiradeep commented 5 years ago

thanks