f5-common-python icon indicating copy to clipboard operation
f5-common-python copied to clipboard

delete_collection specify custom partition

Open 937270354 opened this issue 3 years ago • 0 comments

I want to delete virtual servers that some other partitions ,but delete_collection() only delete virtual servers in a partition that named Common. eg: mgmt = ManagementRoot("121.42.101.152", "admin", "admin") requests_params = {'params': 'options=* '} mgmt.tm.ltm.virtuals.delete_collection(requests_params=requests_params)

Am I miss anything?

937270354 avatar Nov 10 '22 08:11 937270354