For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

rahvee's avatar
rahvee
Icon for Cirrus rankCirrus
Nov 17, 2022
Solved

how to specify partition in bigrest delete()?

Hi, in bigrest, the delete() method doesn't seem to have any way to specify partition. https://bigrest.readthedocs.io/bigiq_delete.html I am following this example to delete & add an ssl client pro...
  • rahvee's avatar
    Nov 17, 2022

    I found something here:
    https://support.f5.com/csp/article/K78107437

    The short version is, use "~" characters to specify the partition.
    delete_path = '/mgmt/tm/ltm/virtual/~partition-name~virtual-server-name/profiles/profile-name'