TWSD-1087 : SLB: Confirmation overlay is not seen when trying to delete the virtual service in the CLI
Review Request #1426 — Created March 9, 2026 and updated — Latest diff uploaded
| Information | |
|---|---|
| johnson_medidi | |
| APV10 | |
| rel_apv_10_7_3 | |
| TWSD-1087 | |
| Reviewers | |
| mmiriam, pradeep, tanya | |
Added a confirmation prompt before executing the command 'no slb virtual http <name>'.
This prevents accidental deletion of SLB virtual servers.The system now asks the user to confirm the deletion
by entering 'yes' or 'no'.If the user enters 'yes', the virtual server will be deleted.
If the user enters 'no', the deletion will be cancelled.
Created SLB virtual servers VS_6 and VS_7.
Executed:no slb virtual http "VS_6"
Verified confirmation prompt appears:
Are you sure to perform the deletion 'VS_6'? (yes/no):Entered 'no' and confirmed deletion was cancelled.
Executed the command again and entered 'yes'.
Verified that VS_6 was deleted successfully.
Executed:show slb virtual all
Confirmed only VS_7 exists.
