You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: