Start and Stop Virtual Services
Start a virtual service
Note
You can only start virtual services that are assigned to the group you are in or not assigned to any group.
Open the APIs (Virtual) node in the Navigator panel and connect to VirtServer.
Click the
button.
– or –
Right-click a virtual service and select Start from the context menu:
Go to the home page of VirtServer:
https://<virtserver-host>:<port>/virtserver#/
For example, if VirtServer is installed on your local machine and you run it on the default port, use the following link:
https://localhost:9090/virtserver#/
Go to Overview > Virtual API Summary, find the virtual service you want to run and click
:
To start multiple virtual services, select them in the list and then click Bulk actions >
Start.
To start a virtual service with the command-line utility, use the -start
command. You can read more about it in this topic.
Stop a virtual service
Note: You can only stop virtual services that are assigned to the group you are in or not assigned to any group.
Open the APIs (Virtual) node in the Navigator panel and connect to VirtServer.
Click the
button.
– or –
Right-click a virtual service and select Stop from the context menu:
Click the image to enlarge it.
Go to the home page of VirtServer:
https://<virtserver-host>:<port>/virtserver#/
For example, if VirtServer is installed on your local machine and you run it on the default port, use the following link:
https://localhost:9090/virtserver#/
Go to Overview > Virtual API Summary, find the virtual service you want to stop and click
:
Click the image to enlarge it.
To stop multiple virtual services, select them in the list and then click Bulk actions >
Stop.
To stop a virtual service with the command-line utility, use the -stop
command. You can read more about it in this topic.