verlocs_96134
Apr 03, 2012Nimbostratus
SNATPool create_v2 Translation Address argument
What I'm using: pycontrol on python 2.6
What I'm talking to: bigip v11
When I attempt to call the create_v2 command for SNATPool, I am providing an array of string for the snatpool name, and an array of array of string for the translation addresses. Regardless of what I provide for the translation address (string address or string ip address), my input is always being bounced with:
primary_error_code: 17236295
secondary_error_code: 0
error_string: 01070147:3: Snatpool /Common/****************(Obfuscated) must reference at least one translation address.
I've tried a number of variations to rule out possibilities of the input somehow being not in the right structure, as well as trying with a translation address already existing in f5. I've even created the translation address, called the translation address get_list method and stuck its output into an array and fed it into create.
I have also ruled out any issues with the addresses I am attempting to use, because I am successfully able to create the snatpool using the web ui.
All I'm left with is suspecting that the snatpool create_v2 method itself isn't working.