eBayClassifiedsGroup / nsnitro

Citrix Netscaler 9.2+ Python Library (NITRO API)
47 stars 50 forks source link

Fix get() method of NSCSPolicy #101

Closed devopsjedi closed 9 years ago

devopsjedi commented 9 years ago

The get_resource() method in NSBaseResource is expecting the 'name' option to be populated and uses that value to build the query URL. This update explicitly passes the policyname value to the get_resource() method to return a correct result.

favoretti commented 9 years ago

Thanks!