Forum Discussion

rahvee's avatar
rahvee
Icon for Cirrus rankCirrus
3 years ago
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
    3 years ago

    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'