Forum Discussion

RAHUL_AM88_3527's avatar
RAHUL_AM88_3527
Icon for Nimbostratus rankNimbostratus
Apr 05, 2018

Any clues on how to use rest api of f5 big-ip to create snat ?

Any clues on how to use rest api of f5 big-ip to create snat ?

 

1 Reply

  • Use POST at https:///mgmt/tm/ltm/snatpool with following data: {"name":"snat_pool_test","partition":"test", "members":["/Common/","/Common/

     

    It is best to GET request first for snatpool and then use correct syntax for POST.